Searched refs:bwi (Results 1 – 2 of 2) sorted by relevance
235 const struct ieee80211_bandwidth_indication *bwi; in ieee80211_parse_ch_switch_ie() local243 bwi = elems->bandwidth_indication; in ieee80211_parse_ch_switch_ie()351 if (bwi) { in ieee80211_parse_ch_switch_ie()355 ieee80211_chandef_eht_oper(&bwi->info, &new_chandef); in ieee80211_parse_ch_switch_ie()357 if (bwi->params & IEEE80211_BW_IND_DIS_SUBCH_PRESENT) in ieee80211_parse_ch_switch_ie()359 get_unaligned_le16(bwi->info.optional); in ieee80211_parse_ch_switch_ie()
422 const struct ieee80211_bandwidth_indication *bwi = (const void *)data; in ieee80211_bandwidth_indication_size_ok() local424 if (len < sizeof(*bwi)) in ieee80211_bandwidth_indication_size_ok()427 if (bwi->params & IEEE80211_BW_IND_DIS_SUBCH_PRESENT && in ieee80211_bandwidth_indication_size_ok()428 len < sizeof(*bwi) + 2) in ieee80211_bandwidth_indication_size_ok()