Lines Matching refs:IEEE80211_FCTL_FROMDS
41 fc & IEEE80211_FCTL_FROMDS ? " [FromDS]" : ""); in hostap_dump_rx_80211()
559 if ((fc & (IEEE80211_FCTL_TODS | IEEE80211_FCTL_FROMDS)) != in hostap_rx_frame_wds()
560 (IEEE80211_FCTL_TODS | IEEE80211_FCTL_FROMDS) && in hostap_rx_frame_wds()
574 fc & IEEE80211_FCTL_FROMDS ? "RA" : "BSSID", in hostap_rx_frame_wds()
581 if (*wds == NULL && fc & IEEE80211_FCTL_FROMDS && in hostap_rx_frame_wds()
595 if (*wds && !(fc & IEEE80211_FCTL_FROMDS) && local->ap && in hostap_rx_frame_wds()
623 if ((fc & (IEEE80211_FCTL_TODS | IEEE80211_FCTL_FROMDS)) == in hostap_is_eapol_frame()
628 } else if ((fc & (IEEE80211_FCTL_TODS | IEEE80211_FCTL_FROMDS)) == in hostap_is_eapol_frame()
629 IEEE80211_FCTL_FROMDS && in hostap_is_eapol_frame()
843 switch (fc & (IEEE80211_FCTL_FROMDS | IEEE80211_FCTL_TODS)) { in hostap_80211_rx()
844 case IEEE80211_FCTL_FROMDS: in hostap_80211_rx()
852 case IEEE80211_FCTL_FROMDS | IEEE80211_FCTL_TODS: in hostap_80211_rx()
870 (fc & (IEEE80211_FCTL_TODS | IEEE80211_FCTL_FROMDS)) == in hostap_80211_rx()
871 IEEE80211_FCTL_FROMDS && in hostap_80211_rx()
1055 if (wds && ((fc & (IEEE80211_FCTL_TODS | IEEE80211_FCTL_FROMDS)) == in hostap_80211_rx()