Home
last modified time | relevance | path

Searched refs:assoc_resp (Results 1 - 10 of 10) sorted by relevance

/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/
H A Ddriver_nl80211_event.c231 if (len < 24 + sizeof(mgmt->u.assoc_resp)) { in mlme_event_assoc()
237 status = le_to_host16(mgmt->u.assoc_resp.status_code); in mlme_event_assoc()
241 if (len > 24 + sizeof(mgmt->u.assoc_resp)) { in mlme_event_assoc()
243 (u8 *) mgmt->u.assoc_resp.variable; in mlme_event_assoc()
245 len - 24 - sizeof(mgmt->u.assoc_resp); in mlme_event_assoc()
260 if (len > 24 + sizeof(mgmt->u.assoc_resp)) { in mlme_event_assoc()
261 event.assoc_info.resp_ies = (u8 *) mgmt->u.assoc_resp.variable; in mlme_event_assoc()
263 len - 24 - sizeof(mgmt->u.assoc_resp); in mlme_event_assoc()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/
H A Ddriver_nl80211_event.c289 if (len < 24 + sizeof(mgmt->u.assoc_resp)) { in mlme_event_assoc()
295 status = le_to_host16(mgmt->u.assoc_resp.status_code); in mlme_event_assoc()
299 if (len > 24 + sizeof(mgmt->u.assoc_resp)) { in mlme_event_assoc()
301 (u8 *) mgmt->u.assoc_resp.variable; in mlme_event_assoc()
303 len - 24 - sizeof(mgmt->u.assoc_resp); in mlme_event_assoc()
318 if (len > 24 + sizeof(mgmt->u.assoc_resp)) { in mlme_event_assoc()
319 event.assoc_info.resp_ies = (u8 *) mgmt->u.assoc_resp.variable; in mlme_event_assoc()
321 len - 24 - sizeof(mgmt->u.assoc_resp); in mlme_event_assoc()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
H A Dieee802_11.c3497 send_len += sizeof(reply->u.assoc_resp); in send_assoc_resp()
3498 reply->u.assoc_resp.capab_info = in send_assoc_resp()
3500 reply->u.assoc_resp.status_code = host_to_le16(status_code); in send_assoc_resp()
3502 reply->u.assoc_resp.aid = host_to_le16((sta ? sta->aid : 0) | in send_assoc_resp()
3505 p = hostapd_eid_supp_rates(hapd, reply->u.assoc_resp.variable); in send_assoc_resp()
3704 send_len += p - reply->u.assoc_resp.variable; in send_assoc_resp()
4812 sizeof(mgmt->u.assoc_resp))) { in handle_assoc_cb()
4823 status = le_to_host16(mgmt->u.assoc_resp.status_code); in handle_assoc_cb()
5096 wpa_printf(MSG_DEBUG, "mgmt::assoc_resp cb"); in ieee802_11_mgmt_cb()
H A Dwpa_auth.c2612 aad[4] = (const u8 *) &mgmt->u.assoc_resp.capab_info; in fils_encrypt_assoc()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
H A Dieee802_11.c5085 send_len += sizeof(reply->u.assoc_resp); in send_assoc_resp()
5086 reply->u.assoc_resp.capab_info = in send_assoc_resp()
5088 reply->u.assoc_resp.status_code = host_to_le16(status_code); in send_assoc_resp()
5090 reply->u.assoc_resp.aid = host_to_le16((sta ? sta->aid : 0) | in send_assoc_resp()
5093 p = hostapd_eid_supp_rates(hapd, reply->u.assoc_resp.variable); in send_assoc_resp()
5313 send_len += p - reply->u.assoc_resp.variable; in send_assoc_resp()
6460 sizeof(mgmt->u.assoc_resp))) { in handle_assoc_cb()
6471 status = le_to_host16(mgmt->u.assoc_resp.status_code); in handle_assoc_cb()
6742 wpa_printf(MSG_DEBUG, "mgmt::assoc_resp cb"); in ieee802_11_mgmt_cb()
H A Dwpa_auth.c2731 aad[4] = (const u8 *) &mgmt->u.assoc_resp.capab_info; in fils_encrypt_assoc()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/
H A Dieee802_11_defs.h889 } STRUCT_PACKED assoc_resp, reassoc_resp; member
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/
H A Dieee802_11_defs.h962 } STRUCT_PACKED assoc_resp, reassoc_resp; member
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/rsn_supp/
H A Dwpa.c4296 if (len < IEEE80211_HDRLEN + sizeof(mgmt->u.assoc_resp)) in fils_process_assoc_resp()
4301 ie_start = mgmt->u.assoc_resp.variable; in fils_process_assoc_resp()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/rsn_supp/
H A Dwpa.c6014 if (len < IEEE80211_HDRLEN + sizeof(mgmt->u.assoc_resp))
6019 ie_start = mgmt->u.assoc_resp.variable;

Completed in 56 milliseconds