Home
last modified time | relevance | path

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

/AliOS-Things-master/components/linkkit/wifi_provision/frameworks/ieee80211/
A Dzconfig_ieee80211.c34 int ieee80211_has_tods(uint16_t fc) in ieee80211_has_tods() function
168 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()
A Dzconfig_ieee80211.h269 int ieee80211_has_tods(uint16_t fc);
/AliOS-Things-master/components/linkkit/wifi_provision/mcast_smartconfig/
A Dmcast_smartconfig.c247 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()
/AliOS-Things-master/components/linkkit/wifi_provision/smartconfig/
A Dawss_smartconfig.c849 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