Home
last modified time | relevance | path

Searched refs:pairwise (Results 1 – 17 of 17) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/target_if/crypto/src/
Dtarget_if_crypto.c53 bool pairwise, in wlan_crypto_set_wapi_key() argument
89 bool pairwise, in wlan_crypto_set_wapi_key() argument
113 if (pairwise) in wlan_crypto_set_wapi_key()
118 if (!pairwise) in wlan_crypto_set_wapi_key()
128 bool pairwise, in wlan_crypto_set_wapi_key() argument
175 bool pairwise; in target_if_crypto_set_key() local
204 pairwise = false; in target_if_crypto_set_key()
208 pairwise = true; in target_if_crypto_set_key()
241 wlan_crypto_set_wapi_key(vdev, pairwise, req->cipher_type, &params); in target_if_crypto_set_key()
248 if (pairwise && params.key_idx == def_tx_idx) in target_if_crypto_set_key()
[all …]
/wlan-driver/qca-wifi-host-cmn/os_if/linux/mlme/inc/
Dosif_cm_util.h280 bool pairwise,
538 bool pairwise,
/wlan-driver/qca-wifi-host-cmn/os_if/linux/mlme/src/
Dosif_cm_util.c334 bool pairwise, enum wlan_crypto_cipher_type cipher_type) in osif_cm_send_keys_cb() argument
338 pairwise, in osif_cm_send_keys_cb()
853 bool pairwise, in osif_cm_send_vdev_keys() argument
861 return cb(vdev, key_index, pairwise, cipher_type); in osif_cm_send_vdev_keys()
/wlan-driver/qca-wifi-host-cmn/umac/cmn_services/crypto/inc/
Dwlan_crypto_global_api.h889 bool pairwise, uint8_t key_index);
913 bool pairwise, uint8_t key_index,
1023 bool pairwise, in wlan_crypto_update_set_key_peer() argument
/wlan-driver/qca-wifi-host-cmn/umac/mlme/include/
Dwlan_mlme_cmn.h133 uint8_t key_index, bool pairwise,
954 uint8_t key_index, bool pairwise,
973 uint8_t key_index, bool pairwise, in mlme_cm_osif_send_keys() argument
/wlan-driver/qcacld-3.0/core/hdd/src/
Dwlan_hdd_cm_api.h118 u8 key_index, bool pairwise,
Dwlan_hdd_cfg80211.h1054 u8 key_index, bool pairwise,
1071 u8 key_index, bool pairwise, in wlan_hdd_send_key_vdev() argument
Dwlan_hdd_cfg80211.c23711 bool pairwise, u8 key_index, in wlan_hdd_add_key_sap() argument
23736 (pairwise ? in wlan_hdd_add_key_sap()
23741 wma_update_set_key(link_info->vdev_id, pairwise, in wlan_hdd_add_key_sap()
23751 bool pairwise, u8 key_index, bool *ft_mode) in wlan_hdd_add_key_sta() argument
23770 errno = wlan_cfg80211_crypto_add_key(vdev, (pairwise ? in wlan_hdd_add_key_sta()
23788 bool pairwise) in wlan_hdd_mlo_link_free_keys() argument
23796 if (pairwise && in wlan_hdd_mlo_link_free_keys()
23818 bool pairwise) in wlan_hdd_mlo_link_free_keys() argument
23969 u8 key_index, bool pairwise, in wlan_hdd_mlo_link_add_pairwise_key() argument
23985 (pairwise ? WLAN_CRYPTO_KEY_TYPE_UNICAST : in wlan_hdd_mlo_link_add_pairwise_key()
[all …]
Dwlan_hdd_cm_connect.c1907 u8 key_index, bool pairwise, in hdd_cm_send_vdev_keys() argument
1910 return wlan_hdd_send_key_vdev(vdev, key_index, pairwise, cipher_type); in hdd_cm_send_vdev_keys()
Dwlan_hdd_connectivity_logging.c118 GET_ATTR_OFFSET(conn_info.pairwise)},
/wlan-driver/qca-wifi-host-cmn/umac/mlme/mlme_objmgr/dispatcher/src/
Dwlan_cmn_mlme_main.c585 uint8_t key_index, bool pairwise, in mlme_cm_osif_send_keys() argument
592 pairwise, in mlme_cm_osif_send_keys()
/wlan-driver/qcacld-3.0/components/umac/mlme/connection_mgr/core/src/
Dwlan_cm_vdev_connect.c1672 bool pairwise; in cm_install_link_vdev_keys() local
1712 pairwise = crypto_key->key_type ? WLAN_CRYPTO_KEY_TYPE_UNICAST : WLAN_CRYPTO_KEY_TYPE_GROUP; in cm_install_link_vdev_keys()
1714 vdev_id, link_id, i, pairwise); in cm_install_link_vdev_keys()
1715 mlme_cm_osif_send_keys(vdev, i, pairwise, in cm_install_link_vdev_keys()
/wlan-driver/qcacld-3.0/components/cmn_services/logging/inc/
Dwlan_connectivity_logging.h1052 uint32_t pairwise; member
/wlan-driver/qcacld-3.0/core/wma/src/
Dwma_features.c6152 static void wma_send_set_key_rsp(uint8_t vdev_id, bool pairwise, in wma_send_set_key_rsp() argument
6180 if (pairwise) { in wma_send_set_key_rsp()
6233 void wma_update_set_key(uint8_t session_id, bool pairwise, in wma_update_set_key() argument
6252 wma_send_set_key_rsp(session_id, pairwise, key_index); in wma_update_set_key()
/wlan-driver/qcacld-3.0/core/wma/inc/
Dwma.h2477 void wma_update_set_key(uint8_t session_id, bool pairwise,
/wlan-driver/qcacld-3.0/components/wmi/src/
Dwmi_unified_roam_tlv.c3849 struct wlan_crypto_key *dst_key, *pairwise; in extract_roam_synch_key_event_tlv() local
4008 pairwise = dst_key; in extract_roam_synch_key_event_tlv()
4015 *dst_key = *pairwise; in extract_roam_synch_key_event_tlv()
/wlan-driver/qca-wifi-host-cmn/umac/cmn_services/crypto/src/
Dwlan_crypto_global_api.c4236 bool pairwise, uint8_t key_index) in wlan_crypto_get_cipher() argument
4686 bool pairwise, uint8_t key_index, in wlan_crypto_update_set_key_peer() argument