Home
last modified time | relevance | path

Searched refs:ht_param (Results 1 – 10 of 10) sorted by relevance

/linux/drivers/net/wireless/marvell/mwifiex/
H A D11n.c332 u8 ht_param = bss_desc->bcn_ht_oper->ht_param; in mwifiex_cmd_append_11n_tlv() local
341 switch (ht_param & IEEE80211_HT_PARAM_CHA_SEC_OFFSET) { in mwifiex_cmd_append_11n_tlv()
385 ht_info->ht_oper.ht_param &= in mwifiex_cmd_append_11n_tlv()
405 bss_desc->bcn_ht_oper->ht_param & in mwifiex_cmd_append_11n_tlv()
409 (bss_desc->bcn_ht_oper->ht_param & in mwifiex_cmd_append_11n_tlv()
H A Dtdls.c219 ISALLOWED_CHANWIDTH40(bss_desc->bcn_ht_oper->ht_param)) 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()
H A Djoin.c785 priv->assoc_resp_ht_param = assoc_resp_ht_oper->ht_param; in mwifiex_ret_802_11_associate()
1113 ht_info->ht_oper.ht_param = adapter->sec_chan_offset; in mwifiex_cmd_802_11_ad_hoc_start()
1114 ht_info->ht_oper.ht_param |= in mwifiex_cmd_802_11_ad_hoc_start()
H A Dfw.h277 #define ISALLOWED_CHANWIDTH40(ht_param) (ht_param & BIT(2)) argument
/linux/net/mac80211/
H A Dspectmgmt.c96 ht_oper.ht_param = control_freq > center_freq1 ? in validate_chandef_by_ht_vht_oper()
100 ht_oper.ht_param = IEEE80211_HT_PARAM_CHA_SEC_NONE; in validate_chandef_by_ht_vht_oper()
H A Dutil.c2637 ht_oper->ht_param = IEEE80211_HT_PARAM_CHA_SEC_ABOVE; in ieee80211_ie_build_ht_oper()
2639 ht_oper->ht_param = IEEE80211_HT_PARAM_CHA_SEC_BELOW; in ieee80211_ie_build_ht_oper()
2646 ht_oper->ht_param = IEEE80211_HT_PARAM_CHA_SEC_NONE; in ieee80211_ie_build_ht_oper()
2652 ht_oper->ht_param |= IEEE80211_HT_PARAM_CHAN_WIDTH_ANY; in ieee80211_ie_build_ht_oper()
2655 ht_oper->ht_param |= IEEE80211_HT_PARAM_RIFS_MODE; in ieee80211_ie_build_ht_oper()
2926 switch (ht_oper->ht_param & IEEE80211_HT_PARAM_CHA_SEC_OFFSET) { in ieee80211_chandef_ht_oper()
H A Dmesh_plink.c482 !(elems->ht_operation->ht_param & in mesh_sta_info_init()
H A Dmlme.c8736 ((struct ieee80211_ht_operation *)(elem->data))->ht_param; in ieee80211_mgd_get_ap_ht_vht_capa()
/linux/drivers/staging/rtl8723bs/include/
H A Dwifi.h335 unsigned char ht_param; member
/linux/include/linux/
H A Dieee80211.h1913 u8 ht_param; member