Home
last modified time | relevance | path

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

/external/wpa_supplicant/
Dmlme.c115 } STRUCT_PACKED assoc_resp, reassoc_resp; member
1307 capab_info = le_to_host16(mgmt->u.assoc_resp.capab_info); in ieee80211_rx_mgmt_assoc_resp()
1308 status_code = le_to_host16(mgmt->u.assoc_resp.status_code); in ieee80211_rx_mgmt_assoc_resp()
1309 aid = le_to_host16(mgmt->u.assoc_resp.aid); in ieee80211_rx_mgmt_assoc_resp()
1326 pos = mgmt->u.assoc_resp.variable; in ieee80211_rx_mgmt_assoc_resp()
/external/wpa_supplicant_6/wpa_supplicant/src/common/
Dieee802_11_defs.h266 } STRUCT_PACKED assoc_resp, reassoc_resp; member
/external/wpa_supplicant_6/wpa_supplicant/
Dmlme.c1065 capab_info = le_to_host16(mgmt->u.assoc_resp.capab_info); in ieee80211_rx_mgmt_assoc_resp()
1066 status_code = le_to_host16(mgmt->u.assoc_resp.status_code); in ieee80211_rx_mgmt_assoc_resp()
1067 aid = le_to_host16(mgmt->u.assoc_resp.aid); in ieee80211_rx_mgmt_assoc_resp()
1078 pos = mgmt->u.assoc_resp.variable; in ieee80211_rx_mgmt_assoc_resp()