Home
last modified time | relevance | path

Searched refs:IEEE80211_CAPINFO_SHORT_PREAMBLE (Results 1 – 5 of 5) sorted by relevance

/f-stack/freebsd/net80211/
H A Dieee80211.h572 #define IEEE80211_CAPINFO_SHORT_PREAMBLE 0x0020 macro
H A Dieee80211_sta.c1894 (ni->ni_capinfo & IEEE80211_CAPINFO_SHORT_PREAMBLE)) { in sta_recv_mgmt()
H A Dieee80211_output.c2602 capinfo |= IEEE80211_CAPINFO_SHORT_PREAMBLE; in ieee80211_getcapinfo()
2780 capinfo |= IEEE80211_CAPINFO_SHORT_PREAMBLE; in ieee80211_send_mgmt()
H A Dieee80211_node.c2724 if ((ni->ni_capinfo & IEEE80211_CAPINFO_SHORT_PREAMBLE) == 0) { in ieee80211_node_join_11g()
/f-stack/tools/ifconfig/
H A Difieee80211.c2631 if (capinfo & IEEE80211_CAPINFO_SHORT_PREAMBLE) in getcaps()