Searched refs:mcs_set (Results 1 – 13 of 13) sorted by relevance
/wlan-driver/wpa_supplicant_8/src/drivers/ |
H A D | driver_nl80211_capa.c |
|
H A D | driver_common.c |
|
H A D | driver.h |
|
/wlan-driver/qcacld-3.0/core/mac/inc/ |
H A D | sir_api.h | 4528 #define HE_GET_MCS_4_NSS(mcs_set, nss) \ argument 4529 (((mcs_set) >> HE_MCS_NSS_SHIFT(nss)) & 3) 4530 #define HE_SET_MCS_4_NSS(mcs_set, mcs, nss) \ argument 4531 (((mcs_set) & HE_MCS_INV_MSK_4_NSS(nss)) | \ 4533 #define HE_MCS_IS_NSS_ENABLED(mcs_set, nss) \ argument 4534 ((HE_MCS_MSK_4_NSS(nss) & (mcs_set)) != HE_MCS_MSK_4_NSS(nss))
|
/wlan-driver/qcacld-3.0/core/mac/src/pe/lim/ |
H A D | lim_process_assoc_rsp_frame.c | 799 uint32_t *mcs_set; in lim_update_mcs_rate_set() local 802 mcs_set = (uint32_t *)ht_cap->supportedMCSSet; in lim_update_mcs_rate_set() 804 if (!QDF_GET_BITS(*mcs_set, i, 1)) in lim_update_mcs_rate_set()
|
H A D | lim_process_tdls.c | 1198 uint16_t mcs_set = 0; in lim_tdls_populate_he_operations() local 1206 mcs_set = (uint16_t)he_cap_info->he_ops_basic_mcs_nss; in lim_tdls_populate_he_operations() 1208 mcs_set |= 0xFFFC; in lim_tdls_populate_he_operations() 1210 mcs_set |= 0xFFF0; in lim_tdls_populate_he_operations() 1212 *((uint16_t *)he_op->basic_mcs_nss) = mcs_set; in lim_tdls_populate_he_operations()
|
H A D | lim_assoc_utils.c | 1889 uint8_t mcs_set[SIZE_OF_SUPPORTED_MCS_SET]; in lim_populate_matching_rate_set() local 2047 mcs_set, in lim_populate_matching_rate_set() 2055 mcs_set[1] = 0; in lim_populate_matching_rate_set() 2059 mcs_set[i] & supported_mcs_set[i]; in lim_populate_matching_rate_set() 2061 lim_dump_ht_mcs_mask(mcs_set, in lim_populate_matching_rate_set()
|
/wlan-driver/qcacld-3.0/core/hdd/src/ |
H A D | wlan_hdd_cfg.c | 1340 uint8_t mcs_set[SIZE_OF_SUPPORTED_MCS_SET] = {0}; in hdd_update_nss() local 1501 mcs_set[0] = mcs_set_temp[0]; in hdd_update_nss() 1504 mcs_set[val_len] = in hdd_update_nss() 1507 hdd_ctx->psoc, mcs_set, in hdd_update_nss()
|
H A D | wlan_hdd_main.c | 2146 uint8_t mcs_set[SIZE_OF_SUPPORTED_MCS_SET]; in hdd_update_tgt_ht_cap() local 2224 hdd_ctx->psoc, mcs_set, in hdd_update_tgt_ht_cap() 2232 mcs_set[value] = in hdd_update_tgt_ht_cap() 2237 mcs_set, in hdd_update_tgt_ht_cap()
|
/wlan-driver/wpa_supplicant_8/src/ap/ |
H A D | ctrl_iface_ap.c |
|
H A D | ieee802_11_ht.c |
|
/wlan-driver/qcacld-3.0/core/wma/src/ |
H A D | wma_mgmt.c | 933 static void wma_mask_tx_ht_rate(tp_wma_handle wma, uint8_t *mcs_set) in wma_mask_tx_ht_rate() argument 937 uint8_t *rate_pos = mcs_set; in wma_mask_tx_ht_rate()
|
/wlan-driver/qcacld-3.0/core/mac/src/sys/legacy/src/utils/src/ |
H A D | parser_api.c | 1509 uint32_t mcs_set; 1565 mcs_set = vht_cap_info->basic_mcs_set; 1566 mcs_set = (mcs_set & 0xFFFC) | vht_cap_info->rx_mcs; 1569 mcs_set |= 0x000C; 1571 mcs_set = (mcs_set & 0xFFF3) | (vht_cap_info->rx_mcs2x2 << 2); 1573 pDot11f->basicMCSSet = (uint16_t)mcs_set;
|