Home
last modified time | relevance | path

Searched refs:tlv (Results 1 – 25 of 26) sorted by relevance

12

/wlan-driver/wpa_supplicant_8/src/eap_common/
H A Deap_fast_common.c
H A Deap_teap_common.c
H A Deap_fast_common.h
H A Deap_teap_common.h
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/monitor/2.0/
H A Ddp_mon_filter_2.0.c432 struct dp_tx_mon_downstream_tlv_config *tlv = &htt_tlv_filter->dtlvs; in htt_tx_tlv_filter_mask_set_in0() local
434 if (tlv->tx_fes_setup) in htt_tx_tlv_filter_mask_set_in0()
437 tlv->tx_fes_setup); in htt_tx_tlv_filter_mask_set_in0()
439 if (tlv->tx_peer_entry) in htt_tx_tlv_filter_mask_set_in0()
442 tlv->tx_peer_entry); in htt_tx_tlv_filter_mask_set_in0()
444 if (tlv->tx_queue_extension) in htt_tx_tlv_filter_mask_set_in0()
447 tlv->tx_queue_extension); in htt_tx_tlv_filter_mask_set_in0()
449 if (tlv->tx_last_mpdu_end) in htt_tx_tlv_filter_mask_set_in0()
452 tlv->tx_last_mpdu_end); in htt_tx_tlv_filter_mask_set_in0()
454 if (tlv->tx_last_mpdu_fetched) in htt_tx_tlv_filter_mask_set_in0()
[all …]
/wlan-driver/wpa_supplicant_8/src/eap_peer/
H A Deap_teap.c
H A Deap_fast.c
/wlan-driver/wpa_supplicant_8/src/eap_server/
H A Deap_server_fast.c
H A Deap_server_teap.c
/wlan-driver/qcacld-3.0/core/mac/src/pe/lim/
H A Dlim_process_fils.c337 struct fils_eap_tlv *tlv; in lim_process_fils_eap_tlv() local
346 tlv = (struct fils_eap_tlv *) wrapped_data; in lim_process_fils_eap_tlv()
349 tlv->type, tlv->length, data_len); in lim_process_fils_eap_tlv()
351 if (tlv->length > (data_len - 2)) { in lim_process_fils_eap_tlv()
353 tlv->length, data_len); in lim_process_fils_eap_tlv()
357 switch (tlv->type) { in lim_process_fils_eap_tlv()
359 auth_info->keyname = qdf_mem_malloc(tlv->length); in lim_process_fils_eap_tlv()
364 tlv->data, tlv->length); in lim_process_fils_eap_tlv()
365 auth_info->keylength = tlv->length; in lim_process_fils_eap_tlv()
366 data_len -= (tlv->length + 2); in lim_process_fils_eap_tlv()
[all …]
/wlan-driver/qca-wifi-host-cmn/hal/wifi3.0/qcn9224/
H A Dhal_9224.h390 hal_rx_parse_ru_allocation_9224(struct hal_soc *hal_soc, void *tlv, in hal_rx_parse_ru_allocation_9224() argument
393 uint64_t *ehtsig_tlv = (uint64_t *)tlv; in hal_rx_parse_ru_allocation_9224()
532 hal_rx_parse_eht_sig_non_ofdma_9224(struct hal_soc *hal_soc, void *tlv, in hal_rx_parse_eht_sig_non_ofdma_9224() argument
535 hal_rx_parse_usig_overflow(hal_soc, tlv, ppdu_info); in hal_rx_parse_eht_sig_non_ofdma_9224()
536 hal_rx_parse_non_ofdma_users(hal_soc, tlv, ppdu_info); in hal_rx_parse_eht_sig_non_ofdma_9224()
540 hal_rx_parse_eht_sig_mumimo_user_info(hal_soc, tlv, in hal_rx_parse_eht_sig_non_ofdma_9224()
544 hal_rx_parse_eht_sig_non_mumimo_user_info(hal_soc, tlv, in hal_rx_parse_eht_sig_non_ofdma_9224()
552 hal_rx_parse_eht_sig_ofdma_9224(struct hal_soc *hal_soc, void *tlv, in hal_rx_parse_eht_sig_ofdma_9224() argument
555 hal_rx_parse_usig_overflow(hal_soc, tlv, ppdu_info); in hal_rx_parse_eht_sig_ofdma_9224()
556 hal_rx_parse_ru_allocation_9224(hal_soc, tlv, ppdu_info); in hal_rx_parse_eht_sig_ofdma_9224()
[all …]
/wlan-driver/wpa_supplicant_8/src/crypto/
H A Dcrypto_module_tests.c
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/
H A Ddp_reo.c141 uint16_t tlv = HAL_GET_TLV(reo_desc); in dp_reo_status_ring_handler() local
148 &reo_status, tlv, &num); in dp_reo_status_ring_handler()
/wlan-driver/qca-wifi-host-cmn/hal/wifi3.0/be/
H A Dhal_be_api_mon.h1675 hal_rx_parse_usig_overflow(struct hal_soc *hal_soc, void *tlv, in hal_rx_parse_usig_overflow() argument
1679 (struct hal_eht_sig_cc_usig_overflow *)tlv; in hal_rx_parse_usig_overflow()
1710 hal_rx_parse_non_ofdma_users(struct hal_soc *hal_soc, void *tlv, in hal_rx_parse_non_ofdma_users() argument
1714 (struct hal_eht_sig_non_ofdma_cmn_eb *)tlv; in hal_rx_parse_non_ofdma_users()
1747 hal_rx_parse_eht_sig_mumimo_user_info(struct hal_soc *hal_soc, void *tlv, in hal_rx_parse_eht_sig_mumimo_user_info() argument
1759 user_field = (uint32_t *)((uint8_t *)tlv + ppdu_info->tlv_aggr.rd_idx); in hal_rx_parse_eht_sig_mumimo_user_info()
1788 hal_rx_parse_eht_sig_mumimo_all_user_info(struct hal_soc *hal_soc, void *tlv, in hal_rx_parse_eht_sig_mumimo_all_user_info() argument
1795 user_info = (struct hal_eht_sig_mu_mimo_user_info *)tlv; in hal_rx_parse_eht_sig_mumimo_all_user_info()
1827 hal_rx_parse_eht_sig_non_mumimo_user_info(struct hal_soc *hal_soc, void *tlv, in hal_rx_parse_eht_sig_non_mumimo_user_info() argument
1839 user_field = (uint32_t *)((uint8_t *)tlv + ppdu_info->tlv_aggr.rd_idx); in hal_rx_parse_eht_sig_non_mumimo_user_info()
[all …]
H A Dhal_be_generic_api.c553 uint32_t tlv, int *num_ref) in hal_reo_status_update_be() argument
559 switch (tlv) { in hal_reo_status_update_be()
608 hal_soc_hdl, tlv); in hal_reo_status_update_be()
/wlan-driver/fw-api/fw/
H A Dhtt_ppdu_stats.h1113 #define HTT_PPDU_STATS_USER_COMMON_TLV_TX_PWR_GET(tlv, chain_idx) \ argument
1114 ((A_INT8) ((tlv)->tx_pwr[(chain_idx)/HTT_PPDU_STATS_USER_COMMON_TLV_TX_PWR_CHAINS_PER_U32] >> \
1116 #define HTT_PPDU_STATS_USER_COMMON_TLV_TX_PWR_SET(tlv, chain_idx, value) \ argument
1117 (tlv)->tx_pwr[chain_idx/HTT_PPDU_STATS_USER_COMMON_TLV_TX_PWR_CHAINS_PER_U32] = \
1118 (tlv)->tx_pwr[chain_idx/HTT_PPDU_STATS_USER_COMMON_TLV_TX_PWR_CHAINS_PER_U32] & \
1122 #define HTT_PPDU_STATS_USER_COMMON_TLV_ALT_TX_PWR_GET(tlv, chain_idx) \ argument
1123 …((A_INT8) ((tlv)->alt_tx_pwr[(chain_idx)/HTT_PPDU_STATS_USER_COMMON_TLV_TX_PWR_CHAINS_PER_U32] >> \
1125 #define HTT_PPDU_STATS_USER_COMMON_TLV_ALT_TX_PWR_SET(tlv, chain_idx, value) \ argument
1126 (tlv)->alt_tx_pwr[chain_idx/HTT_PPDU_STATS_USER_COMMON_TLV_TX_PWR_CHAINS_PER_U32] = \
1127 (tlv)->alt_tx_pwr[chain_idx/HTT_PPDU_STATS_USER_COMMON_TLV_TX_PWR_CHAINS_PER_U32] & \
H A Dhtt.h7277 #define htt_rx_ring_tlv_filter_in_enable_set(word, tlv, enable) \ argument
7279 word, HTT_RX_RING_SELECTION_CFG_TLV_FILTER_IN_FLAG_RX_##tlv, enable)
7281 #define htt_rx_ring_tlv_filter_in_enable_get(word, tlv) \ argument
7283 word, HTT_RX_RING_SELECTION_CFG_TLV_FILTER_IN_FLAG_RX_##tlv)
8144 #define htt_tx_monitor_tlv_filter_in0_enable_set(word, tlv, enable) \ argument
8146 word, HTT_TX_MONITOR_CFG_TLV_FILTER_MASK_IN0_##tlv, enable)
8148 #define htt_tx_monitor_tlv_filter_in0_enable_get(word, tlv) \ argument
8150 word, HTT_TX_MONITOR_CFG_TLV_FILTER_MASK_IN0_##tlv)
8256 #define htt_tx_monitor_tlv_filter_in1_enable_set(word, tlv, enable) \ argument
8258 word, HTT_TX_MONITOR_CFG_TLV_FILTER_MASK_IN1_##tlv, enable)
[all …]
H A Dwmi_unified.h7233 #define WMI_UNIFIED_CHAIN_RSSI_GET(tlv, chain_idx, band) \ argument
7234 ((A_INT8) WMI_F_MS((tlv)->chain_rssi[chain_idx], WMI_UNIFIED_RSSI_CHAN_ ## band))
43979 #define WMI_UNIFIED_CHAIN_PHASE_GET(tlv, chain_idx) \ argument
43980 ((A_UINT16) ((tlv)->chain_phase[chain_idx] & WMI_UNIFIED_CHAIN_PHASE_MASK))
43981 #define WMI_UNIFIED_CHAIN_PHASE_SET(tlv, chain_idx, value) \ argument
43982 (tlv)->chain_phase[chain_idx] = (WMI_UNIFIED_CHAIN_PHASE_MASK & (value))
43986 #define WMI_UNIFIED_AGC_GAIN_GET(tlv, chain_idx) \ argument
43987 ((A_UINT8) ((tlv)->agc_gain_index[(chain_idx)/WMI_CFR_AGC_GAIN_CHAINS_PER_U32] >> \
43989 #define WMI_UNIFIED_AGC_GAIN_SET(tlv, chain_idx, value) \ argument
43990 (tlv)->agc_gain_index[chain_idx/WMI_CFR_AGC_GAIN_CHAINS_PER_U32] = \
[all …]
/wlan-driver/wpa_supplicant_8/wpa_supplicant/dbus/
H A Ddbus_new_handlers_p2p.c
/wlan-driver/qca-wifi-host-cmn/hal/wifi3.0/li/
H A Dhal_li_generic_api.c997 uint32_t tlv, int *num_ref) in hal_reo_status_update_li() argument
1003 switch (tlv) { in hal_reo_status_update_li()
1052 hal_soc_hdl, tlv); in hal_reo_status_update_li()
1085 void hal_rx_parse_eht_sig_hdr_li(struct hal_soc *hal_soc, uint8_t *tlv, in hal_rx_parse_eht_sig_hdr_li() argument
/wlan-driver/qca-wifi-host-cmn/hal/wifi3.0/
H A Dhal_reo.h674 uint32_t tlv, int *num_ref) in hal_reo_status_update() argument
682 tlv, num_ref); in hal_reo_status_update()
H A Dhal_api_mon.h1386 uint8_t *tlv, in hal_rx_parse_eht_sig_hdr() argument
1390 hal_soc->ops->hal_rx_parse_eht_sig_hdr(hal_soc, tlv, (void *)ppdu_info); in hal_rx_parse_eht_sig_hdr()
H A Dhal_internal.h1406 uint32_t tlv, int *num_ref);
1473 uint8_t *tlv,
/wlan-driver/qca-wifi-host-cmn/wmi/src/
H A Dwmi_unified_11be_tlv.c1199 wmi_mlo_link_removal_tbtt_update *tlv; in extract_mlo_link_removal_tbtt_update_tlv() local
1211 tlv = param_buf->tbtt_update; in extract_mlo_link_removal_tbtt_update_tlv()
1213 tbtt_info->tbtt_count = tlv->tbtt_count; in extract_mlo_link_removal_tbtt_update_tlv()
1214 tbtt_info->tsf = ((uint64_t)tlv->tsf_high << 32) | tlv->tsf_low; in extract_mlo_link_removal_tbtt_update_tlv()
1216 ((uint64_t)tlv->qtimer_ts_high << 32) | tlv->qtimer_ts_low; in extract_mlo_link_removal_tbtt_update_tlv()
/wlan-driver/qca-wifi-host-cmn/hal/wifi3.0/rh/
H A Dhal_rh_generic_api.c187 uint32_t tlv, int *num_ref) in hal_reo_status_update_rh() argument

12