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

/freebsd-13-stable/contrib/wpa/src/ap/
H A Dsta_info.h217 u16 last_seq_ctrl; member in struct:sta_info
H A Dsta_info.c724 sta->last_seq_ctrl = WLAN_INVALID_MGMT_SEQ;
804 sta->last_seq_ctrl = WLAN_INVALID_MGMT_SEQ;
863 sta->last_seq_ctrl = WLAN_INVALID_MGMT_SEQ;
H A Dieee802_11.c2231 sta->last_seq_ctrl != WLAN_INVALID_MGMT_SEQ &&
2232 sta->last_seq_ctrl == seq_ctrl &&
2276 sta->last_seq_ctrl = seq_ctrl;
4010 sta->last_seq_ctrl != WLAN_INVALID_MGMT_SEQ &&
4011 sta->last_seq_ctrl == seq_ctrl &&
4020 sta->last_seq_ctrl = seq_ctrl;
4289 sta->last_seq_ctrl = WLAN_INVALID_MGMT_SEQ;
4354 sta->last_seq_ctrl = WLAN_INVALID_MGMT_SEQ;
4446 sta->last_seq_ctrl != WLAN_INVALID_MGMT_SEQ &&
4447 sta->last_seq_ctrl
[all...]

Completed in 208 milliseconds