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