Home
last modified time | relevance | path

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

/hostap-latest/src/ap/
Dwpa_auth_i.h140 u8 r0kh_id[FT_R0KH_ID_MAX_LEN]; /* R0KH-ID from FT Auth Request */
Dwpa_auth.h155 u8 id[FT_R0KH_ID_MAX_LEN];
211 u8 r0_key_holder[FT_R0KH_ID_MAX_LEN];
Dap_config.c1343 os_strlen(bss->nas_identifier) > FT_R0KH_ID_MAX_LEN)) { in hostapd_config_check_bss()
Dwpa_auth_glue.c91 os_strlen(conf->nas_identifier) <= FT_R0KH_ID_MAX_LEN) { in hostapd_wpa_auth_conf()
Dwpa_auth_ft.c1741 if (id_len > FT_R0KH_ID_MAX_LEN) in wpa_ft_rrb_add_r0kh()
1742 id_len = FT_R0KH_ID_MAX_LEN; in wpa_ft_rrb_add_r0kh()
/hostap-latest/wlantest/
Dwlantest.h186 u8 r0kh_id[FT_R0KH_ID_MAX_LEN];
/hostap-latest/src/rsn_supp/
Dwpa_i.h158 u8 r0kh_id[FT_R0KH_ID_MAX_LEN];
Dwpa_ft.c124 os_memset(sm->r0kh_id, 0, FT_R0KH_ID_MAX_LEN); in wpa_sm_set_ft_params()
/hostap-latest/src/common/
Dwpa_common.h189 #define FT_R0KH_ID_MAX_LEN 48 macro
Dwpa_common.c1066 if (len < 1 || len > FT_R0KH_ID_MAX_LEN) { in wpa_ft_parse_ftie()
2192 FT_R0KH_ID_MAX_LEN + ETH_ALEN]; in wpa_derive_pmk_r0()
2220 if (ssid_len > SSID_MAX_LEN || r0kh_id_len > FT_R0KH_ID_MAX_LEN) in wpa_derive_pmk_r0()
/hostap-latest/hostapd/
Dconfig_file.c958 if (next == NULL || next - pos > FT_R0KH_ID_MAX_LEN) { in add_r0kh()