Home
last modified time | relevance | path

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

/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/
Ddriver_nl80211_monitor.c61 event.rx_from_unknown.wds = (fc & (WLAN_FC_FROMDS | WLAN_FC_TODS)) == in from_unknown_sta()
62 (WLAN_FC_FROMDS | WLAN_FC_TODS); in from_unknown_sta()
Ddriver_hostap.c73 if ((fc & (WLAN_FC_FROMDS | WLAN_FC_TODS)) != WLAN_FC_TODS) { in handle_data()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/
Ddriver_nl80211_monitor.c61 event.rx_from_unknown.wds = (fc & (WLAN_FC_FROMDS | WLAN_FC_TODS)) == in from_unknown_sta()
62 (WLAN_FC_FROMDS | WLAN_FC_TODS); in from_unknown_sta()
Ddriver_hostap.c73 if ((fc & (WLAN_FC_FROMDS | WLAN_FC_TODS)) != WLAN_FC_TODS) { in handle_data()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/
Dieee802_11_common.c612 switch (fc & (WLAN_FC_FROMDS | WLAN_FC_TODS)) { in get_hdr_bssid()
613 case WLAN_FC_FROMDS | WLAN_FC_TODS: in get_hdr_bssid()
614 case WLAN_FC_TODS: in get_hdr_bssid()
Dieee802_11_defs.h18 #define WLAN_FC_TODS 0x0100 macro
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/
Dieee802_11_common.c686 switch (fc & (WLAN_FC_FROMDS | WLAN_FC_TODS)) { in get_hdr_bssid()
687 case WLAN_FC_FROMDS | WLAN_FC_TODS: in get_hdr_bssid()
688 case WLAN_FC_TODS: in get_hdr_bssid()
Dieee802_11_defs.h18 #define WLAN_FC_TODS 0x0100 macro