Home
last modified time | relevance | path

Searched refs:results (Results 1 – 21 of 21) sorted by relevance

/wlan-driver/wpa_supplicant_8/src/drivers/
H A Ddriver_privsep.c
H A Ddriver_nl80211_capa.c
H A Ddriver_ndis.c
/wlan-driver/wpa_supplicant_8/wpa_supplicant/
H A Deapol_test.py
H A DChangeLog
H A DREADME-WPS
H A DREADME-HS20
H A DREADME-Windows.txt
H A DREADME-P2P
H A DREADME
/wlan-driver/qcacld-3.0/core/hdd/src/
H A Dwlan_hdd_stats.c2594 static void hdd_process_ll_stats(tSirLLStatsResults *results, in hdd_process_ll_stats() argument
2603 if (!(priv->request_bitmap & results->paramId)) { in hdd_process_ll_stats()
2608 if (results->paramId & WMI_LINK_STATS_RADIO) { in hdd_process_ll_stats()
2613 if (!results->num_radio) in hdd_process_ll_stats()
2621 results->num_radio; in hdd_process_ll_stats()
2629 rs_results = (struct wifi_radio_stats *)results->results; in hdd_process_ll_stats()
2630 qdf_mem_copy(stats->result, results->results, stat_size); in hdd_process_ll_stats()
2631 for (i = 0; i < results->num_radio; i++) { in hdd_process_ll_stats()
2681 stats->stats_nradio_npeer.no_of_radios = results->num_radio; in hdd_process_ll_stats()
2682 stats->more_data = results->moreResultToFollow; in hdd_process_ll_stats()
[all …]
H A Dwlan_hdd_stats.h240 tSirLLStatsResults *results,
299 tSirLLStatsResults *results, in wlan_hdd_cfg80211_link_layer_stats_callback() argument
/wlan-driver/qcacld-3.0/core/sme/src/csr/
H A Dcsr_api_scan.c877 tScanResultHandle *results) in csr_scan_get_result() argument
885 if (results) in csr_scan_get_result()
886 *results = CSR_INVALID_SCANRESULT_HANDLE; in csr_scan_get_result()
919 if (QDF_IS_STATUS_ERROR(status) || !results) in csr_scan_get_result()
936 } else if (results) { in csr_scan_get_result()
937 *results = ret_list; in csr_scan_get_result()
/wlan-driver/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
H A Dscanresults.ui
/wlan-driver/qcacld-3.0/core/wma/src/
H A Dwma_utils.c1552 ll_stats = (struct sir_wifi_ll_ext_stats *)link_stats_results->results; in wma_ll_stats_evt_handler()
1729 uint8_t *results, *t_peer_stats, *t_rate_stats, *peer_mac; in wma_unified_link_peer_stats_event_handler() local
1835 qdf_mem_copy(link_stats_results->results, in wma_unified_link_peer_stats_event_handler()
1843 results = (uint8_t *) link_stats_results->results; in wma_unified_link_peer_stats_event_handler()
1850 qdf_mem_copy(results + next_res_offset, in wma_unified_link_peer_stats_event_handler()
1870 qdf_mem_copy(results + next_res_offset, in wma_unified_link_peer_stats_event_handler()
1910 &link_stats_results->results[0]; in wma_unified_link_stats_results_mem_free()
2026 rs_results = (struct wifi_radio_stats *) &link_stats_results->results[0] + in __wma_unified_radio_tx_power_level_stats_event_handler()
2204 uint8_t *results, *t_radio_stats, *t_channel_stats; in __wma_unified_link_radio_stats_event_handler() local
2331 results = (uint8_t *) link_stats_results->results; in __wma_unified_link_radio_stats_event_handler()
[all …]
/wlan-driver/qcacld-3.0/core/sme/inc/
H A Dsme_internal.h121 tSirLLStatsResults *results,
/wlan-driver/wpa_supplicant_8/wpa_supplicant/aidl/
H A Dsta_iface.cpp
H A Daidl_manager.cpp
H A Dsta_iface.h
/wlan-driver/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/lang/
H A Dwpa_gui_de.ts
/wlan-driver/qcacld-3.0/core/mac/inc/
H A Dsir_api.h2876 uint8_t results[]; member