Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/ap/
Dsta_info.c676 sta->last_seq_ctrl = WLAN_INVALID_MGMT_SEQ; in ap_sta_add()
756 sta->last_seq_ctrl = WLAN_INVALID_MGMT_SEQ; in ap_sta_disassociate()
813 sta->last_seq_ctrl = WLAN_INVALID_MGMT_SEQ; in ap_sta_deauthenticate()
Dieee802_11.c1563 sta->last_seq_ctrl != WLAN_INVALID_MGMT_SEQ && in handle_auth()
2675 sta->last_seq_ctrl != WLAN_INVALID_MGMT_SEQ && in handle_assoc()
2926 sta->last_seq_ctrl = WLAN_INVALID_MGMT_SEQ; in handle_disassoc()
2991 sta->last_seq_ctrl = WLAN_INVALID_MGMT_SEQ; in handle_deauth()
3096 sta->last_seq_ctrl != WLAN_INVALID_MGMT_SEQ && in handle_action()
/external/wpa_supplicant_8/src/common/
Dieee802_11_defs.h30 #define WLAN_INVALID_MGMT_SEQ 0xFFFF macro