Home
last modified time | relevance | path

Searched refs:ht_cap_info (Results 1 – 16 of 16) sorted by relevance

/Linux-v4.19/drivers/staging/rtl8188eu/core/
Drtw_wlan_util.c851 unsigned short ht_cap_info; in rtw_check_bcn_info() local
893 ht_cap_info = le16_to_cpu(ht_cap->cap_info); in rtw_check_bcn_info()
895 ht_cap_info = 0; in rtw_check_bcn_info()
905 if (ht_cap_info != cur_network->BcnInfo.ht_cap_info || in rtw_check_bcn_info()
908 ht_cap_info, ht_info_infos_0); in rtw_check_bcn_info()
910 cur_network->BcnInfo.ht_cap_info, cur_network->BcnInfo.ht_info_infos_0); in rtw_check_bcn_info()
913 cur_network->BcnInfo.ht_cap_info = ht_cap_info; in rtw_check_bcn_info()
Drtw_ieee80211.c1010 pnetwork->BcnInfo.ht_cap_info = le16_to_cpu(ht_cap->cap_info); in rtw_get_bcn_info()
1012 pnetwork->BcnInfo.ht_cap_info = 0; in rtw_get_bcn_info()
/Linux-v4.19/drivers/net/wireless/ath/ath10k/
Dcoredump.h77 __le32 ht_cap_info; member
Dcoredump.c1066 dump_data->ht_cap_info = cpu_to_le32(ar->ht_cap_info); in ath10k_coredump_build()
Dmac.c4494 if (!(ar->ht_cap_info & WMI_HT_CAP_ENABLED)) in ath10k_get_ht_cap()
4505 if (ar->ht_cap_info & WMI_HT_CAP_HT20_SGI) in ath10k_get_ht_cap()
4508 if (ar->ht_cap_info & WMI_HT_CAP_HT40_SGI) in ath10k_get_ht_cap()
4511 if (ar->ht_cap_info & WMI_HT_CAP_DYNAMIC_SMPS) { in ath10k_get_ht_cap()
4520 if (ar->ht_cap_info & WMI_HT_CAP_TX_STBC && (ar->cfg_tx_chainmask > 1)) in ath10k_get_ht_cap()
4523 if (ar->ht_cap_info & WMI_HT_CAP_RX_STBC) { in ath10k_get_ht_cap()
4526 stbc = ar->ht_cap_info; in ath10k_get_ht_cap()
4535 if (ar->ht_cap_info & WMI_HT_CAP_LDPC) in ath10k_get_ht_cap()
4538 if (ar->ht_cap_info & WMI_HT_CAP_L_SIG_TXOP_PROT) in ath10k_get_ht_cap()
7156 ldpc = !!(ar->ht_cap_info & WMI_HT_CAP_LDPC); in ath10k_mac_op_set_bitrate_mask()
[all …]
Dcore.h903 u32 ht_cap_info; member
Dwmi-tlv.h1628 __le32 ht_cap_info; member
Dwmi.h2205 __le32 ht_cap_info; /* WMI HT Capability */ member
2245 __le32 ht_cap_info; /* WMI HT Capability */ member
Dwmi.c5165 arg->ht_cap = ev->ht_cap_info; in ath10k_wmi_main_op_pull_svc_rdy_ev()
5204 arg->ht_cap = ev->ht_cap_info; in ath10k_wmi_10x_op_pull_svc_rdy_ev()
5253 ar->ht_cap_info = __le32_to_cpu(arg.ht_cap); in ath10k_wmi_event_service_ready_work()
Dwmi-tlv.c1099 arg->ht_cap = ev->ht_cap_info; in ath10k_wmi_tlv_op_pull_svc_rdy_ev()
/Linux-v4.19/drivers/staging/rtl8188eu/include/
Dwlan_bssdef.h172 unsigned short ht_cap_info; member
/Linux-v4.19/drivers/staging/rtl8723bs/core/
Drtw_wlan_util.c1298 unsigned short ht_cap_info; in rtw_check_bcn_info() local
1345 ht_cap_info = le16_to_cpu(pht_cap->cap_info); in rtw_check_bcn_info()
1347 ht_cap_info = 0; in rtw_check_bcn_info()
1357 if (ht_cap_info != cur_network->BcnInfo.ht_cap_info || in rtw_check_bcn_info()
1360 ht_cap_info, ht_info_infos_0); in rtw_check_bcn_info()
1362 cur_network->BcnInfo.ht_cap_info, cur_network->BcnInfo.ht_info_infos_0); in rtw_check_bcn_info()
1366 cur_network->BcnInfo.ht_cap_info = ht_cap_info; in rtw_check_bcn_info()
Drtw_ieee80211.c1219 pnetwork->BcnInfo.ht_cap_info = le16_to_cpu(pht_cap->cap_info); in rtw_get_bcn_info()
1221 pnetwork->BcnInfo.ht_cap_info = 0; in rtw_get_bcn_info()
/Linux-v4.19/drivers/staging/rtl8723bs/include/
Dwlan_bssdef.h203 unsigned short ht_cap_info; member
/Linux-v4.19/drivers/staging/rtlwifi/
Dbase.c2509 bcn_key.ht_cap_info = ht_cap_ie->cap_info; in rtl_check_beacon_key()
2547 cur_bcn_key->ht_cap_info, in rtl_check_beacon_key()
2560 cur_bcn_key->ht_cap_info == bcn_key.ht_cap_info) { in rtl_check_beacon_key()
2598 cur_bcn_key->ht_cap_info, in rtl_check_beacon_key()
2603 bcn_key.ht_cap_info, in rtl_check_beacon_key()
Dwifi.h999 __le16 ht_cap_info; member