add iv_flags_ht and ic_flags_ht
This commit is contained in:
parent
b17e19c265
commit
892cecbd65
@ -335,6 +335,7 @@ _db_show_vap(const struct ieee80211vap *vap, int showprocs)
|
||||
|
||||
db_printf("\tflags=%b\n", vap->iv_flags, IEEE80211_F_BITS);
|
||||
db_printf("\tflags_ext=%b\n", vap->iv_flags_ext, IEEE80211_FEXT_BITS);
|
||||
db_printf("\tflags_ht=%b\n", vap->iv_flags_ht, IEEE80211_FHT_BITS);
|
||||
db_printf("\tflags_ven=%b\n", vap->iv_flags_ven, IEEE80211_FVEN_BITS);
|
||||
db_printf("\tcaps=%b\n", vap->iv_caps, IEEE80211_C_BITS);
|
||||
db_printf("\thtcaps=%b\n", vap->iv_htcaps, IEEE80211_C_HTCAP_BITS);
|
||||
@ -493,6 +494,7 @@ _db_show_com(const struct ieee80211com *ic, int showvaps, int showsta, int showp
|
||||
|
||||
db_printf("\tflags=%b\n", ic->ic_flags, IEEE80211_F_BITS);
|
||||
db_printf("\tflags_ext=%b\n", ic->ic_flags_ext, IEEE80211_FEXT_BITS);
|
||||
db_printf("\tflags_ht=%b\n", ic->ic_flags_ht, IEEE80211_FHT_BITS);
|
||||
db_printf("\tflags_ven=%b\n", ic->ic_flags_ven, IEEE80211_FVEN_BITS);
|
||||
db_printf("\tcaps=%b\n", ic->ic_caps, IEEE80211_C_BITS);
|
||||
db_printf("\tcryptocaps=%b\n",
|
||||
|
Loading…
Reference in New Issue
Block a user