Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/ap/
Dieee802_11.c1108 sta->last_seq_ctrl != WLAN_INVALID_MGMT_SEQ && in handle_auth()
1109 sta->last_seq_ctrl == seq_ctrl && in handle_auth()
1152 sta->last_seq_ctrl = seq_ctrl; in handle_auth()
2055 sta->last_seq_ctrl != WLAN_INVALID_MGMT_SEQ && in handle_assoc()
2056 sta->last_seq_ctrl == seq_ctrl && in handle_assoc()
2065 sta->last_seq_ctrl = seq_ctrl; in handle_assoc()
2233 sta->last_seq_ctrl = WLAN_INVALID_MGMT_SEQ; in handle_disassoc()
2287 sta->last_seq_ctrl = WLAN_INVALID_MGMT_SEQ; in handle_deauth()
2392 sta->last_seq_ctrl != WLAN_INVALID_MGMT_SEQ && in handle_action()
2393 sta->last_seq_ctrl == seq_ctrl && in handle_action()
[all …]
Dsta_info.h193 u16 last_seq_ctrl; member
Dsta_info.c660 sta->last_seq_ctrl = WLAN_INVALID_MGMT_SEQ; in ap_sta_add()
735 sta->last_seq_ctrl = WLAN_INVALID_MGMT_SEQ; in ap_sta_disassociate()
776 sta->last_seq_ctrl = WLAN_INVALID_MGMT_SEQ; in ap_sta_deauthenticate()