Home
last modified time | relevance | path

Searched refs:rfc1042_header (Results 1 - 4 of 4) sorted by relevance

/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/
H A Ddriver_hostap.c35 static const u8 rfc1042_header[6] = { 0xaa, 0xaa, 0x03, 0x00, 0x00, 0x00 }; variable
87 if (left < sizeof(rfc1042_header)) { in handle_data()
92 if (memcmp(pos, rfc1042_header, sizeof(rfc1042_header)) != 0) { in handle_data()
96 pos += sizeof(rfc1042_header); in handle_data()
97 left -= sizeof(rfc1042_header); in handle_data()
291 len = sizeof(*hdr) + sizeof(rfc1042_header) + 2 + data_len; in hostap_send_eapol()
309 memcpy(pos, rfc1042_header, sizeof(rfc1042_header)); in hostap_send_eapol()
310 pos += sizeof(rfc1042_header); in hostap_send_eapol()
[all...]
H A Ddriver_nl80211.c5077 static const u8 rfc1042_header[6] = { 0xaa, 0xaa, 0x03, 0x00, 0x00, 0x00 }; variable
5094 len = sizeof(*hdr) + (qos ? 2 : 0) + sizeof(rfc1042_header) + 2 + in wpa_driver_nl80211_hapd_send_eapol()
5125 memcpy(pos, rfc1042_header, sizeof(rfc1042_header)); in wpa_driver_nl80211_hapd_send_eapol()
5126 pos += sizeof(rfc1042_header); in wpa_driver_nl80211_hapd_send_eapol()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/
H A Ddriver_hostap.c35 static const u8 rfc1042_header[6] = { 0xaa, 0xaa, 0x03, 0x00, 0x00, 0x00 }; variable
87 if (left < sizeof(rfc1042_header)) { in handle_data()
92 if (memcmp(pos, rfc1042_header, sizeof(rfc1042_header)) != 0) { in handle_data()
96 pos += sizeof(rfc1042_header); in handle_data()
97 left -= sizeof(rfc1042_header); in handle_data()
292 len = sizeof(*hdr) + sizeof(rfc1042_header) + 2 + data_len; in hostap_send_eapol()
310 memcpy(pos, rfc1042_header, sizeof(rfc1042_header)); in hostap_send_eapol()
311 pos += sizeof(rfc1042_header); in hostap_send_eapol()
[all...]
H A Ddriver_nl80211.c5946 static const u8 rfc1042_header[6] = { 0xaa, 0xaa, 0x03, 0x00, 0x00, 0x00 }; variable
5970 len = sizeof(*hdr) + (qos ? 2 : 0) + sizeof(rfc1042_header) + 2 + in wpa_driver_nl80211_hapd_send_eapol()
6001 memcpy(pos, rfc1042_header, sizeof(rfc1042_header)); in wpa_driver_nl80211_hapd_send_eapol()
6002 pos += sizeof(rfc1042_header); in wpa_driver_nl80211_hapd_send_eapol()

Completed in 29 milliseconds