Home
last modified time | relevance | path

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

/freebsd/contrib/wpa/src/ap/
H A Dieee802_11.c2937 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()
/freebsd/contrib/wpa/src/common/
H A Dieee802_11_defs.h21 #define WLAN_FC_RETRY 0x0800 macro