Home
last modified time | relevance | path

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

/freebsd/contrib/wpa/src/ap/
H A Dsta_info.c851 sta->last_seq_ctrl = WLAN_INVALID_MGMT_SEQ; in ap_sta_add()
929 sta->last_seq_ctrl = WLAN_INVALID_MGMT_SEQ; in ap_sta_disconnect_common()
H A Dieee802_11.c3105 sta->last_seq_ctrl != WLAN_INVALID_MGMT_SEQ && in handle_auth()
5496 sta->last_seq_ctrl != WLAN_INVALID_MGMT_SEQ && in handle_assoc()
5773 sta->last_seq_ctrl = WLAN_INVALID_MGMT_SEQ; in hostapd_deauth_sta()
5797 sta->last_seq_ctrl = WLAN_INVALID_MGMT_SEQ; in hostapd_disassoc_sta()
6026 sta->last_seq_ctrl != WLAN_INVALID_MGMT_SEQ && in handle_action()
/freebsd/contrib/wpa/src/common/
H A Dieee802_11_defs.h37 #define WLAN_INVALID_MGMT_SEQ 0xFFFF macro