Home
last modified time | relevance | path

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

/hostap-latest/src/ap/
Dsta_info.h255 u16 last_seq_ctrl; member
Dieee802_11.c3110 sta->last_seq_ctrl != WLAN_INVALID_MGMT_SEQ && in handle_auth()
3111 sta->last_seq_ctrl == seq_ctrl && in handle_auth()
3186 sta->last_seq_ctrl = seq_ctrl; in handle_auth()
5503 sta->last_seq_ctrl != WLAN_INVALID_MGMT_SEQ && in handle_assoc()
5504 sta->last_seq_ctrl == seq_ctrl && in handle_assoc()
5513 sta->last_seq_ctrl = seq_ctrl; in handle_assoc()
5782 sta->last_seq_ctrl = WLAN_INVALID_MGMT_SEQ; in hostapd_deauth_sta()
5806 sta->last_seq_ctrl = WLAN_INVALID_MGMT_SEQ; in hostapd_disassoc_sta()
6035 sta->last_seq_ctrl != WLAN_INVALID_MGMT_SEQ && in handle_action()
6036 sta->last_seq_ctrl == seq_ctrl && in handle_action()
[all …]
Dsta_info.c855 sta->last_seq_ctrl = WLAN_INVALID_MGMT_SEQ; in ap_sta_add()
933 sta->last_seq_ctrl = WLAN_INVALID_MGMT_SEQ; in ap_sta_disconnect_common()