Home
last modified time | relevance | path

Searched refs:WLAN_FC_FROMDS (Results 1 – 10 of 10) 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()
302 hdr->frame_control |= host_to_le16(WLAN_FC_FROMDS); in hostap_send_eapol()
1171 host_to_le16(WLAN_FC_FROMDS); in wpa_driver_hostap_poll_client()
Ddriver_nl80211.c5735 hdr->frame_control |= host_to_le16(WLAN_FC_FROMDS); in wpa_driver_nl80211_hapd_send_eapol()
9099 nulldata.hdr.frame_control |= host_to_le16(WLAN_FC_FROMDS); in nl80211_send_null_frame()
/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()
301 hdr->frame_control |= host_to_le16(WLAN_FC_FROMDS); in hostap_send_eapol()
1167 host_to_le16(WLAN_FC_FROMDS); in wpa_driver_hostap_poll_client()
Ddriver_nl80211.c5105 hdr->frame_control |= host_to_le16(WLAN_FC_FROMDS); in wpa_driver_nl80211_hapd_send_eapol()
8325 nulldata.hdr.frame_control |= host_to_le16(WLAN_FC_FROMDS); in nl80211_send_null_frame()
/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()
616 case WLAN_FC_FROMDS: in get_hdr_bssid()
Dieee802_11_defs.h19 #define WLAN_FC_FROMDS 0x0200 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()
690 case WLAN_FC_FROMDS: in get_hdr_bssid()
Dieee802_11_defs.h19 #define WLAN_FC_FROMDS 0x0200 macro