/wlan-driver/qca-wifi-host-cmn/os_if/linux/crypto/src/ |
D | wlan_cfg80211_crypto.c | 37 void wlan_cfg80211_translate_ml_sta_key(uint8_t key_index, in wlan_cfg80211_translate_ml_sta_key() argument 45 crypto_key->keyix = key_index; in wlan_cfg80211_translate_ml_sta_key() 72 uint8_t key_index, in wlan_cfg80211_translate_key() argument 80 crypto_key->keyix = key_index; in wlan_cfg80211_translate_key() 116 uint8_t key_index, in wlan_cfg80211_store_link_key() argument 149 status = wlan_crypto_validate_key_params(cipher, key_index, in wlan_cfg80211_store_link_key() 162 crypto_key = wlan_crypto_get_ml_sta_link_key(psoc, key_index, in wlan_cfg80211_store_link_key() 172 wlan_cfg80211_translate_ml_sta_key(key_index, key_type, mac_addr, in wlan_cfg80211_store_link_key() 175 status = wlan_crypto_save_ml_sta_key(psoc, key_index, crypto_key, in wlan_cfg80211_store_link_key() 188 uint8_t key_index, in wlan_cfg80211_store_key() argument [all …]
|
/wlan-driver/qca-wifi-host-cmn/os_if/linux/crypto/inc/ |
D | wlan_cfg80211_crypto.h | 37 uint8_t key_index, 51 void wlan_cfg80211_translate_ml_sta_key(uint8_t key_index, 69 uint8_t key_index, 87 uint8_t key_index, 104 uint8_t key_index, 120 uint8_t key_index, bool sync);
|
/wlan-driver/qca-wifi-host-cmn/umac/cmn_services/crypto/inc/ |
D | wlan_crypto_global_api.h | 889 bool pairwise, uint8_t key_index); 913 bool pairwise, uint8_t key_index, 926 uint8_t key_index, uint8_t key_len, 940 uint8_t key_index, 953 uint8_t key_index, 966 uint8_t key_index, 977 uint8_t key_index); 1024 uint8_t key_index, in wlan_crypto_update_set_key_peer() argument 1030 wlan_crypto_save_key(struct wlan_objmgr_vdev *vdev, uint8_t key_index, in wlan_crypto_save_key() argument 1037 wlan_crypto_get_key(struct wlan_objmgr_vdev *vdev, uint8_t key_index) in wlan_crypto_get_key() argument
|
/wlan-driver/qca-wifi-host-cmn/umac/cmn_services/crypto/src/ |
D | wlan_crypto_global_api.c | 4236 bool pairwise, uint8_t key_index) in wlan_crypto_get_cipher() argument 4240 crypto_key = wlan_crypto_get_key(vdev, key_index); in wlan_crypto_get_cipher() 4314 uint8_t key_index, uint8_t key_len, in wlan_crypto_validate_key_params() argument 4317 if (!is_valid_keyix(key_index)) { in wlan_crypto_validate_key_params() 4318 crypto_err("Invalid Key index %d", key_index); in wlan_crypto_validate_key_params() 4329 (key_index >= WLAN_CRYPTO_MAXKEYIDX)) { in wlan_crypto_validate_key_params() 4331 key_index, cipher); in wlan_crypto_validate_key_params() 4345 key_index, key_len, seq_len); in wlan_crypto_validate_key_params() 4366 uint8_t key_index, in wlan_crypto_save_ml_sta_key() argument 4374 QDF_MAC_ADDR_FMT, key_index, link_id, in wlan_crypto_save_ml_sta_key() [all …]
|
D | wlan_crypto_obj_mgr.c | 227 uint8_t key_index) in crypto_add_entry() argument 261 if (key_index < WLAN_CRYPTO_MAXKEYIDX) { in crypto_add_entry() 262 crypto_entry->keys.key[key_index] = crypto_key; in crypto_add_entry() 263 } else if (is_igtk(key_index)) { in crypto_add_entry() 264 crypto_entry->keys.igtk_key[key_index - WLAN_CRYPTO_MAXKEYIDX] = in crypto_add_entry() 267 key_index - WLAN_CRYPTO_MAXKEYIDX; in crypto_add_entry() 270 crypto_entry->keys.bigtk_key[key_index - WLAN_CRYPTO_MAXKEYIDX in crypto_add_entry() 273 key_index - WLAN_CRYPTO_MAXKEYIDX in crypto_add_entry()
|
D | wlan_crypto_def_i.h | 595 uint8_t key_index);
|
/wlan-driver/qca-wifi-host-cmn/os_if/linux/mlme/inc/ |
D | osif_cm_util.h | 279 uint8_t key_index, 537 uint8_t key_index,
|
/wlan-driver/qca-wifi-host-cmn/os_if/linux/mlme/src/ |
D | osif_cm_util.c | 333 osif_cm_send_keys_cb(struct wlan_objmgr_vdev *vdev, uint8_t key_index, in osif_cm_send_keys_cb() argument 337 key_index, in osif_cm_send_keys_cb() 852 uint8_t key_index, 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/mlme/include/ |
D | wlan_mlme_cmn.h | 133 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/ |
D | wlan_hdd_cfg80211.c | 23711 bool pairwise, u8 key_index, in wlan_hdd_add_key_sap() argument 23739 key_index, true); in wlan_hdd_add_key_sap() 23742 key_index, cipher); in wlan_hdd_add_key_sap() 23751 bool pairwise, u8 key_index, bool *ft_mode) in wlan_hdd_add_key_sta() argument 23773 key_index, true); in wlan_hdd_add_key_sta() 23901 struct key_params *params, uint8_t key_index) in wlan_hdd_set_vlan_groupkey() argument 23905 params->vlan_id, key_index); in wlan_hdd_set_vlan_groupkey() 23910 struct key_params *params, uint8_t key_index, in wlan_hdd_add_vlan() argument 23939 keyindex_valid = (i + key_index - 1) < (2 * MAX_VLAN) ? true : false; in wlan_hdd_add_vlan() 23943 vlan_map[i + key_index - 1] = params->vlan_id; in wlan_hdd_add_vlan() [all …]
|
D | wlan_hdd_cm_api.h | 118 u8 key_index, bool pairwise,
|
D | wlan_hdd_cfg80211.h | 1054 u8 key_index, bool pairwise, 1071 u8 key_index, bool pairwise, in wlan_hdd_send_key_vdev() argument
|
D | wlan_hdd_hostapd.c | 1800 uint8_t key_index; in hdd_hostapd_set_sap_key() local 1802 for (key_index = 0; key_index < WLAN_CRYPTO_TOTAL_KEYIDX; ++key_index) { in hdd_hostapd_set_sap_key() 1804 key_index); in hdd_hostapd_set_sap_key() 1808 hdd_debug("key idx %d", key_index); in hdd_hostapd_set_sap_key() 1811 wma_update_set_key(adapter->deflink->vdev_id, false, key_index, in hdd_hostapd_set_sap_key()
|
D | wlan_hdd_cm_connect.c | 1907 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()
|
/wlan-driver/qca-wifi-host-cmn/umac/mlme/mlme_objmgr/dispatcher/src/ |
D | wlan_cmn_mlme_main.c | 585 uint8_t key_index, bool pairwise, in mlme_cm_osif_send_keys() argument 591 ret = glbl_cm_ops->mlme_cm_send_keys_cb(vdev, key_index, in mlme_cm_osif_send_keys()
|
/wlan-driver/qcacld-3.0/core/wma/src/ |
D | wma_features.c | 6153 uint8_t key_index) in wma_send_set_key_rsp() argument 6172 crypto_key = wlan_crypto_get_key(vdev, key_index); in wma_send_set_key_rsp() 6234 uint8_t key_index, 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/ |
D | wma.h | 2478 uint8_t key_index,
|