Searched refs:WLAN_FC_RETRY (Results 1 – 2 of 2) sorted by relevance
1676 seq_ctrl, (fc & WLAN_FC_RETRY) ? " retry" : ""); in handle_auth()1801 if ((fc & WLAN_FC_RETRY) && in handle_auth()3040 seq_ctrl, (fc & WLAN_FC_RETRY) ? " retry" : ""); in handle_assoc()3051 seq_ctrl, (fc & WLAN_FC_RETRY) ? " retry" : ""); in handle_assoc()3131 if ((fc & WLAN_FC_RETRY) && in handle_assoc()3552 if ((fc & WLAN_FC_RETRY) && in handle_action()
21 #define WLAN_FC_RETRY 0x0800 macro