/wlan-driver/wpa_supplicant_8/src/crypto/ |
H A D | crypto_internal-cipher.c |
|
H A D | crypto_internal.c |
|
H A D | crypto_libtomcrypt.c |
|
/wlan-driver/qca-wifi-host-cmn/qdf/linux/src/ |
H A D | i_qdf_nbuf_m.h | 350 } u; member 374 (((struct qdf_nbuf_cb *)((skb)->cb))->u.rx.lro_eligible) 376 (((struct qdf_nbuf_cb *)((skb)->cb))->u.rx.tcp_proto) 378 (((struct qdf_nbuf_cb *)((skb)->cb))->u.rx.tcp_pure_ack) 380 (((struct qdf_nbuf_cb *)((skb)->cb))->u.rx.ipv6_proto) 382 (((struct qdf_nbuf_cb *)((skb)->cb))->u.rx.ip_offset) 384 (((struct qdf_nbuf_cb *)((skb)->cb))->u.rx.tcp_offset) 386 (((struct qdf_nbuf_cb *)((skb)->cb))->u.rx.rx_ctx_id) 388 (((struct qdf_nbuf_cb *)((skb)->cb))->u.rx.num_elements_in_list) 391 (((struct qdf_nbuf_cb *)((skb)->cb))->u.rx.tcp_udp_chksum) [all …]
|
H A D | i_qdf_nbuf_w.h | 327 } u; member 351 (((struct qdf_nbuf_cb *)((skb)->cb))->u.rx.rx_ctx_id) 353 (((struct qdf_nbuf_cb *)((skb)->cb))->u.rx.num_elements_in_list) 356 (((struct qdf_nbuf_cb *)((skb)->cb))->u.rx.trace.packet_state) 358 (((struct qdf_nbuf_cb *)((skb)->cb))->u.rx.trace.dp_trace) 361 (((struct qdf_nbuf_cb *)((skb)->cb))->u.rx.ftype) 364 (((struct qdf_nbuf_cb *)((skb)->cb))->u.tx.xmit_type) 368 ((skb)->cb))->u.rx.hw_info.desc_tlv_members.flag_chfrag_start) 371 ((skb)->cb))->u.rx.hw_info.desc_tlv_members.flag_chfrag_cont) 374 ((skb)->cb))->u.rx.hw_info.desc_tlv_members.flag_chfrag_end) [all …]
|
H A D | i_qdf_hrtimer.h | 43 } u; member 85 hrtimer_start(&timer->u.hrtimer, interval, hrt_mode); in __qdf_hrtimer_start() 95 hrtimer_start(&timer->u.hrtimer, interval, hrt_mode); in __qdf_hrtimer_start() 97 tasklet_hrtimer_start(&timer->u.tasklet_hrtimer, in __qdf_hrtimer_start() 114 return hrtimer_cancel(&timer->u.hrtimer); in __qdf_hrtimer_cancel() 121 return hrtimer_cancel(&timer->u.hrtimer); in __qdf_hrtimer_cancel() 123 return hrtimer_cancel(&timer->u.tasklet_hrtimer.timer); in __qdf_hrtimer_cancel() 132 u.hrtimer); in __qdf_hrtimer_cb() 156 struct hrtimer *hrtimer = &timer->u.hrtimer; in __qdf_hrtimer_init() 177 struct hrtimer *hrtimer = &timer->u.hrtimer; in __qdf_hrtimer_init() [all …]
|
H A D | i_qdf_ipa.h | 281 (((struct ipa_wdi_in_params *)(pipe_in))->u.dl_smmu.comp_ring) 283 (((struct ipa_wdi_in_params *)(pipe_in))->u.dl_smmu.ce_ring) 285 (((struct ipa_wdi_in_params *)(pipe_in))->u.dl_smmu.comp_ring_size) 287 (((struct ipa_wdi_in_params *)(pipe_in))->u.dl_smmu.ce_ring_size) 289 (((struct ipa_wdi_in_params *)(pipe_in))->u.dl_smmu.ce_door_bell_pa) 291 (((struct ipa_wdi_in_params *)(pipe_in))->u.dl_smmu.num_tx_buffers) 294 (((struct ipa_wdi_in_params *)(pipe_in))->u.ul_smmu.rdy_ring) 296 (((struct ipa_wdi_in_params *)(pipe_in))->u.ul_smmu.rdy_ring_size) 298 (((struct ipa_wdi_in_params *)(pipe_in))->u.ul_smmu.rdy_ring_rp_pa) 300 (((struct ipa_wdi_in_params *)(pipe_in))->u.ul_smmu.rdy_ring_rp_va) [all …]
|
/wlan-driver/wpa_supplicant_8/src/ap/ |
H A D | wnm_ap.c |
|
H A D | wmm.c |
|
H A D | rrm.c |
|
H A D | ieee802_11_shared.c |
|
H A D | vlan_ioctl.c |
|
/wlan-driver/qca-wifi-host-cmn/hal/wifi3.0/ |
H A D | hal_api.h | 1359 if (srng->u.dst_ring.tp != srng->u.dst_ring.cached_hp) in hal_srng_dst_peek() 1360 return (void *)(&srng->ring_base_vaddr[srng->u.dst_ring.tp]); in hal_srng_dst_peek() 1411 srng->u.src_ring.cached_tp = in hal_srng_access_start_unlocked() 1412 *(volatile uint32_t *)(srng->u.src_ring.tp_addr); in hal_srng_access_start_unlocked() 1414 srng->u.dst_ring.cached_hp = in hal_srng_access_start_unlocked() 1415 *(volatile uint32_t *)(srng->u.dst_ring.hp_addr); in hal_srng_access_start_unlocked() 1457 srng->u.src_ring.cached_tp = in hal_le_srng_access_start_unlocked_in_cpu_order() 1459 (srng->u.src_ring.tp_addr)); in hal_le_srng_access_start_unlocked_in_cpu_order() 1461 srng->u.dst_ring.cached_hp = in hal_le_srng_access_start_unlocked_in_cpu_order() 1463 (srng->u.dst_ring.hp_addr)); in hal_le_srng_access_start_unlocked_in_cpu_order() [all …]
|
H A D | hal_srng.c | 178 srng->u.dst_ring.tp_addr = SHADOW_REGISTER(shadow_config_index) in hal_update_srng_hp_tp_address() 181 srng->u.dst_ring.tp_addr, hal_soc->dev_base_addr, in hal_update_srng_hp_tp_address() 184 srng->u.src_ring.hp_addr = SHADOW_REGISTER(shadow_config_index) in hal_update_srng_hp_tp_address() 187 srng->u.src_ring.hp_addr, in hal_update_srng_hp_tp_address() 683 srng->updated_hp = srng->u.src_ring.hp; in hal_srng_update_last_hptp() 685 srng->updated_tp = srng->u.dst_ring.tp; in hal_srng_update_last_hptp() 709 value = srng->u.src_ring.hp; in hal_srng_check_and_update_hptp() 715 hal_write_address_32_mb(hal_soc, srng->u.src_ring.hp_addr, in hal_srng_check_and_update_hptp() 718 value = srng->u.dst_ring.tp; in hal_srng_check_and_update_hptp() 724 hal_write_address_32_mb(hal_soc, srng->u.dst_ring.tp_addr, in hal_srng_check_and_update_hptp() [all …]
|
/wlan-driver/wpa_supplicant_8/src/drivers/ |
H A D | driver_wext.c |
|
H A D | driver_hostap.c |
|
H A D | driver_atheros.c |
|
/wlan-driver/wpa_supplicant_8/src/utils/ |
H A D | ip_addr.c |
|
/wlan-driver/fw-api/hw/qcn6432/ |
H A D | wfss_ce_reg_seq_hwioreg.h | 46 …0_SRC_RING_BASE_LSB_RING_BASE_ADDR_LSB_SHFT 0u 66 …0_SRC_RING_BASE_MSB_RING_BASE_ADDR_MSB_SHFT 0u 84 …0_SRC_RING_ID_ENTRY_SIZE_SHFT 0u 100 …0_SRC_RING_STATUS_NUM_VALID_WORDS_SHFT 0u 138 …0_SRC_RING_MISC_RING_ID_DISABLE_SHFT 0u 156 …0_SRC_RING_TP_ADDR_LSB_TAIL_PTR_MEMADDR_LSB_SHFT 0u 174 …0_SRC_RING_TP_ADDR_MSB_TAIL_PTR_MEMADDR_MSB_SHFT 0u 196 …0_SRC_RING_CONSUMER_INT_SETUP_IX0_BATCH_COUNTER_THRESHOLD_SHFT 0u 214 …0_SRC_RING_CONSUMER_INT_SETUP_IX1_LOW_THRESHOLD_SHFT 0u 232 …0_SRC_RING_CONSUMER_INT_STATUS_INTERNAL_BATCH_COUNTER_VALUE_SHFT 0u [all …]
|
/wlan-driver/fw-api/hw/qca5424/ |
H A D | wfss_ce_reg_seq_hwioreg.h | 39 …0_SRC_RING_BASE_LSB_RING_BASE_ADDR_LSB_SHFT 0u 59 …0_SRC_RING_BASE_MSB_RING_BASE_ADDR_MSB_SHFT 0u 77 …0_SRC_RING_ID_ENTRY_SIZE_SHFT 0u 93 …0_SRC_RING_STATUS_NUM_VALID_WORDS_SHFT 0u 131 …0_SRC_RING_MISC_RING_ID_DISABLE_SHFT 0u 149 …0_SRC_RING_TP_ADDR_LSB_TAIL_PTR_MEMADDR_LSB_SHFT 0u 167 …0_SRC_RING_TP_ADDR_MSB_TAIL_PTR_MEMADDR_MSB_SHFT 0u 189 …0_SRC_RING_CONSUMER_INT_SETUP_IX0_BATCH_COUNTER_THRESHOLD_SHFT 0u 207 …0_SRC_RING_CONSUMER_INT_SETUP_IX1_LOW_THRESHOLD_SHFT 0u 225 …0_SRC_RING_CONSUMER_INT_STATUS_INTERNAL_BATCH_COUNTER_VALUE_SHFT 0u [all …]
|
/wlan-driver/qca-wifi-host-cmn/target_if/cfr/src/ |
H A D | target_if_cfr_dbr.c | 313 header->u.meta_dbr.channel_bw = dma_hdr.upload_pkt_bw; in cfr_dbr_event_handler() 314 header->u.meta_dbr.length = length; in cfr_dbr_event_handler() 416 header->u.meta_dbr.status = 0; /* failure */ in prepare_cfr_header_txstatus() 417 header->u.meta_dbr.length = 0; in prepare_cfr_header_txstatus() 418 qdf_mem_copy(&header->u.meta_dbr.peer_addr[0], in prepare_cfr_header_txstatus() 568 header->u.meta_dbr.status = (tx_evt_param.status & in target_if_peer_capture_event() 571 header->u.meta_dbr.capture_bw = tx_evt_param.bandwidth; in target_if_peer_capture_event() 572 header->u.meta_dbr.phy_mode = tx_evt_param.phy_mode; in target_if_peer_capture_event() 573 header->u.meta_dbr.prim20_chan = tx_evt_param.primary_20mhz_chan; in target_if_peer_capture_event() 574 header->u.meta_dbr.center_freq1 = tx_evt_param.band_center_freq1; in target_if_peer_capture_event() [all …]
|
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/monitor/ |
H A D | dp_rx_mon.c | 93 cdp_rx_ppdu->u.ppdu_type = ppdu_info->rx_status.reception_type; in dp_rx_mon_populate_cfr_ppdu_info() 99 cdp_rx_ppdu->u.ltf_size = ppdu_info->rx_status.ltf_size; in dp_rx_mon_populate_cfr_ppdu_info() 101 cdp_rx_ppdu->u.ldpc = ppdu_info->rx_status.ldpc; in dp_rx_mon_populate_cfr_ppdu_info() 105 cdp_rx_ppdu->u.gi = CDP_SGI_0_4_US; in dp_rx_mon_populate_cfr_ppdu_info() 107 cdp_rx_ppdu->u.gi = ppdu_info->rx_status.sgi; in dp_rx_mon_populate_cfr_ppdu_info() 110 cdp_rx_ppdu->u.stbc = ppdu_info->rx_status.is_stbc; in dp_rx_mon_populate_cfr_ppdu_info() 113 cdp_rx_ppdu->u.stbc = (ppdu_info->rx_status.he_data3 >> in dp_rx_mon_populate_cfr_ppdu_info() 115 cdp_rx_ppdu->u.dcm = (ppdu_info->rx_status.he_data3 >> in dp_rx_mon_populate_cfr_ppdu_info() 470 cdp_rx_ppdu->u.preamble; in dp_rx_populate_cdp_indication_ppdu_user() 511 if (cdp_rx_ppdu->u.ppdu_type == HAL_RX_TYPE_MU_OFDMA || in dp_rx_populate_cdp_indication_ppdu_user() [all …]
|
/wlan-driver/wpa_supplicant_8/src/wps/ |
H A D | http_client.c |
|
/wlan-driver/wpa_supplicant_8/src/tls/ |
H A D | libtommath.c |
|
/wlan-driver/wpa_supplicant_8/src/eap_server/ |
H A D | eap_sim_db.c |
|