Searched refs:ht_oper_ie (Results 1 – 2 of 2) sorted by relevance
2457 struct ieee80211_ht_operation *ht_oper_ie = NULL; in rtl_check_beacon_key() local2519 ht_oper_ie = (struct ieee80211_ht_operation *)&ht_oper[2]; in rtl_check_beacon_key()2526 if (!ds_param && ht_oper && ht_oper_ie) in rtl_check_beacon_key()2527 bcn_key.bcn_channel = ht_oper_ie->primary_chan; in rtl_check_beacon_key()2529 if (ht_oper && ht_oper_ie) in rtl_check_beacon_key()2530 bcn_key.ht_info_infos_0_sco = ht_oper_ie->ht_param & 0x03; in rtl_check_beacon_key()
4608 const u8 *ht_oper_ie, *ht_cap_ie; in ieee80211_prep_channel() local4610 ht_oper_ie = ieee80211_bss_get_ie(cbss, WLAN_EID_HT_OPERATION); in ieee80211_prep_channel()4611 if (ht_oper_ie && ht_oper_ie[1] >= sizeof(*ht_oper)) in ieee80211_prep_channel()4612 ht_oper = (void *)(ht_oper_ie + 2); in ieee80211_prep_channel()