Home
last modified time | relevance | path

Searched refs:assoc_resp (Results 1 – 3 of 3) sorted by relevance

/NextBSD/contrib/wpa/src/drivers/
HDdriver_nl80211_event.c223 if (len < 24 + sizeof(mgmt->u.assoc_resp)) { in mlme_event_assoc()
229 status = le_to_host16(mgmt->u.assoc_resp.status_code); in mlme_event_assoc()
233 if (len > 24 + sizeof(mgmt->u.assoc_resp)) { in mlme_event_assoc()
235 (u8 *) mgmt->u.assoc_resp.variable; in mlme_event_assoc()
237 len - 24 - sizeof(mgmt->u.assoc_resp); in mlme_event_assoc()
250 if (len > 24 + sizeof(mgmt->u.assoc_resp)) { in mlme_event_assoc()
251 event.assoc_info.resp_ies = (u8 *) mgmt->u.assoc_resp.variable; in mlme_event_assoc()
253 len - 24 - sizeof(mgmt->u.assoc_resp); in mlme_event_assoc()
/NextBSD/contrib/wpa/src/ap/
HDieee802_11.c1666 send_len += sizeof(reply->u.assoc_resp); in send_assoc_resp()
1667 reply->u.assoc_resp.capab_info = in send_assoc_resp()
1669 reply->u.assoc_resp.status_code = host_to_le16(status_code); in send_assoc_resp()
1670 reply->u.assoc_resp.aid = host_to_le16(sta->aid | BIT(14) | BIT(15)); in send_assoc_resp()
1672 p = hostapd_eid_supp_rates(hapd, reply->u.assoc_resp.variable); in send_assoc_resp()
1766 send_len += p - reply->u.assoc_resp.variable; in send_assoc_resp()
2460 sizeof(mgmt->u.assoc_resp))) { in handle_assoc_cb()
2484 status = le_to_host16(mgmt->u.assoc_resp.status_code); in handle_assoc_cb()
/NextBSD/contrib/wpa/src/common/
HDieee802_11_defs.h499 } STRUCT_PACKED assoc_resp, reassoc_resp; member