Lines Matching refs:seq_ctrl
2882 u16 seq_ctrl; in handle_auth() local
2923 seq_ctrl = le_to_host16(mgmt->seq_ctrl); in handle_auth()
2937 seq_ctrl, (fc & WLAN_FC_RETRY) ? " retry" : "", in handle_auth()
3106 sta->last_seq_ctrl == seq_ctrl && in handle_auth()
3112 seq_ctrl); in handle_auth()
3181 sta->last_seq_ctrl = seq_ctrl; in handle_auth()
5329 u16 capab_info, listen_interval, seq_ctrl, fc; in handle_assoc() local
5371 seq_ctrl = le_to_host16(mgmt->seq_ctrl); in handle_assoc()
5382 seq_ctrl, (fc & WLAN_FC_RETRY) ? " retry" : ""); in handle_assoc()
5393 seq_ctrl, (fc & WLAN_FC_RETRY) ? " retry" : ""); in handle_assoc()
5497 sta->last_seq_ctrl == seq_ctrl && in handle_assoc()
5503 seq_ctrl); in handle_assoc()
5506 sta->last_seq_ctrl = seq_ctrl; in handle_assoc()
6023 u16 seq_ctrl = le_to_host16(mgmt->seq_ctrl); in handle_action() local
6027 sta->last_seq_ctrl == seq_ctrl && in handle_action()
6033 seq_ctrl); in handle_action()
6037 sta->last_seq_ctrl = seq_ctrl; in handle_action()