Home
last modified time | relevance | path

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

/freebsd/sys/net80211/
H A Dieee80211_ddb.c321 ni->ni_vhtcap, IEEE80211_VHTCAP_BITS, in _db_show_sta()
506 db_printf("\tvhtcap=%b\n", vap->iv_vht_cap.vht_cap_info, IEEE80211_VHTCAP_BITS); in _db_show_vap()
688 db_printf("\tvhtcaps=%b\n", ic->ic_vht_cap.vht_cap_info, IEEE80211_VHTCAP_BITS); in _db_show_com()
H A Dieee80211_vht.c204 IEEE80211_VHTCAP_BITS); in ieee80211_vht_announce()
H A Dieee80211.h1055 #define IEEE80211_VHTCAP_BITS \ macro
/freebsd/sbin/ifconfig/
H A Difieee80211.c4307 printb("vhtcaps", dc->dc_vhtcaps, IEEE80211_VHTCAP_BITS); in list_capabilities()