Searched refs:chw (Results 1 – 3 of 3) sorted by relevance
2600 int chw; in ht_recv_action_ht_txchwidth() local2606 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()
119 int mwl_hal_getchannelinfo(struct mwl_hal *, int band, int chw,
1135 mwl_hal_getchannelinfo(struct mwl_hal *mh0, int band, int chw, in mwl_hal_getchannelinfo() argument1142 *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()