Searched refs:ht_oper (Results 1 – 8 of 8) sorted by relevance
/linux-4.1.27/drivers/net/wireless/mwifiex/ |
D | tdls.c | 194 struct ieee80211_ht_operation *ht_oper; in mwifiex_tdls_add_ht_oper() local 210 ht_oper = (void *)pos; in mwifiex_tdls_add_ht_oper() 212 ht_oper->primary_chan = bss_desc->channel; in mwifiex_tdls_add_ht_oper() 218 ht_oper->ht_param = bss_desc->bcn_ht_oper->ht_param; in mwifiex_tdls_add_ht_oper() 221 ht_oper->ht_param = in mwifiex_tdls_add_ht_oper() 223 ht_oper->ht_param |= BIT(2); in mwifiex_tdls_add_ht_oper() 226 memcpy(&sta_ptr->tdls_cap.ht_oper, ht_oper, in mwifiex_tdls_add_ht_oper() 916 memcpy(&sta_ptr->tdls_cap.ht_oper, pos, in mwifiex_process_tdls_action_frame()
|
D | join.c | 1005 ht_info->ht_oper.primary_chan = in mwifiex_cmd_802_11_ad_hoc_start() 1008 ht_info->ht_oper.ht_param = adapter->sec_chan_offset; in mwifiex_cmd_802_11_ad_hoc_start() 1009 ht_info->ht_oper.ht_param |= in mwifiex_cmd_802_11_ad_hoc_start() 1012 ht_info->ht_oper.operation_mode = in mwifiex_cmd_802_11_ad_hoc_start() 1014 ht_info->ht_oper.basic_set[0] = 0xff; in mwifiex_cmd_802_11_ad_hoc_start()
|
D | 11n.c | 364 ht_info->ht_oper.ht_param &= in mwifiex_cmd_append_11n_tlv()
|
D | main.h | 686 struct ieee80211_ht_operation ht_oper; member
|
D | fw.h | 1566 struct ieee80211_ht_operation ht_oper; member
|
/linux-4.1.27/net/mac80211/ |
D | util.c | 2310 struct ieee80211_ht_operation *ht_oper; in ieee80211_ie_build_ht_oper() local 2314 ht_oper = (struct ieee80211_ht_operation *)pos; in ieee80211_ie_build_ht_oper() 2315 ht_oper->primary_chan = ieee80211_frequency_to_channel( in ieee80211_ie_build_ht_oper() 2323 ht_oper->ht_param = IEEE80211_HT_PARAM_CHA_SEC_ABOVE; in ieee80211_ie_build_ht_oper() 2325 ht_oper->ht_param = IEEE80211_HT_PARAM_CHA_SEC_BELOW; in ieee80211_ie_build_ht_oper() 2328 ht_oper->ht_param = IEEE80211_HT_PARAM_CHA_SEC_NONE; in ieee80211_ie_build_ht_oper() 2334 ht_oper->ht_param |= IEEE80211_HT_PARAM_CHAN_WIDTH_ANY; in ieee80211_ie_build_ht_oper() 2336 ht_oper->operation_mode = cpu_to_le16(prot_mode); in ieee80211_ie_build_ht_oper() 2337 ht_oper->stbc_param = 0x0000; in ieee80211_ie_build_ht_oper() 2341 memset(&ht_oper->basic_set, 0, 16); in ieee80211_ie_build_ht_oper() [all …]
|
D | mlme.c | 154 const struct ieee80211_ht_operation *ht_oper, in ieee80211_determine_chantype() argument 171 if (!ht_cap || !ht_oper || !sta_ht_cap.ht_supported) { in ieee80211_determine_chantype() 185 ht_cfreq = ieee80211_channel_to_frequency(ht_oper->primary_chan, in ieee80211_determine_chantype() 199 ht_oper->primary_chan, channel->band); in ieee80211_determine_chantype() 206 switch (ht_oper->ht_param & IEEE80211_HT_PARAM_CHA_SEC_OFFSET) { in ieee80211_determine_chantype() 345 const struct ieee80211_ht_operation *ht_oper, in ieee80211_config_bw() argument 360 if (ifmgd->flags & IEEE80211_STA_DISABLE_HT || !ht_oper) in ieee80211_config_bw() 374 ht_opmode = le16_to_cpu(ht_oper->operation_mode); in ieee80211_config_bw() 385 ht_cap, ht_oper, vht_oper, in ieee80211_config_bw() 4215 const struct ieee80211_ht_operation *ht_oper = NULL; in ieee80211_prep_channel() local [all …]
|
D | ieee80211_i.h | 1988 const struct ieee80211_ht_operation *ht_oper,
|