Home
last modified time | relevance | path

Searched refs:WLAN_FC_RETRY (Results 1 – 2 of 2) sorted by relevance

/external/wpa_supplicant_8/src/ap/
Dieee802_11.c979 seq_ctrl, (fc & WLAN_FC_RETRY) ? " retry" : ""); in handle_auth()
1107 if ((fc & WLAN_FC_RETRY) && in handle_auth()
2011 seq_ctrl, (fc & WLAN_FC_RETRY) ? " retry" : ""); in handle_assoc()
2022 seq_ctrl, (fc & WLAN_FC_RETRY) ? " retry" : ""); in handle_assoc()
2054 if ((fc & WLAN_FC_RETRY) && in handle_assoc()
2391 if ((fc & WLAN_FC_RETRY) && in handle_action()
/external/wpa_supplicant_8/src/common/
Dieee802_11_defs.h21 #define WLAN_FC_RETRY 0x0800 macro