Searched refs:ht_oper (Results 1 - 9 of 9) sorted by relevance

/linux-master/net/mac80211/
H A Dspectmgmt.c80 struct ieee80211_ht_operation ht_oper; local
94 ht_oper.primary_chan = ieee80211_frequency_to_channel(control_freq);
96 ht_oper.ht_param = control_freq > center_freq1 ?
100 ht_oper.ht_param = IEEE80211_HT_PARAM_CHA_SEC_NONE;
102 ieee80211_chandef_ht_oper(&ht_oper, chandef);
133 ht_oper.operation_mode =
138 &vht_oper, &ht_oper, chandef))
H A Dutil.c2592 struct ieee80211_ht_operation *ht_oper; local
2596 ht_oper = (struct ieee80211_ht_operation *)pos;
2597 ht_oper->primary_chan = ieee80211_frequency_to_channel(
2605 ht_oper->ht_param = IEEE80211_HT_PARAM_CHA_SEC_ABOVE;
2607 ht_oper->ht_param = IEEE80211_HT_PARAM_CHA_SEC_BELOW;
2614 ht_oper->ht_param = IEEE80211_HT_PARAM_CHA_SEC_NONE;
2620 ht_oper->ht_param |= IEEE80211_HT_PARAM_CHAN_WIDTH_ANY;
2623 ht_oper->ht_param |= IEEE80211_HT_PARAM_RIFS_MODE;
2625 ht_oper->operation_mode = cpu_to_le16(prot_mode);
2626 ht_oper
2886 ieee80211_chandef_ht_oper(const struct ieee80211_ht_operation *ht_oper, struct cfg80211_chan_def *chandef) argument
[all...]
H A Dmlme.c159 const struct ieee80211_ht_operation *ht_oper = elems->ht_operation; local
219 if (!ht_oper || !elems->ht_cap_elem)
224 ht_cfreq = ieee80211_channel_to_frequency(ht_oper->primary_chan,
238 ht_oper->primary_chan, channel->band);
242 ieee80211_chandef_ht_oper(ht_oper, chandef);
265 &he_oper_vht_cap, ht_oper,
283 vht_oper, ht_oper,
H A Dieee80211_i.h2521 bool ieee80211_chandef_ht_oper(const struct ieee80211_ht_operation *ht_oper,
/linux-master/drivers/net/wireless/marvell/mwifiex/
H A Dtdls.c190 struct ieee80211_ht_operation *ht_oper; local
212 ht_oper = (void *)pos;
214 ht_oper->primary_chan = bss_desc->channel;
220 ht_oper->ht_param = bss_desc->bcn_ht_oper->ht_param;
223 ht_oper->ht_param =
225 ht_oper->ht_param |= BIT(2);
228 memcpy(&sta_ptr->tdls_cap.ht_oper, ht_oper,
990 /* copy the ie's value into ht_oper*/
991 memcpy(&sta_ptr->tdls_cap.ht_oper, po
[all...]
H A Djoin.c1062 ht_info->ht_oper.primary_chan =
1065 ht_info->ht_oper.ht_param = adapter->sec_chan_offset;
1066 ht_info->ht_oper.ht_param |=
1069 ht_info->ht_oper.operation_mode =
1071 ht_info->ht_oper.basic_set[0] = 0xff;
H A D11n.c385 ht_info->ht_oper.ht_param &=
H A Dmain.h754 struct ieee80211_ht_operation ht_oper; member in struct:mwifiex_tdls_capab
H A Dfw.h1852 struct ieee80211_ht_operation ht_oper; member in struct:mwifiex_ie_types_htinfo

Completed in 272 milliseconds