Lines Matching refs:eapol
93 const struct ieee802_1x_hdr *eapol; in rx_data_eapol_key_1_of_4() local
119 eapol = (const struct ieee802_1x_hdr *) data; in rx_data_eapol_key_1_of_4()
120 hdr = (const struct wpa_eapol_key *) (eapol + 1); in rx_data_eapol_key_1_of_4()
359 const struct ieee802_1x_hdr *eapol; in rx_data_eapol_key_2_of_4() local
386 eapol = (const struct ieee802_1x_hdr *) data; in rx_data_eapol_key_2_of_4()
387 hdr = (const struct wpa_eapol_key *) (eapol + 1); in rx_data_eapol_key_2_of_4()
935 const struct ieee802_1x_hdr *eapol; in rx_data_eapol_key_3_of_4() local
970 eapol = (const struct ieee802_1x_hdr *) data; in rx_data_eapol_key_3_of_4()
971 hdr = (const struct wpa_eapol_key *) (eapol + 1); in rx_data_eapol_key_3_of_4()
1035 u8 buf[24 + 8 + sizeof(*eapol) + sizeof(*hdr) + 64]; in rx_data_eapol_key_3_of_4()
1068 os_memcpy(pos, eapol, sizeof(*eapol)); in rx_data_eapol_key_3_of_4()
1069 pos += sizeof(*eapol); in rx_data_eapol_key_3_of_4()
1076 write_pcap_decrypted(wt, buf, 24 + 8 + sizeof(*eapol) + in rx_data_eapol_key_3_of_4()
1176 const struct ieee802_1x_hdr *eapol; in rx_data_eapol_key_4_of_4() local
1201 eapol = (const struct ieee802_1x_hdr *) data; in rx_data_eapol_key_4_of_4()
1202 hdr = (const struct wpa_eapol_key *) (eapol + 1); in rx_data_eapol_key_4_of_4()
1246 const struct ieee802_1x_hdr *eapol; in rx_data_eapol_key_1_of_2() local
1273 eapol = (const struct ieee802_1x_hdr *) data; in rx_data_eapol_key_1_of_2()
1274 hdr = (const struct wpa_eapol_key *) (eapol + 1); in rx_data_eapol_key_1_of_2()
1310 u8 buf[24 + 8 + sizeof(*eapol) + sizeof(*hdr) + 64]; in rx_data_eapol_key_1_of_2()
1336 os_memcpy(pos, eapol, sizeof(*eapol)); in rx_data_eapol_key_1_of_2()
1337 pos += sizeof(*eapol); in rx_data_eapol_key_1_of_2()
1344 write_pcap_decrypted(wt, buf, 24 + 8 + sizeof(*eapol) + in rx_data_eapol_key_1_of_2()
1386 const struct ieee802_1x_hdr *eapol; in rx_data_eapol_key_2_of_2() local
1409 eapol = (const struct ieee802_1x_hdr *) data; in rx_data_eapol_key_2_of_2()
1410 hdr = (const struct wpa_eapol_key *) (eapol + 1); in rx_data_eapol_key_2_of_2()
1439 const struct ieee802_1x_hdr *eapol; in rx_data_eapol_key() local
1457 eapol = (const struct ieee802_1x_hdr *) data; in rx_data_eapol_key()
1458 hdr = (const struct wpa_eapol_key *) (eapol + 1); in rx_data_eapol_key()
1461 (const u8 *) hdr, len - sizeof(*eapol)); in rx_data_eapol_key()