Home
last modified time | relevance | path

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

/freebsd/contrib/wpa/src/ap/
H A Dsta_info.h255 u16 last_seq_ctrl; member
H A Dieee802_11.c3105 sta->last_seq_ctrl != WLAN_INVALID_MGMT_SEQ && in handle_auth()
3106 sta->last_seq_ctrl == seq_ctrl && in handle_auth()
3181 sta->last_seq_ctrl = seq_ctrl; in handle_auth()
5496 sta->last_seq_ctrl != WLAN_INVALID_MGMT_SEQ && in handle_assoc()
5497 sta->last_seq_ctrl == seq_ctrl && in handle_assoc()
5506 sta->last_seq_ctrl = seq_ctrl; 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()
6027 sta->last_seq_ctrl == seq_ctrl && in handle_action()
[all …]
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()