Lines Matching refs:seq_ctrl
2884 u16 seq_ctrl; in handle_auth() local
2925 seq_ctrl = le_to_host16(mgmt->seq_ctrl); in handle_auth()
2939 seq_ctrl, (fc & WLAN_FC_RETRY) ? " retry" : "", in handle_auth()
3111 sta->last_seq_ctrl == seq_ctrl && in handle_auth()
3117 seq_ctrl); in handle_auth()
3186 sta->last_seq_ctrl = seq_ctrl; in handle_auth()
5336 u16 capab_info, listen_interval, seq_ctrl, fc; in handle_assoc() local
5378 seq_ctrl = le_to_host16(mgmt->seq_ctrl); in handle_assoc()
5389 seq_ctrl, (fc & WLAN_FC_RETRY) ? " retry" : ""); in handle_assoc()
5400 seq_ctrl, (fc & WLAN_FC_RETRY) ? " retry" : ""); in handle_assoc()
5504 sta->last_seq_ctrl == seq_ctrl && in handle_assoc()
5510 seq_ctrl); in handle_assoc()
5513 sta->last_seq_ctrl = seq_ctrl; in handle_assoc()
6032 u16 seq_ctrl = le_to_host16(mgmt->seq_ctrl); in handle_action() local
6036 sta->last_seq_ctrl == seq_ctrl && in handle_action()
6042 seq_ctrl); in handle_action()
6046 sta->last_seq_ctrl = seq_ctrl; in handle_action()