Searched refs:WLAN_FC_FROMDS (Results 1 – 6 of 6) sorted by relevance
367 switch (fc & (WLAN_FC_FROMDS | WLAN_FC_TODS)) { in get_hdr_bssid()368 case WLAN_FC_FROMDS | WLAN_FC_TODS: in get_hdr_bssid()371 case WLAN_FC_FROMDS: in get_hdr_bssid()
17 #define WLAN_FC_FROMDS 0x0200 macro
73 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()1158 host_to_le16(WLAN_FC_FROMDS); in wpa_driver_hostap_poll_client()
5767 event.rx_from_unknown.wds = (fc & (WLAN_FC_FROMDS | WLAN_FC_TODS)) == in from_unknown_sta()5768 (WLAN_FC_FROMDS | WLAN_FC_TODS); in from_unknown_sta()6257 hdr->frame_control |= host_to_le16(WLAN_FC_FROMDS); in wpa_driver_nl80211_hapd_send_eapol()8659 nulldata.hdr.frame_control |= host_to_le16(WLAN_FC_FROMDS); in nl80211_send_null_frame()
23 #define WLAN_FC_FROMDS 0x0200 macro
2815 if ((fc & (WLAN_FC_TODS | WLAN_FC_FROMDS)) != in ieee80211_sta_rx()2816 WLAN_FC_FROMDS) in ieee80211_sta_rx()