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()341 if (bwi) { in ieee80211_parse_ch_switch_ie()345 ieee80211_chandef_eht_oper(&bwi->info, &new_chandef); in ieee80211_parse_ch_switch_ie()347 if (bwi->params & IEEE80211_BW_IND_DIS_SUBCH_PRESENT) in ieee80211_parse_ch_switch_ie()349 get_unaligned_le16(bwi->info.optional); in ieee80211_parse_ch_switch_ie()
432 const struct ieee80211_bandwidth_indication *bwi = (const void *)data; in ieee80211_bandwidth_indication_size_ok() local434 if (len < sizeof(*bwi)) in ieee80211_bandwidth_indication_size_ok()437 if (bwi->params & IEEE80211_BW_IND_DIS_SUBCH_PRESENT && in ieee80211_bandwidth_indication_size_ok()438 len < sizeof(*bwi) + 2) in ieee80211_bandwidth_indication_size_ok()