Home
last modified time | relevance | path

Searched refs:WLAN_FC_TODS (Results 1 – 6 of 6) sorted by relevance

/external/wpa_supplicant_8/src/common/
Dieee802_11_common.c394 switch (fc & (WLAN_FC_FROMDS | WLAN_FC_TODS)) { in get_hdr_bssid()
395 case WLAN_FC_FROMDS | WLAN_FC_TODS: in get_hdr_bssid()
396 case WLAN_FC_TODS: in get_hdr_bssid()
Dieee802_11_defs.h16 #define WLAN_FC_TODS 0x0100 macro
/external/wpa_supplicant_6/wpa_supplicant/src/common/
Dieee802_11_defs.h22 #define WLAN_FC_TODS 0x0100 macro
/external/wpa_supplicant_8/src/drivers/
Ddriver_hostap.c73 if ((fc & (WLAN_FC_FROMDS | WLAN_FC_TODS)) != WLAN_FC_TODS) { in handle_data()
Ddriver_nl80211.c5921 event.rx_from_unknown.wds = (fc & (WLAN_FC_FROMDS | WLAN_FC_TODS)) == in from_unknown_sta()
5922 (WLAN_FC_FROMDS | WLAN_FC_TODS); in from_unknown_sta()
/external/wpa_supplicant_6/wpa_supplicant/
Dmlme.c2815 if ((fc & (WLAN_FC_TODS | WLAN_FC_FROMDS)) != in ieee80211_sta_rx()