Searched refs:WLAN_FC_RETRY (Results 1 – 4 of 4) sorted by relevance
2081 seq_ctrl, (fc & WLAN_FC_RETRY) ? " retry" : "", in handle_auth()2230 if ((fc & WLAN_FC_RETRY) && in handle_auth()3914 seq_ctrl, (fc & WLAN_FC_RETRY) ? " retry" : ""); in handle_assoc()3925 seq_ctrl, (fc & WLAN_FC_RETRY) ? " retry" : ""); in handle_assoc()4009 if ((fc & WLAN_FC_RETRY) && in handle_assoc()4445 if ((fc & WLAN_FC_RETRY) && in handle_action()
3598 seq_ctrl, (fc & WLAN_FC_RETRY) ? " retry" : "", in handle_auth()3753 if ((fc & WLAN_FC_RETRY) && in handle_auth()5498 seq_ctrl, (fc & WLAN_FC_RETRY) ? " retry" : ""); in handle_assoc()5509 seq_ctrl, (fc & WLAN_FC_RETRY) ? " retry" : ""); in handle_assoc()5589 if ((fc & WLAN_FC_RETRY) && in handle_assoc()6021 if ((fc & WLAN_FC_RETRY) && in handle_action()
21 #define WLAN_FC_RETRY 0x0800 macro