Searched refs:ieee802_1x_hdr (Results 1 – 7 of 7) sorted by relevance
22 struct ieee802_1x_hdr *hdr; in wpa_alloc_eapol()24 *msg_len = sizeof(struct ieee802_1x_hdr) + data_len; in wpa_alloc_eapol()33 hdr = (struct ieee802_1x_hdr *)((char *)buffer + sizeof(struct l2_ethhdr)); in wpa_alloc_eapol()
499 struct ieee802_1x_hdr *hdr; in wpa2_ent_rx_eapol()502 hdr = (struct ieee802_1x_hdr *) buf; in wpa2_ent_rx_eapol()525 struct ieee802_1x_hdr *hdr; in eap_sm_rx_eapol_internal()545 hdr = (struct ieee802_1x_hdr *) tmp; in eap_sm_rx_eapol_internal()
966 struct ieee802_1x_hdr *hdr; in wps_sm_rx_eapol_internal()988 hdr = (struct ieee802_1x_hdr *) tmp; in wps_sm_rx_eapol_internal()
20 struct ieee802_1x_hdr { struct
40 struct ieee802_1x_hdr *xhdr; in ieee802_1x_send()51 xhdr = (struct ieee802_1x_hdr *) buf; in ieee802_1x_send()158 struct ieee802_1x_hdr *hdr; in ieee802_1x_receive()177 hdr = (struct ieee802_1x_hdr *) buf; in ieee802_1x_receive()
624 struct ieee802_1x_hdr *hdr; in wpa_receive()639 hdr = (struct ieee802_1x_hdr *) data; in wpa_receive()1012 struct ieee802_1x_hdr *hdr; in __wpa_send_eapol()1023 len = sizeof(struct ieee802_1x_hdr) + sizeof(struct wpa_eapol_key); in __wpa_send_eapol()1061 hdr = (struct ieee802_1x_hdr *)os_zalloc(len); in __wpa_send_eapol()1217 struct ieee802_1x_hdr *hdr; in wpa_verify_key_mic()1229 hdr = (struct ieee802_1x_hdr *) data; in wpa_verify_key_mic()1624 struct ieee802_1x_hdr *hdr; in SM_STATE()1674 hdr = (struct ieee802_1x_hdr *) sm->last_rx_eapol_key; in SM_STATE()
1867 struct ieee802_1x_hdr *hdr; in wpa_sm_rx_eapol()1889 hdr = (struct ieee802_1x_hdr *) tmp; in wpa_sm_rx_eapol()1892 (tmp + sizeof(struct ieee802_1x_hdr)); in wpa_sm_rx_eapol()2640 struct ieee802_1x_hdr *hdr; in eapol_txcb()2645 if (len < sizeof(struct ieee802_1x_hdr)) { in eapol_txcb()2649 hdr = (struct ieee802_1x_hdr *) eapol_payload; in eapol_txcb()2654 if (len < (sizeof(struct ieee802_1x_hdr) + sizeof(struct wpa_eapol_key))) { in eapol_txcb()