Home
last modified time | relevance | path

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

/freebsd/sys/dev/rtwn/rtl8812a/
H A Dr12a_tx.c127 if (ieee80211_ht_check_tx_ht40(ni)) { in r12a_tx_set_ht40()
278 if (ieee80211_ht_check_tx_ht40(ni)) { in r12a_tx_set_sgi()
/freebsd/sys/dev/rtwn/rtl8192c/
H A Dr92c_tx.c69 if (ieee80211_ht_check_tx_ht40(ni)) { in r92c_tx_set_ht40()
195 if (ieee80211_ht_check_tx_ht40(ni)) { in r92c_tx_set_sgi()
/freebsd/sys/net80211/
H A Dieee80211_ht.h248 bool ieee80211_ht_check_tx_ht40(const struct ieee80211_node *ni);
H A Dieee80211_ht.c3776 if (! ieee80211_ht_check_tx_ht40(ni)) in ieee80211_ht_check_tx_shortgi_40()
3822 ieee80211_ht_check_tx_ht40(const struct ieee80211_node *ni) in ieee80211_ht_check_tx_ht40() function