Home
last modified time | relevance | path

Searched refs:seq_ctrl (Results 1 – 9 of 9) sorted by relevance

/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
Dieee802_11.c2045 u16 seq_ctrl; in handle_auth() local
2067 seq_ctrl = le_to_host16(mgmt->seq_ctrl); in handle_auth()
2081 seq_ctrl, (fc & WLAN_FC_RETRY) ? " retry" : "", in handle_auth()
2232 sta->last_seq_ctrl == seq_ctrl && in handle_auth()
2238 seq_ctrl); in handle_auth()
2276 sta->last_seq_ctrl = seq_ctrl; in handle_auth()
3862 u16 capab_info, listen_interval, seq_ctrl, fc; in handle_assoc() local
3903 seq_ctrl = le_to_host16(mgmt->seq_ctrl); in handle_assoc()
3914 seq_ctrl, (fc & WLAN_FC_RETRY) ? " retry" : ""); in handle_assoc()
3925 seq_ctrl, (fc & WLAN_FC_RETRY) ? " retry" : ""); in handle_assoc()
[all …]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
Dieee802_11.c3561 u16 seq_ctrl; in handle_auth() local
3584 seq_ctrl = le_to_host16(mgmt->seq_ctrl); in handle_auth()
3598 seq_ctrl, (fc & WLAN_FC_RETRY) ? " retry" : "", in handle_auth()
3755 sta->last_seq_ctrl == seq_ctrl && in handle_auth()
3761 seq_ctrl); in handle_auth()
3808 sta->last_seq_ctrl = seq_ctrl; in handle_auth()
5447 u16 capab_info, listen_interval, seq_ctrl, fc; in handle_assoc() local
5487 seq_ctrl = le_to_host16(mgmt->seq_ctrl); in handle_assoc()
5498 seq_ctrl, (fc & WLAN_FC_RETRY) ? " retry" : ""); in handle_assoc()
5509 seq_ctrl, (fc & WLAN_FC_RETRY) ? " retry" : ""); in handle_assoc()
[all …]
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/
Dieee802_11_defs.h845 le16 seq_ctrl; member
864 le16 seq_ctrl; member
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/
Dieee802_11_defs.h898 le16 seq_ctrl; member
917 le16 seq_ctrl; member
Dwpa_common.c3311 auth->seq_ctrl = 0; in wpa_pasn_build_auth_header()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/
Ddriver_nl80211_event.c667 le_to_host16(mgmt->seq_ctrl), stype, fc2str(fc), in mlme_event_mgmt()
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
Dsme.c925 resp->seq_ctrl = host_to_le16(seq_num << 4); in sme_external_auth_build_buf()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/
Ddriver_nl80211_event.c817 le_to_host16(mgmt->seq_ctrl), stype, fc2str(fc), in mlme_event_mgmt()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
Dsme.c1056 resp->seq_ctrl = host_to_le16(seq_num << 4); in sme_external_auth_build_buf()