Searched refs:seq_ctrl (Results 1 – 9 of 9) sorted by relevance
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/ |
D | ieee802_11.c | 2045 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/ |
D | ieee802_11.c | 3561 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/ |
D | ieee802_11_defs.h | 845 le16 seq_ctrl; member 864 le16 seq_ctrl; member
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/ |
D | ieee802_11_defs.h | 898 le16 seq_ctrl; member 917 le16 seq_ctrl; member
|
D | wpa_common.c | 3311 auth->seq_ctrl = 0; in wpa_pasn_build_auth_header()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/ |
D | driver_nl80211_event.c | 667 le_to_host16(mgmt->seq_ctrl), stype, fc2str(fc), in mlme_event_mgmt()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/ |
D | sme.c | 925 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/ |
D | driver_nl80211_event.c | 817 le_to_host16(mgmt->seq_ctrl), stype, fc2str(fc), in mlme_event_mgmt()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/ |
D | sme.c | 1056 resp->seq_ctrl = host_to_le16(seq_num << 4); in sme_external_auth_build_buf()
|