Searched refs:ht_cap_info (Results 1 – 16 of 16) sorted by relevance
851 unsigned short ht_cap_info; in rtw_check_bcn_info() local893 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()
1010 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()
77 __le32 ht_cap_info; member
1066 dump_data->ht_cap_info = cpu_to_le32(ar->ht_cap_info); in ath10k_coredump_build()
4494 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 …]
903 u32 ht_cap_info; member
1628 __le32 ht_cap_info; member
2205 __le32 ht_cap_info; /* WMI HT Capability */ member2245 __le32 ht_cap_info; /* WMI HT Capability */ member
5165 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()
1099 arg->ht_cap = ev->ht_cap_info; in ath10k_wmi_tlv_op_pull_svc_rdy_ev()
172 unsigned short ht_cap_info; member
1298 unsigned short ht_cap_info; in rtw_check_bcn_info() local1345 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()
1219 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()
203 unsigned short ht_cap_info; member
2509 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()
999 __le16 ht_cap_info; member