Home
last modified time | relevance | path

Searched refs:chw (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/net80211/
H A Dieee80211_ht.c2600 int chw; in ht_recv_action_ht_txchwidth() local
2606 chw = (frm[2] == IEEE80211_A_HT_TXCHWIDTH_2040) ? in ht_recv_action_ht_txchwidth()
2611 chw, ni->ni_chw != chw ? "*" : "", ieee80211_ni_chw_to_str(chw)); in ht_recv_action_ht_txchwidth()
2612 if (chw != ni->ni_chw) { in ht_recv_action_ht_txchwidth()
2614 ni->ni_chw = chw; in ht_recv_action_ht_txchwidth()
/freebsd/sys/dev/mwl/
H A Dmwlhal.h119 int mwl_hal_getchannelinfo(struct mwl_hal *, int band, int chw,
H A Dmwlhal.c1135 mwl_hal_getchannelinfo(struct mwl_hal *mh0, int band, int chw, in mwl_hal_getchannelinfo() argument
1142 *ci = (chw == MWL_CH_20_MHz_WIDTH) ? &mh->mh_20M : &mh->mh_40M; in mwl_hal_getchannelinfo()
1145 *ci = (chw == MWL_CH_20_MHz_WIDTH) ? in mwl_hal_getchannelinfo()