Searched refs:WLAN_FC_FROMDS (Results 1 – 5 of 5) sorted by relevance
61 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()
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()1172 host_to_le16(WLAN_FC_FROMDS); in wpa_driver_hostap_poll_client()
6306 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()
1178 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()
19 #define WLAN_FC_FROMDS 0x0200 macro