Home
last modified time | relevance | path

Searched refs:FT_R0KH_ID_MAX_LEN (Results 1 – 6 of 6) sorted by relevance

/hal_espressif-latest/components/wpa_supplicant/src/ap/
Dwpa_auth.h113 u8 id[FT_R0KH_ID_MAX_LEN];
152 u8 r0_key_holder[FT_R0KH_ID_MAX_LEN];
Dwpa_auth_i.h121 u8 r0kh_id[FT_R0KH_ID_MAX_LEN]; /* R0KH-ID from FT Auth Request */
/hal_espressif-latest/components/wpa_supplicant/src/rsn_supp/
Dwpa_i.h101 u8 r0kh_id[FT_R0KH_ID_MAX_LEN];
Dwpa_ft.c75 os_memset(sm->r0kh_id, 0, FT_R0KH_ID_MAX_LEN); in wpa_sm_set_ft_params()
/hal_espressif-latest/components/wpa_supplicant/src/common/
Dwpa_common.c115 if (pos[1] < 1 || pos[1] > FT_R0KH_ID_MAX_LEN) { in wpa_ft_parse_ftie()
668 FT_R0KH_ID_MAX_LEN + ETH_ALEN]; in wpa_derive_pmk_r0()
681 if (ssid_len > WPA_MAX_SSID_LEN || r0kh_id_len > FT_R0KH_ID_MAX_LEN) in wpa_derive_pmk_r0()
Dwpa_common.h134 #define FT_R0KH_ID_MAX_LEN 48 macro