/wlan-driver/qca-wifi-host-cmn/target_if/spectral/ |
H A D | target_if_spectral_sim.c | 35 struct spectralsim_report *report, 38 struct spectralsim_report *report, 41 struct spectralsim_report *report); 76 struct spectralsim_report *report, in target_if_populate_report_static_gen2() argument 79 if (!report) { in target_if_populate_report_static_gen2() 86 report->data = NULL; in target_if_populate_report_static_gen2() 87 report->data = (uint8_t *) in target_if_populate_report_static_gen2() 90 if (!report->data) in target_if_populate_report_static_gen2() 93 report->datasize = sizeof(reportdata_20_gen2); in target_if_populate_report_static_gen2() 94 qdf_mem_copy(report->data, in target_if_populate_report_static_gen2() [all …]
|
H A D | target_if_spectral_phyerr.c | 2825 struct spectral_report *report, in target_if_spectral_check_buffer_poisoning() argument 2842 if (!report) { in target_if_spectral_check_buffer_poisoning() 2863 data = (uint32_t *)report->data; in target_if_spectral_check_buffer_poisoning() 2868 (len << 2), report->data); in target_if_spectral_check_buffer_poisoning() 2879 target_if_spectral_hexdump((unsigned char *)report->data, in target_if_spectral_check_buffer_poisoning() 2938 struct spectral_report *report, in target_if_spectral_check_buffer_poisoning() argument 3435 struct spectral_report *report, in target_if_spectral_populate_samp_params_gen3() argument 3455 if (!report) { in target_if_spectral_populate_samp_params_gen3() 3471 params->reset_delay = report->reset_delay; in target_if_spectral_populate_samp_params_gen3() 3496 params->noise_floor = report->noisefloor[chn_idx_lowest_enabled]; in target_if_spectral_populate_samp_params_gen3() [all …]
|
H A D | target_if_spectral_sim_int.h | 115 int (*populate_report_static)(struct spectralsim_report *report,
|
H A D | target_if_spectral.h | 2896 struct spectral_report *report);
|
/wlan-driver/qcacld-3.0/core/mac/src/pe/rrm/ |
H A D | rrm_api.c | 600 &rrm_report->report.statistics_report.group_stats.counter_stats; in rrm_update_mac_cp_stats() 602 &rrm_report->report.statistics_report.group_stats.mac_stats; in rrm_update_mac_cp_stats() 607 switch (rrm_report->report.statistics_report.group_id) { in rrm_update_mac_cp_stats() 705 !rrm_report->report.statistics_report.meas_duration) { in rmm_sta_stats_response_cb() 731 &rrm_report->report.statistics_report.group_stats.counter_stats; in rrm_update_vdev_stats() 733 &rrm_report->report.statistics_report.group_stats.mac_stats; in rrm_update_vdev_stats() 754 switch (rrm_report->report.statistics_report.group_id) { in rrm_update_vdev_stats() 791 tpSirMacRadioMeasureReport report; in rrm_send_sta_stats_req() local 817 report = &mac->rrm.rrmPEContext.rrm_sta_stats.rrm_report; in rrm_send_sta_stats_req() 819 status = rrm_update_vdev_stats(report, wlan_vdev_get_id(session->vdev)); in rrm_send_sta_stats_req() [all …]
|
/wlan-driver/wpa_supplicant_8/wpa_supplicant/ |
H A D | rrm.c |
|
H A D | driver_i.h |
|
H A D | ChangeLog |
|
H A D | wpa_supplicant_i.h |
|
/wlan-driver/wpa_supplicant_8/src/ap/ |
H A D | rrm.c |
|
H A D | ieee802_11.c |
|
/wlan-driver/qcacld-3.0/core/mac/src/sys/legacy/src/utils/src/ |
H A D | dot11f.c | 5500 report.channel_load_report.wide_bw_chan_switch), 5505 report.channel_load_report.bw_indication), 5518 report.Beacon.BeaconReportFrmBody), 5523 report.Beacon.beacon_report_frm_body_fragment_id), 5529 report.Beacon.last_beacon_report_indication), 5543 report.sta_stats.reporting_reason), offsetof(tDot11fIEreporting_reason, 5601 pDst->report.Basic.channel = *pBuf; in dot11f_unpack_ie_measurement_report() 5609 framesntohq(pCtx, &pDst->report.Basic.meas_start_time, pBuf, 0); in dot11f_unpack_ie_measurement_report() 5617 framesntohs(pCtx, &pDst->report.Basic.meas_duration, pBuf, 0); in dot11f_unpack_ie_measurement_report() 5628 pDst->report.Basic.bss = tmp60__ >> 0 & 0x1; in dot11f_unpack_ie_measurement_report() [all …]
|
H A D | parser_api.c | 6305 (mr.MeasurementRequest[0].report /*<< 0 */); 7112 dot11f->report.channel_load_report.op_class = 7114 dot11f->report.channel_load_report.channel = 7116 qdf_mem_copy(dot11f->report.channel_load_report.meas_start_time, 7118 sizeof(dot11f->report.channel_load_report.meas_start_time)); 7119 dot11f->report.channel_load_report.meas_duration = 7121 dot11f->report.channel_load_report.chan_load = 7125 dot11f->report.channel_load_report.wide_bw_chan_switch.present = 1; 7126 …dot11f->report.channel_load_report.wide_bw_chan_switch.new_chan_width = channel_load_report->wide_… 7127 …dot11f->report.channel_load_report.wide_bw_chan_switch.new_center_chan_freq0 = channel_load_report… [all …]
|
/wlan-driver/qcacld-3.0/core/hdd/src/ |
H A D | wlan_hdd_bcn_recv.c | 63 int get_beacon_report_data_len(struct wlan_beacon_report *report) in get_beacon_report_data_len() argument 71 data_len += nla_total_size(report->ssid.length); in get_beacon_report_data_len()
|
/wlan-driver/qca-wifi-host-cmn/dp/inc/ |
H A D | cdp_txrx_cmn_struct.h | 3340 bool report; member
|
/wlan-driver/wpa_supplicant_8/hostapd/ |
H A D | README-WPS |
|
H A D | ChangeLog |
|
/wlan-driver/qcacld-3.0/core/mac/inc/ |
H A D | sir_mac_prot_def.h | 1505 } report; member
|
/wlan-driver/wpa_supplicant_8/src/drivers/ |
H A D | driver.h |
|
H A D | driver_nl80211.c |
|
/wlan-driver/qcacld-3.0/core/mac/src/pe/lim/ |
H A D | lim_process_mlm_req_messages.c | 137 switch (rrm_report.report.statistics_report.group_id) { in lim_process_rrm_sta_stats_rsp_timeout()
|
H A D | lim_send_management_frames.c | 5717 &pRRMReport[i].report. 5729 &pRRMReport[i].report.channel_load_report); 5739 &pRRMReport[i].report.statistics_report);
|
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/ |
H A D | dp_tx.c | 2413 return qdf_atomic_read(&vdev->tx_latency_cfg.report); in dp_tx_latency_stats_report_enabled() 2946 qdf_atomic_set(&vdev->tx_latency_cfg.report, (cfg->report ? 1 : 0)); in dp_tx_latency_stats_config()
|
H A D | dp_types.h | 3921 qdf_atomic_t report; member
|
/wlan-driver/qcacld-3.0/core/mac/src/cfg/cfgUtil/ |
H A D | dot11f.frms | 1727 OPTIONAL UNION report (DISCRIMINATOR type) 3152 report: 1;
|