Searched refs:ieee80211_has_tods (Results 1 – 4 of 4) sorted by relevance
34 int ieee80211_has_tods(uint16_t fc) in ieee80211_has_tods() function168 if (ieee80211_has_tods(hdr->frame_control)) in ieee80211_get_DA()176 if (ieee80211_has_tods(hdr->frame_control)) { in ieee80211_get_BSSID()798 res->tods = ieee80211_has_tods(fc); in ieee80211_data_extract()
269 int ieee80211_has_tods(uint16_t fc);
247 if (ieee80211_has_tods(fc) == ieee80211_has_fromds(fc)) { in awss_ieee80211_mcast_smartconfig_process()286 tods = ieee80211_has_tods(fc); in awss_ieee80211_mcast_smartconfig_process()343 res->tods = ieee80211_has_tods(fc); in awss_ieee80211_mcast_smartconfig_process()
849 if (ieee80211_has_tods(fc) == ieee80211_has_fromds(fc)) { in awss_ieee80211_smartconfig_process()882 tods = ieee80211_has_tods(fc); in awss_ieee80211_smartconfig_process()939 res->tods = ieee80211_has_tods(fc); in awss_ieee80211_smartconfig_process()
Completed in 8 milliseconds