Searched refs:ht_oper (Results 1 – 9 of 9) sorted by relevance
/openbmc/linux/drivers/net/wireless/marvell/mwifiex/ |
H A D | tdls.c | 190 struct ieee80211_ht_operation *ht_oper; in mwifiex_tdls_add_ht_oper() local 212 ht_oper = (void *)pos; in mwifiex_tdls_add_ht_oper() 214 ht_oper->primary_chan = bss_desc->channel; in mwifiex_tdls_add_ht_oper() 220 ht_oper->ht_param = bss_desc->bcn_ht_oper->ht_param; in mwifiex_tdls_add_ht_oper() 223 ht_oper->ht_param = in mwifiex_tdls_add_ht_oper() 225 ht_oper->ht_param |= BIT(2); in mwifiex_tdls_add_ht_oper() 228 memcpy(&sta_ptr->tdls_cap.ht_oper, ht_oper, in mwifiex_tdls_add_ht_oper() 991 memcpy(&sta_ptr->tdls_cap.ht_oper, pos + 2, in mwifiex_process_tdls_action_frame()
|
H A D | join.c | 1062 ht_info->ht_oper.primary_chan = in mwifiex_cmd_802_11_ad_hoc_start() 1065 ht_info->ht_oper.ht_param = adapter->sec_chan_offset; in mwifiex_cmd_802_11_ad_hoc_start() 1066 ht_info->ht_oper.ht_param |= in mwifiex_cmd_802_11_ad_hoc_start() 1069 ht_info->ht_oper.operation_mode = in mwifiex_cmd_802_11_ad_hoc_start() 1071 ht_info->ht_oper.basic_set[0] = 0xff; in mwifiex_cmd_802_11_ad_hoc_start()
|
H A D | 11n.c | 385 ht_info->ht_oper.ht_param &= in mwifiex_cmd_append_11n_tlv()
|
H A D | main.h | 756 struct ieee80211_ht_operation ht_oper; member
|
H A D | fw.h | 1852 struct ieee80211_ht_operation ht_oper; member
|
/openbmc/linux/net/mac80211/ |
H A D | spectmgmt.c | 145 struct ieee80211_ht_operation ht_oper = { in ieee80211_parse_ch_switch_ie() local 159 &vht_oper, &ht_oper, in ieee80211_parse_ch_switch_ie()
|
H A D | util.c | 3358 struct ieee80211_ht_operation *ht_oper; in ieee80211_ie_build_ht_oper() local 3362 ht_oper = (struct ieee80211_ht_operation *)pos; in ieee80211_ie_build_ht_oper() 3363 ht_oper->primary_chan = ieee80211_frequency_to_channel( in ieee80211_ie_build_ht_oper() 3371 ht_oper->ht_param = IEEE80211_HT_PARAM_CHA_SEC_ABOVE; in ieee80211_ie_build_ht_oper() 3373 ht_oper->ht_param = IEEE80211_HT_PARAM_CHA_SEC_BELOW; in ieee80211_ie_build_ht_oper() 3380 ht_oper->ht_param = IEEE80211_HT_PARAM_CHA_SEC_NONE; in ieee80211_ie_build_ht_oper() 3386 ht_oper->ht_param |= IEEE80211_HT_PARAM_CHAN_WIDTH_ANY; in ieee80211_ie_build_ht_oper() 3389 ht_oper->ht_param |= IEEE80211_HT_PARAM_RIFS_MODE; in ieee80211_ie_build_ht_oper() 3391 ht_oper->operation_mode = cpu_to_le16(prot_mode); in ieee80211_ie_build_ht_oper() 3392 ht_oper->stbc_param = 0x0000; in ieee80211_ie_build_ht_oper() [all …]
|
H A D | mlme.c | 226 const struct ieee80211_ht_operation *ht_oper, in ieee80211_determine_chantype() argument 275 if (!ht_oper || !sta_ht_cap.ht_supported) { in ieee80211_determine_chantype() 286 ht_cfreq = ieee80211_channel_to_frequency(ht_oper->primary_chan, in ieee80211_determine_chantype() 300 ht_oper->primary_chan, channel->band); in ieee80211_determine_chantype() 310 ieee80211_chandef_ht_oper(ht_oper, chandef); in ieee80211_determine_chantype() 341 &he_oper_vht_cap, ht_oper, in ieee80211_determine_chantype() 351 vht_oper, ht_oper, in ieee80211_determine_chantype() 485 const struct ieee80211_ht_operation *ht_oper, in ieee80211_config_bw() argument 505 if (link->u.mgd.conn_flags & IEEE80211_CONN_DISABLE_HT || !ht_oper) in ieee80211_config_bw() 528 ht_opmode = le16_to_cpu(ht_oper->operation_mode); in ieee80211_config_bw() [all …]
|
H A D | ieee80211_i.h | 2520 bool ieee80211_chandef_ht_oper(const struct ieee80211_ht_operation *ht_oper,
|