Home
last modified time | relevance | path

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

/hal_espressif-2.7.6/components/wpa_supplicant/src/esp_supplicant/
Desp_wpas_glue.c28 struct ieee802_1x_hdr *hdr; in wpa_sm_alloc_eapol()
30 *msg_len = sizeof(struct ieee802_1x_hdr) + data_len; in wpa_sm_alloc_eapol()
39 hdr = (struct ieee802_1x_hdr *)((char *)buffer + sizeof(struct l2_ethhdr)); in wpa_sm_alloc_eapol()
Desp_wpa2.c326 struct ieee802_1x_hdr *hdr; in wpa2_sm_alloc_eapol()
328 *msg_len = sizeof(struct ieee802_1x_hdr) + data_len; in wpa2_sm_alloc_eapol()
336 hdr = (struct ieee802_1x_hdr *)((char *)buffer + sizeof(struct l2_ethhdr)); in wpa2_sm_alloc_eapol()
548 struct ieee802_1x_hdr *hdr; in wpa2_ent_rx_eapol()
551 hdr = (struct ieee802_1x_hdr *) buf; in wpa2_ent_rx_eapol()
574 struct ieee802_1x_hdr *hdr; in eap_sm_rx_eapol_internal()
596 hdr = (struct ieee802_1x_hdr *) tmp; in eap_sm_rx_eapol_internal()
Desp_wps.c322 struct ieee802_1x_hdr *hdr; in wps_sm_alloc_eapol()
324 *msg_len = sizeof(struct ieee802_1x_hdr) + data_len; in wps_sm_alloc_eapol()
331 hdr = (struct ieee802_1x_hdr *)((char *)buffer + sizeof(struct l2_ethhdr)); in wps_sm_alloc_eapol()
1108 struct ieee802_1x_hdr *hdr; in wps_sm_rx_eapol_internal()
1132 hdr = (struct ieee802_1x_hdr *) tmp; in wps_sm_rx_eapol_internal()
/hal_espressif-2.7.6/components/wpa_supplicant/src/ap/
Dieee802_1x.c34 struct ieee802_1x_hdr *hdr; in ieee802_1x_receive()
52 hdr = (struct ieee802_1x_hdr *) buf; in ieee802_1x_receive()
Dwpa_auth.c556 struct ieee802_1x_hdr *hdr; in wpa_receive()
572 hdr = (struct ieee802_1x_hdr *) data; in wpa_receive()
961 struct ieee802_1x_hdr *hdr; in __wpa_send_eapol()
972 len = sizeof(struct ieee802_1x_hdr) + sizeof(struct wpa_eapol_key); in __wpa_send_eapol()
1007 hdr = (struct ieee802_1x_hdr *)os_zalloc(len); in __wpa_send_eapol()
1167 struct ieee802_1x_hdr *hdr; in wpa_verify_key_mic()
1180 hdr = (struct ieee802_1x_hdr *) data; in wpa_verify_key_mic()
/hal_espressif-2.7.6/components/wpa_supplicant/src/common/
Deapol_common.h20 struct ieee802_1x_hdr { struct
/hal_espressif-2.7.6/components/wpa_supplicant/src/rsn_supp/
Dwpa.c1779 struct ieee802_1x_hdr *hdr; in wpa_sm_rx_eapol()
1797 hdr = (struct ieee802_1x_hdr *) tmp; in wpa_sm_rx_eapol()