Home
last modified time | relevance | path

Searched refs:assoc_req (Results 1 – 8 of 8) sorted by relevance

/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/
Ddriver_atheros.c917 if (len < IEEE80211_HDRLEN + sizeof(mgmt->u.assoc_req)) in atheros_raw_receive()
919 ielen = len - (IEEE80211_HDRLEN + sizeof(mgmt->u.assoc_req)); in atheros_raw_receive()
920 iebuf = mgmt->u.assoc_req.variable; in atheros_raw_receive()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/
Ddriver_atheros.c913 if (len < IEEE80211_HDRLEN + sizeof(mgmt->u.assoc_req)) in atheros_raw_receive()
915 ielen = len - (IEEE80211_HDRLEN + sizeof(mgmt->u.assoc_req)); in atheros_raw_receive()
916 iebuf = mgmt->u.assoc_req.variable; in atheros_raw_receive()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
Dieee802_11.c3876 sizeof(mgmt->u.assoc_req))) { in handle_assoc()
3918 capab_info = le_to_host16(mgmt->u.assoc_req.capab_info); in handle_assoc()
3920 mgmt->u.assoc_req.listen_interval); in handle_assoc()
3926 left = len - (IEEE80211_HDRLEN + sizeof(mgmt->u.assoc_req)); in handle_assoc()
3927 pos = mgmt->u.assoc_req.variable; in handle_assoc()
Dwpa_auth.c2512 ie_start = mgmt->u.assoc_req.variable; in fils_decrypt_assoc()
2552 aad[4] = (const u8 *) &mgmt->u.assoc_req.capab_info; in fils_decrypt_assoc()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
Dieee802_11.c5460 sizeof(mgmt->u.assoc_req))) { in handle_assoc()
5502 capab_info = le_to_host16(mgmt->u.assoc_req.capab_info); in handle_assoc()
5504 mgmt->u.assoc_req.listen_interval); in handle_assoc()
5510 left = len - (IEEE80211_HDRLEN + sizeof(mgmt->u.assoc_req)); in handle_assoc()
5511 pos = mgmt->u.assoc_req.variable; in handle_assoc()
Dwpa_auth.c2609 ie_start = mgmt->u.assoc_req.variable; in fils_decrypt_assoc()
2649 aad[4] = (const u8 *) &mgmt->u.assoc_req.capab_info; in fils_decrypt_assoc()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/
Dieee802_11_defs.h882 } STRUCT_PACKED assoc_req; member
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/
Dieee802_11_defs.h935 } STRUCT_PACKED assoc_req; member