Home
last modified time | relevance | path

Searched refs:WLAN_FC_FROMDS (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/wpa/src/drivers/
H A 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()
H A 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()
1172 host_to_le16(WLAN_FC_FROMDS); in wpa_driver_hostap_poll_client()
H A Ddriver_nl80211.c6306 hdr->frame_control |= host_to_le16(WLAN_FC_FROMDS); in wpa_driver_nl80211_hapd_send_eapol()
10344 nulldata.hdr.frame_control |= host_to_le16(WLAN_FC_FROMDS); in nl80211_send_null_frame()
/freebsd/contrib/wpa/src/common/
H A Dieee802_11_common.c1178 switch (fc & (WLAN_FC_FROMDS | WLAN_FC_TODS)) { in get_hdr_bssid()
1179 case WLAN_FC_FROMDS | WLAN_FC_TODS: in get_hdr_bssid()
1182 case WLAN_FC_FROMDS: in get_hdr_bssid()
H A Dieee802_11_defs.h19 #define WLAN_FC_FROMDS 0x0200 macro