Searched refs:WLAN_FC_RETRY (Results 1 – 2 of 2) sorted by relevance
2076 seq_ctrl, (fc & WLAN_FC_RETRY) ? " retry" : "", in handle_auth()2225 if ((fc & WLAN_FC_RETRY) && in handle_auth()3749 seq_ctrl, (fc & WLAN_FC_RETRY) ? " retry" : ""); in handle_assoc()3760 seq_ctrl, (fc & WLAN_FC_RETRY) ? " retry" : ""); in handle_assoc()3844 if ((fc & WLAN_FC_RETRY) && in handle_assoc()4280 if ((fc & WLAN_FC_RETRY) && in handle_action()
21 #define WLAN_FC_RETRY 0x0800 macro