Searched refs:ht_oper_ie (Results 1 – 1 of 1) sorted by relevance
4219 const u8 *ht_oper_ie, *ht_cap_ie; in ieee80211_prep_channel() local4221 ht_oper_ie = ieee80211_bss_get_ie(cbss, WLAN_EID_HT_OPERATION); in ieee80211_prep_channel()4222 if (ht_oper_ie && ht_oper_ie[1] >= sizeof(*ht_oper)) in ieee80211_prep_channel()4223 ht_oper = (void *)(ht_oper_ie + 2); in ieee80211_prep_channel()