ht_oper           397 drivers/net/wireless/marvell/mwifiex/11n.c 				ht_info->ht_oper.ht_param &=
ht_oper          1854 drivers/net/wireless/marvell/mwifiex/fw.h 	struct ieee80211_ht_operation ht_oper;
ht_oper          1072 drivers/net/wireless/marvell/mwifiex/join.c 		ht_info->ht_oper.primary_chan =
ht_oper          1075 drivers/net/wireless/marvell/mwifiex/join.c 			ht_info->ht_oper.ht_param = adapter->sec_chan_offset;
ht_oper          1076 drivers/net/wireless/marvell/mwifiex/join.c 			ht_info->ht_oper.ht_param |=
ht_oper          1079 drivers/net/wireless/marvell/mwifiex/join.c 		ht_info->ht_oper.operation_mode =
ht_oper          1081 drivers/net/wireless/marvell/mwifiex/join.c 		ht_info->ht_oper.basic_set[0] = 0xff;
ht_oper           775 drivers/net/wireless/marvell/mwifiex/main.h 	struct ieee80211_ht_operation ht_oper;
ht_oper           189 drivers/net/wireless/marvell/mwifiex/tdls.c 	struct ieee80211_ht_operation *ht_oper;
ht_oper           211 drivers/net/wireless/marvell/mwifiex/tdls.c 	ht_oper = (void *)pos;
ht_oper           213 drivers/net/wireless/marvell/mwifiex/tdls.c 	ht_oper->primary_chan = bss_desc->channel;
ht_oper           219 drivers/net/wireless/marvell/mwifiex/tdls.c 		ht_oper->ht_param = bss_desc->bcn_ht_oper->ht_param;
ht_oper           222 drivers/net/wireless/marvell/mwifiex/tdls.c 		ht_oper->ht_param =
ht_oper           224 drivers/net/wireless/marvell/mwifiex/tdls.c 		ht_oper->ht_param |= BIT(2);
ht_oper           227 drivers/net/wireless/marvell/mwifiex/tdls.c 	memcpy(&sta_ptr->tdls_cap.ht_oper, ht_oper,
ht_oper           987 drivers/net/wireless/marvell/mwifiex/tdls.c 			memcpy(&sta_ptr->tdls_cap.ht_oper, pos + 2,
ht_oper          2165 net/mac80211/ieee80211_i.h bool ieee80211_chandef_ht_oper(const struct ieee80211_ht_operation *ht_oper,
ht_oper           148 net/mac80211/mlme.c 			     const struct ieee80211_ht_operation *ht_oper,
ht_oper           166 net/mac80211/mlme.c 	if (!ht_oper || !sta_ht_cap.ht_supported) {
ht_oper           173 net/mac80211/mlme.c 	ht_cfreq = ieee80211_channel_to_frequency(ht_oper->primary_chan,
ht_oper           187 net/mac80211/mlme.c 			   ht_oper->primary_chan, channel->band);
ht_oper           194 net/mac80211/mlme.c 		ieee80211_chandef_ht_oper(ht_oper, chandef);
ht_oper           222 net/mac80211/mlme.c 						&he_oper_vht_cap, ht_oper,
ht_oper           231 net/mac80211/mlme.c 					       ht_oper, &vht_chandef)) {
ht_oper           322 net/mac80211/mlme.c 			       const struct ieee80211_ht_operation *ht_oper,
ht_oper           339 net/mac80211/mlme.c 	if (ifmgd->flags & IEEE80211_STA_DISABLE_HT || !ht_oper)
ht_oper           358 net/mac80211/mlme.c 	ht_opmode = le16_to_cpu(ht_oper->operation_mode);
ht_oper           366 net/mac80211/mlme.c 					     ht_oper, vht_oper, he_oper,
ht_oper          4742 net/mac80211/mlme.c 	const struct ieee80211_ht_operation *ht_oper = NULL;
ht_oper          4764 net/mac80211/mlme.c 		if (ht_oper_ie && ht_oper_ie[1] >= sizeof(*ht_oper))
ht_oper          4765 net/mac80211/mlme.c 			ht_oper = (void *)(ht_oper_ie + 2);
ht_oper          4773 net/mac80211/mlme.c 			ht_oper = NULL;
ht_oper          4785 net/mac80211/mlme.c 		if (vht_oper && !ht_oper) {
ht_oper          4836 net/mac80211/mlme.c 						     ht_oper, vht_oper, he_oper,
ht_oper           144 net/mac80211/spectmgmt.c 		struct ieee80211_ht_operation ht_oper = {};
ht_oper           153 net/mac80211/spectmgmt.c 						&vht_oper, &ht_oper,
ht_oper          2813 net/mac80211/util.c 	struct ieee80211_ht_operation *ht_oper;
ht_oper          2817 net/mac80211/util.c 	ht_oper = (struct ieee80211_ht_operation *)pos;
ht_oper          2818 net/mac80211/util.c 	ht_oper->primary_chan = ieee80211_frequency_to_channel(
ht_oper          2826 net/mac80211/util.c 			ht_oper->ht_param = IEEE80211_HT_PARAM_CHA_SEC_ABOVE;
ht_oper          2828 net/mac80211/util.c 			ht_oper->ht_param = IEEE80211_HT_PARAM_CHA_SEC_BELOW;
ht_oper          2831 net/mac80211/util.c 		ht_oper->ht_param = IEEE80211_HT_PARAM_CHA_SEC_NONE;
ht_oper          2837 net/mac80211/util.c 		ht_oper->ht_param |= IEEE80211_HT_PARAM_CHAN_WIDTH_ANY;
ht_oper          2840 net/mac80211/util.c 		ht_oper->ht_param |= IEEE80211_HT_PARAM_RIFS_MODE;
ht_oper          2842 net/mac80211/util.c 	ht_oper->operation_mode = cpu_to_le16(prot_mode);
ht_oper          2843 net/mac80211/util.c 	ht_oper->stbc_param = 0x0000;
ht_oper          2847 net/mac80211/util.c 	memset(&ht_oper->basic_set, 0, 16);
ht_oper          2848 net/mac80211/util.c 	memcpy(&ht_oper->basic_set, &ht_cap->mcs, 10);
ht_oper          2960 net/mac80211/util.c bool ieee80211_chandef_ht_oper(const struct ieee80211_ht_operation *ht_oper,
ht_oper          2965 net/mac80211/util.c 	if (!ht_oper)
ht_oper          2968 net/mac80211/util.c 	switch (ht_oper->ht_param & IEEE80211_HT_PARAM_CHA_SEC_OFFSET) {