Searched refs:WLAN_FC_RETRY (Results 1 – 2 of 2) sorted by relevance
2937 seq_ctrl, (fc & WLAN_FC_RETRY) ? " retry" : "", in handle_auth()3104 if ((fc & WLAN_FC_RETRY) && in handle_auth()5382 seq_ctrl, (fc & WLAN_FC_RETRY) ? " retry" : ""); in handle_assoc()5393 seq_ctrl, (fc & WLAN_FC_RETRY) ? " retry" : ""); in handle_assoc()5495 if ((fc & WLAN_FC_RETRY) && in handle_assoc()6025 if ((fc & WLAN_FC_RETRY) && in handle_action()
21 #define WLAN_FC_RETRY 0x0800 macro