Searched refs:ht_oper (Results 1 - 10 of 10) sorted by relevance
/linux-4.4.14/drivers/net/wireless/mwifiex/ |
H A D | tdls.c | 194 struct ieee80211_ht_operation *ht_oper; mwifiex_tdls_add_ht_oper() local 216 ht_oper = (void *)pos; mwifiex_tdls_add_ht_oper() 218 ht_oper->primary_chan = bss_desc->channel; mwifiex_tdls_add_ht_oper() 224 ht_oper->ht_param = bss_desc->bcn_ht_oper->ht_param; mwifiex_tdls_add_ht_oper() 227 ht_oper->ht_param = mwifiex_tdls_add_ht_oper() 229 ht_oper->ht_param |= BIT(2); mwifiex_tdls_add_ht_oper() 232 memcpy(&sta_ptr->tdls_cap.ht_oper, ht_oper, mwifiex_tdls_add_ht_oper() 930 memcpy(&sta_ptr->tdls_cap.ht_oper, pos, mwifiex_process_tdls_action_frame()
|
H A D | join.c | 1052 ht_info->ht_oper.primary_chan = mwifiex_cmd_802_11_ad_hoc_start() 1055 ht_info->ht_oper.ht_param = adapter->sec_chan_offset; mwifiex_cmd_802_11_ad_hoc_start() 1056 ht_info->ht_oper.ht_param |= mwifiex_cmd_802_11_ad_hoc_start() 1059 ht_info->ht_oper.operation_mode = mwifiex_cmd_802_11_ad_hoc_start() 1061 ht_info->ht_oper.basic_set[0] = 0xff; mwifiex_cmd_802_11_ad_hoc_start()
|
H A D | 11n.c | 367 ht_info->ht_oper.ht_param &= mwifiex_cmd_append_11n_tlv()
|
H A D | fw.h | 1678 struct ieee80211_ht_operation ht_oper; member in struct:mwifiex_ie_types_htinfo
|
H A D | main.h | 742 struct ieee80211_ht_operation ht_oper; member in struct:mwifiex_tdls_capab
|
/linux-4.4.14/net/mac80211/ |
H A D | util.c | 2303 struct ieee80211_ht_operation *ht_oper; ieee80211_ie_build_ht_oper() local 2307 ht_oper = (struct ieee80211_ht_operation *)pos; ieee80211_ie_build_ht_oper() 2308 ht_oper->primary_chan = ieee80211_frequency_to_channel( ieee80211_ie_build_ht_oper() 2316 ht_oper->ht_param = IEEE80211_HT_PARAM_CHA_SEC_ABOVE; ieee80211_ie_build_ht_oper() 2318 ht_oper->ht_param = IEEE80211_HT_PARAM_CHA_SEC_BELOW; ieee80211_ie_build_ht_oper() 2321 ht_oper->ht_param = IEEE80211_HT_PARAM_CHA_SEC_NONE; ieee80211_ie_build_ht_oper() 2327 ht_oper->ht_param |= IEEE80211_HT_PARAM_CHAN_WIDTH_ANY; ieee80211_ie_build_ht_oper() 2330 ht_oper->ht_param |= IEEE80211_HT_PARAM_RIFS_MODE; ieee80211_ie_build_ht_oper() 2332 ht_oper->operation_mode = cpu_to_le16(prot_mode); ieee80211_ie_build_ht_oper() 2333 ht_oper->stbc_param = 0x0000; ieee80211_ie_build_ht_oper() 2337 memset(&ht_oper->basic_set, 0, 16); ieee80211_ie_build_ht_oper() 2338 memcpy(&ht_oper->basic_set, &ht_cap->mcs, 10); ieee80211_ie_build_ht_oper() 2381 const struct ieee80211_ht_operation *ht_oper, ieee80211_ht_oper_to_chandef() 2386 if (!ht_oper) { ieee80211_ht_oper_to_chandef() 2392 switch (ht_oper->ht_param & IEEE80211_HT_PARAM_CHA_SEC_OFFSET) { ieee80211_ht_oper_to_chandef() 2380 ieee80211_ht_oper_to_chandef(struct ieee80211_channel *control_chan, const struct ieee80211_ht_operation *ht_oper, struct cfg80211_chan_def *chandef) ieee80211_ht_oper_to_chandef() argument
|
H A D | mlme.c | 147 const struct ieee80211_ht_operation *ht_oper, ieee80211_determine_chantype() 164 if (!ht_cap || !ht_oper || !sta_ht_cap.ht_supported) { ieee80211_determine_chantype() 178 ht_cfreq = ieee80211_channel_to_frequency(ht_oper->primary_chan, ieee80211_determine_chantype() 192 ht_oper->primary_chan, channel->band); ieee80211_determine_chantype() 199 switch (ht_oper->ht_param & IEEE80211_HT_PARAM_CHA_SEC_OFFSET) { ieee80211_determine_chantype() 338 const struct ieee80211_ht_operation *ht_oper, ieee80211_config_bw() 353 if (ifmgd->flags & IEEE80211_STA_DISABLE_HT || !ht_oper) ieee80211_config_bw() 367 ht_opmode = le16_to_cpu(ht_oper->operation_mode); ieee80211_config_bw() 378 ht_cap, ht_oper, vht_oper, ieee80211_config_bw() 4201 const struct ieee80211_ht_operation *ht_oper = NULL; ieee80211_prep_channel() local 4222 if (ht_oper_ie && ht_oper_ie[1] >= sizeof(*ht_oper)) ieee80211_prep_channel() 4223 ht_oper = (void *)(ht_oper_ie + 2); ieee80211_prep_channel() 4231 ht_oper = NULL; ieee80211_prep_channel() 4243 if (vht_oper && !ht_oper) { ieee80211_prep_channel() 4274 ht_cap, ht_oper, vht_oper, ieee80211_prep_channel() 143 ieee80211_determine_chantype(struct ieee80211_sub_if_data *sdata, struct ieee80211_supported_band *sband, struct ieee80211_channel *channel, const struct ieee80211_ht_cap *ht_cap, const struct ieee80211_ht_operation *ht_oper, const struct ieee80211_vht_operation *vht_oper, struct cfg80211_chan_def *chandef, bool tracking) ieee80211_determine_chantype() argument 335 ieee80211_config_bw(struct ieee80211_sub_if_data *sdata, struct sta_info *sta, const struct ieee80211_ht_cap *ht_cap, const struct ieee80211_ht_operation *ht_oper, const struct ieee80211_vht_operation *vht_oper, const u8 *bssid, u32 *changed) ieee80211_config_bw() argument
|
H A D | ieee80211_i.h | 1983 const struct ieee80211_ht_operation *ht_oper,
|
/linux-4.4.14/drivers/staging/rtl8188eu/core/ |
H A D | rtw_ap.c | 888 /* ht_capab, ht_oper */ rtw_check_beacon_data()
|
/linux-4.4.14/drivers/staging/rtl8723au/core/ |
H A D | rtw_ap.c | 819 /* ht_capab, ht_oper */ rtw_check_beacon_data23a()
|
Completed in 386 milliseconds