Searched refs:WLAN_FC_RETRY (Results 1 – 2 of 2) sorted by relevance
926 seq_ctrl, (fc & WLAN_FC_RETRY) ? " retry" : ""); in handle_auth()989 if ((fc & WLAN_FC_RETRY) && in handle_auth()1733 seq_ctrl, (fc & WLAN_FC_RETRY) ? " retry" : ""); in handle_assoc()1744 seq_ctrl, (fc & WLAN_FC_RETRY) ? " retry" : ""); in handle_assoc()1770 if ((fc & WLAN_FC_RETRY) && in handle_assoc()2067 if ((fc & WLAN_FC_RETRY) && in handle_action()
21 #define WLAN_FC_RETRY 0x0800 macro