Searched refs:fils_kek (Results 1 – 14 of 14) sorted by relevance
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/ |
D | wpa_auth.h | 472 u8 *fils_kek, size_t *fils_kek_len);
|
D | ap_drv_ops.c | 384 params.fils_kek, in hostapd_sta_auth()
|
D | wpa_auth.c | 4923 u8 *fils_kek, size_t *fils_kek_len) in wpa_auth_get_fils_aead_params() argument 4927 os_memcpy(fils_kek, sm->PTK.kek, WPA_KEK_MAX_LEN); in wpa_auth_get_fils_aead_params()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/ |
D | driver.h | 803 u8 fils_kek[WPA_KEK_MAX_LEN]; member 1099 const u8 *fils_kek; member
|
D | driver_atheros.c | 1092 os_memcpy(mlme.fils_aad.kek, params->fils_kek, in atheros_sta_auth()
|
D | driver_nl80211.c | 5879 if (params->fils_kek) { in wpa_driver_nl80211_associate() 5883 params->fils_kek)) in wpa_driver_nl80211_associate()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/ |
D | wpa_auth.h | 531 u8 *fils_kek, size_t *fils_kek_len);
|
D | ap_drv_ops.c | 387 params.fils_kek, in hostapd_sta_auth()
|
D | wpa_auth.c | 5329 u8 *fils_kek, size_t *fils_kek_len) in wpa_auth_get_fils_aead_params() argument 5333 os_memcpy(fils_kek, sm->PTK.kek, WPA_KEK_MAX_LEN); in wpa_auth_get_fils_aead_params()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/ |
D | driver.h | 841 u8 fils_kek[WPA_KEK_MAX_LEN]; member 1144 const u8 *fils_kek; member
|
D | driver_atheros.c | 1085 os_memcpy(mlme.fils_aad.kek, params->fils_kek, in atheros_sta_auth()
|
D | driver_nl80211.c | 6539 if (params->fils_kek) { in wpa_driver_nl80211_associate() 6543 params->fils_kek)) in wpa_driver_nl80211_associate()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/ |
D | sme.c | 1486 buf = fils_build_assoc_req(wpa_s->wpa, ¶ms.fils_kek, in sme_associate()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/ |
D | sme.c | 1772 buf = fils_build_assoc_req(wpa_s->wpa, ¶ms.fils_kek, in sme_associate()
|