Home
last modified time | relevance | path

Searched refs:num_bss (Results 1 – 25 of 27) sorted by relevance

12

/wlan-driver/wpa_supplicant_8/src/ap/
H A Dairtime_policy.c
H A Dhostapd.c
H A Dutils.c
H A Dbeacon.c
H A Dieee802_11.c
H A Dap_config.c
H A Ddrv_callbacks.c
H A Dwpa_auth_glue.c
H A Dhostapd.h
H A Dap_config.h
H A Dwps_hostapd.c
H A Ddfs.c
H A Dctrl_iface_ap.c
H A Dsta_info.c
/wlan-driver/qca-wifi-host-cmn/umac/mlme/connection_mgr/core/src/
H A Dwlan_cm_host_roam.c200 uint32_t num_bss = 0; in cm_roam_get_candidates() local
216 num_bss = qdf_list_size(candidate_list); in cm_roam_get_candidates()
218 CM_PREFIX_REF(vdev_id, cm_req->cm_id), num_bss); in cm_roam_get_candidates()
222 if (num_bss && op_mode == QDF_STA_MODE) in cm_roam_get_candidates()
232 CM_PREFIX_REF(vdev_id, cm_req->cm_id), num_bss); in cm_roam_get_candidates()
H A Dwlan_cm_connect.c1548 uint32_t num_bss = 0; in cm_connect_fetch_candidates() local
1587 num_bss = qdf_list_size(candidate_list); in cm_connect_fetch_candidates()
1589 CM_PREFIX_REF(vdev_id, cm_req->cm_id), num_bss); in cm_connect_fetch_candidates()
1591 *num_bss_found = num_bss; in cm_connect_fetch_candidates()
1593 if (num_bss && !wlan_vdev_mlme_is_mlo_link_vdev(cm_ctx->vdev)) in cm_connect_fetch_candidates()
1597 if (num_bss && op_mode == QDF_STA_MODE && in cm_connect_fetch_candidates()
1616 uint32_t num_bss = 0; in cm_connect_get_candidates() local
1622 &candidate_list, &num_bss); in cm_connect_get_candidates()
1627 CM_PREFIX_REF(vdev_id, cm_req->cm_id), num_bss, in cm_connect_get_candidates()
1635 if (cm_req->scan_id || num_bss || in cm_connect_get_candidates()
[all …]
/wlan-driver/qcacld-3.0/core/sme/src/csr/
H A Dcsr_api_scan.c883 uint32_t num_bss = 0; in csr_scan_get_result() local
897 num_bss = qdf_list_size(list); in csr_scan_get_result()
898 sme_debug("num_entries %d", num_bss); in csr_scan_get_result()
903 if (num_bss) in csr_scan_get_result()
932 if (num_bss) in csr_scan_get_result()
/wlan-driver/wpa_supplicant_8/hostapd/
H A Dmain.c
H A Dctrl_iface.c
H A Dconfig_file.c
/wlan-driver/wpa_supplicant_8/wpa_supplicant/
H A Dmesh.c
H A Dbss.c
H A Dap.c
H A Dwpa_supplicant_i.h
/wlan-driver/qcacld-3.0/components/umac/mlme/connection_mgr/core/src/
H A Dwlan_cm_roam_offload.c6725 uint32_t num_bss = 0; in cm_find_roam_candidate() local
6748 num_bss = qdf_list_size(candidate_list); in cm_find_roam_candidate()
6752 num_bss); in cm_find_roam_candidate()
6762 num_bss); in cm_find_roam_candidate()

12