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/
H A 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()
1319 } else if (os_strncmp(custom, "Manage.assoc_req ", 17) == 0) { in atheros_wireless_event_wireless_custom()
1320 /* Format: "Manage.assoc_req <frame len>" | zero padding | in atheros_wireless_event_wireless_custom()
1325 "Invalid Manage.assoc_req event length %d", in atheros_wireless_event_wireless_custom()
1345 /* Format: "Manage.assoc_req <frame len>" | zero padding | frame in atheros_wireless_event_wireless_custom()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/
H A 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()
1311 } else if (os_strncmp(custom, "Manage.assoc_req ", 17) == 0) { in atheros_wireless_event_wireless_custom()
1312 /* Format: "Manage.assoc_req <frame len>" | zero padding | in atheros_wireless_event_wireless_custom()
1317 "Invalid Manage.assoc_req event length %d", in atheros_wireless_event_wireless_custom()
1335 /* Format: "Manage.assoc_req <frame len>" | zero padding | frame in atheros_wireless_event_wireless_custom()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
H A 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()
4687 wpa_printf(MSG_DEBUG, "mgmt::assoc_req"); in ieee802_11_mgmt()
H A 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/src/common/
H A Dieee802_11_defs.h882 } STRUCT_PACKED assoc_req; member
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
H A Dieee802_11.c5484 sizeof(mgmt->u.assoc_req))) { in handle_assoc()
5526 capab_info = le_to_host16(mgmt->u.assoc_req.capab_info); in handle_assoc()
5528 mgmt->u.assoc_req.listen_interval); in handle_assoc()
5534 left = len - (IEEE80211_HDRLEN + sizeof(mgmt->u.assoc_req)); in handle_assoc()
5535 pos = mgmt->u.assoc_req.variable; in handle_assoc()
6321 wpa_printf(MSG_DEBUG, "mgmt::assoc_req"); in ieee802_11_mgmt()
H A Dwpa_auth.c2631 ie_start = mgmt->u.assoc_req.variable; in fils_decrypt_assoc()
2671 aad[4] = (const u8 *) &mgmt->u.assoc_req.capab_info; in fils_decrypt_assoc()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/
H A Dieee802_11_defs.h955 } STRUCT_PACKED assoc_req; member

Completed in 62 milliseconds