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.c2076 seq_ctrl, (fc & WLAN_FC_RETRY) ? " retry" : "", in handle_auth()
2225 if ((fc & WLAN_FC_RETRY) && in handle_auth()
3749 seq_ctrl, (fc & WLAN_FC_RETRY) ? " retry" : ""); in handle_assoc()
3760 seq_ctrl, (fc & WLAN_FC_RETRY) ? " retry" : ""); in handle_assoc()
3844 if ((fc & WLAN_FC_RETRY) && in handle_assoc()
4280 if ((fc & WLAN_FC_RETRY) && in handle_action()
/external/wpa_supplicant_8/src/common/
Dieee802_11_defs.h21 #define WLAN_FC_RETRY 0x0800 macro