Lines Matching refs:IEEE80211_FCTL_TODS
242 if ((fc & (IEEE80211_FCTL_TODS | IEEE80211_FCTL_FROMDS)) == in libipw_is_eapol_frame()
243 IEEE80211_FCTL_TODS && in libipw_is_eapol_frame()
247 } else if ((fc & (IEEE80211_FCTL_TODS | IEEE80211_FCTL_FROMDS)) == in libipw_is_eapol_frame()
491 switch (fc & (IEEE80211_FCTL_FROMDS | IEEE80211_FCTL_TODS)) { in libipw_rx()
496 case IEEE80211_FCTL_TODS: in libipw_rx()
500 case IEEE80211_FCTL_FROMDS | IEEE80211_FCTL_TODS: in libipw_rx()
521 (fc & (IEEE80211_FCTL_TODS | IEEE80211_FCTL_FROMDS)) == in libipw_rx()
755 if (wds && ((fc & (IEEE80211_FCTL_TODS | IEEE80211_FCTL_FROMDS)) == in libipw_rx()
756 IEEE80211_FCTL_TODS) && skb->len >= ETH_HLEN + ETH_ALEN) { in libipw_rx()
874 if ((fc & (IEEE80211_FCTL_TODS+IEEE80211_FCTL_FROMDS)) == 0) { in libipw_rx_any()
889 if ((fc & (IEEE80211_FCTL_TODS+IEEE80211_FCTL_FROMDS)) == IEEE80211_FCTL_FROMDS) { in libipw_rx_any()