Home
last modified time | relevance | path

Searched refs:EAPOL_VERSION (Results 1 – 7 of 7) sorted by relevance

/hal_espressif-latest/components/wpa_supplicant/src/common/
Deapol_common.h28 #define EAPOL_VERSION 2 macro
/hal_espressif-latest/components/wpa_supplicant/src/ap/
Dap_config.c45 bss->eapol_version = EAPOL_VERSION; in hostapd_config_defaults_bss()
Dieee802_1x.c52 xhdr->version = EAPOL_VERSION; in ieee802_1x_send()
/hal_espressif-latest/components/wpa_supplicant/esp_supplicant/src/
Desp_hostap.c118 auth_conf->eapol_version = EAPOL_VERSION; in hostap_init()
Desp_eap_client.c552 if (hdr->version < EAPOL_VERSION) { in eap_sm_rx_eapol_internal()
Desp_wps.c997 if (hdr->version < EAPOL_VERSION) { in wps_sm_rx_eapol_internal()
/hal_espressif-latest/components/wpa_supplicant/src/rsn_supp/
Dwpa.c1904 if (hdr->version < EAPOL_VERSION) { in wpa_sm_rx_eapol()