Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/wpa/src/ap/
H A Dsta_info.h217 u16 last_seq_ctrl; member
H A Dieee802_11.c2231 sta->last_seq_ctrl != WLAN_INVALID_MGMT_SEQ && in handle_auth()
2232 sta->last_seq_ctrl == seq_ctrl && in handle_auth()
2276 sta->last_seq_ctrl = seq_ctrl; in handle_auth()
4010 sta->last_seq_ctrl != WLAN_INVALID_MGMT_SEQ && in handle_assoc()
4011 sta->last_seq_ctrl == seq_ctrl && in handle_assoc()
4020 sta->last_seq_ctrl = seq_ctrl; in handle_assoc()
4289 sta->last_seq_ctrl = WLAN_INVALID_MGMT_SEQ; in handle_disassoc()
4354 sta->last_seq_ctrl = WLAN_INVALID_MGMT_SEQ; in handle_deauth()
4446 sta->last_seq_ctrl != WLAN_INVALID_MGMT_SEQ && in handle_action()
4447 sta->last_seq_ctrl == seq_ctrl && in handle_action()
[all …]
H A Dsta_info.c724 sta->last_seq_ctrl = WLAN_INVALID_MGMT_SEQ; in ap_sta_add()
804 sta->last_seq_ctrl = WLAN_INVALID_MGMT_SEQ; in ap_sta_disassociate()
863 sta->last_seq_ctrl = WLAN_INVALID_MGMT_SEQ; in ap_sta_deauthenticate()