Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/wireless/marvell/mwifiex/
Dtdls.c191 struct ieee80211_ht_operation *ht_oper; in mwifiex_tdls_add_ht_oper() local
213 ht_oper = (void *)pos; in mwifiex_tdls_add_ht_oper()
215 ht_oper->primary_chan = bss_desc->channel; in mwifiex_tdls_add_ht_oper()
221 ht_oper->ht_param = bss_desc->bcn_ht_oper->ht_param; in mwifiex_tdls_add_ht_oper()
224 ht_oper->ht_param = in mwifiex_tdls_add_ht_oper()
226 ht_oper->ht_param |= BIT(2); in mwifiex_tdls_add_ht_oper()
229 memcpy(&sta_ptr->tdls_cap.ht_oper, ht_oper, in mwifiex_tdls_add_ht_oper()
976 memcpy(&sta_ptr->tdls_cap.ht_oper, pos, in mwifiex_process_tdls_action_frame()
Djoin.c1072 ht_info->ht_oper.primary_chan = in mwifiex_cmd_802_11_ad_hoc_start()
1075 ht_info->ht_oper.ht_param = adapter->sec_chan_offset; in mwifiex_cmd_802_11_ad_hoc_start()
1076 ht_info->ht_oper.ht_param |= in mwifiex_cmd_802_11_ad_hoc_start()
1079 ht_info->ht_oper.operation_mode = in mwifiex_cmd_802_11_ad_hoc_start()
1081 ht_info->ht_oper.basic_set[0] = 0xff; in mwifiex_cmd_802_11_ad_hoc_start()
D11n.c399 ht_info->ht_oper.ht_param &= in mwifiex_cmd_append_11n_tlv()
Dmain.h774 struct ieee80211_ht_operation ht_oper; member
Dfw.h1848 struct ieee80211_ht_operation ht_oper; member
/Linux-v4.19/net/mac80211/
Dutil.c2514 struct ieee80211_ht_operation *ht_oper; in ieee80211_ie_build_ht_oper() local
2518 ht_oper = (struct ieee80211_ht_operation *)pos; in ieee80211_ie_build_ht_oper()
2519 ht_oper->primary_chan = ieee80211_frequency_to_channel( in ieee80211_ie_build_ht_oper()
2527 ht_oper->ht_param = IEEE80211_HT_PARAM_CHA_SEC_ABOVE; in ieee80211_ie_build_ht_oper()
2529 ht_oper->ht_param = IEEE80211_HT_PARAM_CHA_SEC_BELOW; in ieee80211_ie_build_ht_oper()
2532 ht_oper->ht_param = IEEE80211_HT_PARAM_CHA_SEC_NONE; in ieee80211_ie_build_ht_oper()
2538 ht_oper->ht_param |= IEEE80211_HT_PARAM_CHAN_WIDTH_ANY; in ieee80211_ie_build_ht_oper()
2541 ht_oper->ht_param |= IEEE80211_HT_PARAM_RIFS_MODE; in ieee80211_ie_build_ht_oper()
2543 ht_oper->operation_mode = cpu_to_le16(prot_mode); in ieee80211_ie_build_ht_oper()
2544 ht_oper->stbc_param = 0x0000; in ieee80211_ie_build_ht_oper()
[all …]
Dmlme.c150 const struct ieee80211_ht_operation *ht_oper, in ieee80211_determine_chantype() argument
168 if (!ht_oper || !sta_ht_cap.ht_supported) { in ieee80211_determine_chantype()
175 ht_cfreq = ieee80211_channel_to_frequency(ht_oper->primary_chan, in ieee80211_determine_chantype()
189 ht_oper->primary_chan, channel->band); in ieee80211_determine_chantype()
196 ieee80211_chandef_ht_oper(ht_oper, chandef); in ieee80211_determine_chantype()
322 const struct ieee80211_ht_operation *ht_oper, in ieee80211_config_bw() argument
339 if (ifmgd->flags & IEEE80211_STA_DISABLE_HT || !ht_oper) in ieee80211_config_bw()
358 ht_opmode = le16_to_cpu(ht_oper->operation_mode); in ieee80211_config_bw()
366 ht_oper, vht_oper, he_oper, in ieee80211_config_bw()
4589 const struct ieee80211_ht_operation *ht_oper = NULL; in ieee80211_prep_channel() local
[all …]
Dieee80211_i.h2107 bool ieee80211_chandef_ht_oper(const struct ieee80211_ht_operation *ht_oper,
/Linux-v4.19/drivers/staging/rtlwifi/
Dbase.c2462 u8 *ht_oper; in rtl_check_beacon_key() local
2515 ht_oper = rtl_find_ie(data, len - FCS_LEN, WLAN_EID_HT_OPERATION); in rtl_check_beacon_key()
2517 if (ht_oper && !(ht_oper[1] < sizeof(*ht_oper))) { in rtl_check_beacon_key()
2518 ht_oper_len = ht_oper[1]; in rtl_check_beacon_key()
2519 ht_oper_ie = (struct ieee80211_ht_operation *)&ht_oper[2]; in rtl_check_beacon_key()
2521 ht_oper = NULL; in rtl_check_beacon_key()
2526 if (!ds_param && ht_oper && ht_oper_ie) in rtl_check_beacon_key()
2529 if (ht_oper && ht_oper_ie) in rtl_check_beacon_key()