Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/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()
/external/wpa_supplicant_8/src/ap/
Dieee802_11.c3711 sizeof(mgmt->u.assoc_req))) { in handle_assoc()
3753 capab_info = le_to_host16(mgmt->u.assoc_req.capab_info); in handle_assoc()
3755 mgmt->u.assoc_req.listen_interval); in handle_assoc()
3761 left = len - (IEEE80211_HDRLEN + sizeof(mgmt->u.assoc_req)); in handle_assoc()
3762 pos = mgmt->u.assoc_req.variable; in handle_assoc()
Dwpa_auth.c2449 ie_start = mgmt->u.assoc_req.variable; in fils_decrypt_assoc()
2489 aad[4] = (const u8 *) &mgmt->u.assoc_req.capab_info; in fils_decrypt_assoc()
/external/wpa_supplicant_8/src/common/
Dieee802_11_defs.h881 } STRUCT_PACKED assoc_req; member