Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/wpa/src/ap/
H A Dsta_info.h258 u16 last_seq_ctrl; member
H A Dsta_info.c761 sta->last_seq_ctrl = WLAN_INVALID_MGMT_SEQ; in ap_sta_add()
841 sta->last_seq_ctrl = WLAN_INVALID_MGMT_SEQ; in ap_sta_disassociate()
901 sta->last_seq_ctrl = WLAN_INVALID_MGMT_SEQ; in ap_sta_deauthenticate()
H A Dieee802_11.c3754 sta->last_seq_ctrl != WLAN_INVALID_MGMT_SEQ && in handle_auth()
3755 sta->last_seq_ctrl == seq_ctrl && in handle_auth()
3808 sta->last_seq_ctrl = seq_ctrl; in handle_auth()
5590 sta->last_seq_ctrl != WLAN_INVALID_MGMT_SEQ && in handle_assoc()
5591 sta->last_seq_ctrl == seq_ctrl && in handle_assoc()
5600 sta->last_seq_ctrl = seq_ctrl; in handle_assoc()
5864 sta->last_seq_ctrl = WLAN_INVALID_MGMT_SEQ; in handle_disassoc()
5933 sta->last_seq_ctrl = WLAN_INVALID_MGMT_SEQ; in handle_deauth()
6022 sta->last_seq_ctrl != WLAN_INVALID_MGMT_SEQ && in handle_action()
6023 sta->last_seq_ctrl == seq_ctrl && in handle_action()
[all …]