Home
last modified time | relevance | path

Searched refs:ieee80211_has_tods (Results 1 – 4 of 4) sorted by relevance

/linux-3.4.99/include/linux/
Dieee80211.h191 static inline int ieee80211_has_tods(__le16 fc) in ieee80211_has_tods() function
1668 if (ieee80211_has_tods(hdr->frame_control)) in ieee80211_get_DA()
/linux-3.4.99/net/mac80211/
Dutil.c64 if (ieee80211_has_tods(fc)) in ieee80211_get_bssid()
Drx.c491 if (ieee80211_has_tods(hdr->frame_control) || in ieee80211_rx_mesh_check()
/linux-3.4.99/drivers/net/wireless/hostap/
Dhostap_hw.c2391 ieee80211_has_tods(txdesc.frame_control) ? " ToDS" : "", in prism2_txexc()