Lines Matching defs:seq_ctrl
2882 u16 seq_ctrl;
2923 seq_ctrl = le_to_host16(mgmt->seq_ctrl);
2933 "seq_ctrl=0x%x%s%s",
2937 seq_ctrl, (fc & WLAN_FC_RETRY) ? " retry" : "",
3106 sta->last_seq_ctrl == seq_ctrl &&
3111 "Drop repeated authentication frame seq_ctrl=0x%x",
3112 seq_ctrl);
3181 sta->last_seq_ctrl = seq_ctrl;
5329 u16 capab_info, listen_interval, seq_ctrl, fc;
5371 seq_ctrl = le_to_host16(mgmt->seq_ctrl);
5379 MACSTR " seq_ctrl=0x%x%s",
5382 seq_ctrl, (fc & WLAN_FC_RETRY) ? " retry" : "");
5391 "seq_ctrl=0x%x%s",
5393 seq_ctrl, (fc & WLAN_FC_RETRY) ? " retry" : "");
5497 sta->last_seq_ctrl == seq_ctrl &&
5502 "Drop repeated association frame seq_ctrl=0x%x",
5503 seq_ctrl);
5506 sta->last_seq_ctrl = seq_ctrl;
6023 u16 seq_ctrl = le_to_host16(mgmt->seq_ctrl);
6027 sta->last_seq_ctrl == seq_ctrl &&
6032 "Drop repeated action frame seq_ctrl=0x%x",
6033 seq_ctrl);
6037 sta->last_seq_ctrl = seq_ctrl;