Searched refs:WLAN_FC_RETRY (Results 1 – 2 of 2) sorted by relevance
1440 seq_ctrl, (fc & WLAN_FC_RETRY) ? " retry" : ""); in handle_auth()1562 if ((fc & WLAN_FC_RETRY) && in handle_auth()2573 seq_ctrl, (fc & WLAN_FC_RETRY) ? " retry" : ""); in handle_assoc()2584 seq_ctrl, (fc & WLAN_FC_RETRY) ? " retry" : ""); in handle_assoc()2664 if ((fc & WLAN_FC_RETRY) && in handle_assoc()3085 if ((fc & WLAN_FC_RETRY) && in handle_action()
21 #define WLAN_FC_RETRY 0x0800 macro