Home
last modified time | relevance | path

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

/drivers/net/wireless/mwifiex/
Dtdls.c194 struct ieee80211_ht_operation *ht_oper; in mwifiex_tdls_add_ht_oper() local
216 ht_oper = (void *)pos; in mwifiex_tdls_add_ht_oper()
218 ht_oper->primary_chan = bss_desc->channel; in mwifiex_tdls_add_ht_oper()
224 ht_oper->ht_param = bss_desc->bcn_ht_oper->ht_param; in mwifiex_tdls_add_ht_oper()
227 ht_oper->ht_param = in mwifiex_tdls_add_ht_oper()
229 ht_oper->ht_param |= BIT(2); in mwifiex_tdls_add_ht_oper()
232 memcpy(&sta_ptr->tdls_cap.ht_oper, ht_oper, in mwifiex_tdls_add_ht_oper()
947 memcpy(&sta_ptr->tdls_cap.ht_oper, pos + 2, in mwifiex_process_tdls_action_frame()
Djoin.c1053 ht_info->ht_oper.primary_chan = in mwifiex_cmd_802_11_ad_hoc_start()
1056 ht_info->ht_oper.ht_param = adapter->sec_chan_offset; in mwifiex_cmd_802_11_ad_hoc_start()
1057 ht_info->ht_oper.ht_param |= in mwifiex_cmd_802_11_ad_hoc_start()
1060 ht_info->ht_oper.operation_mode = in mwifiex_cmd_802_11_ad_hoc_start()
1062 ht_info->ht_oper.basic_set[0] = 0xff; in mwifiex_cmd_802_11_ad_hoc_start()
D11n.c367 ht_info->ht_oper.ht_param &= in mwifiex_cmd_append_11n_tlv()
Dfw.h1684 struct ieee80211_ht_operation ht_oper; member
Dmain.h743 struct ieee80211_ht_operation ht_oper; member