Home
last modified time | relevance | path

Searched refs:MAX_EPNO_NETWORKS (Results 1 – 6 of 6) sorted by relevance

/hardware/interfaces/wifi/legacy_headers/include/hardware_legacy/
Dgscan.h32 #define MAX_EPNO_NETWORKS 64 macro
386 wifi_epno_network networks[MAX_EPNO_NETWORKS]; // PNO networks
/hardware/broadcom/wlan/bcmdhd/wifi_hal/
Dgscan.cpp1175 wifi_scan_result mResults[MAX_EPNO_NETWORKS];
1189 if (epno_params.num_networks > MAX_EPNO_NETWORKS) { in createSetupRequest()
1351 memset(mResults, 0, sizeof(wifi_scan_result) * MAX_EPNO_NETWORKS); in handleEvent()
1355 num = min(MAX_EPNO_NETWORKS, num); in handleEvent()
/hardware/synaptics/wlan/synadhd/wifi_hal/
Dgscan.cpp1170 wifi_scan_result mResults[MAX_EPNO_NETWORKS];
1184 if (epno_params.num_networks > MAX_EPNO_NETWORKS) { in createSetupRequest()
1346 memset(mResults, 0, sizeof(wifi_scan_result) * MAX_EPNO_NETWORKS); in handleEvent()
1350 num = min(MAX_EPNO_NETWORKS, num); in handleEvent()
/hardware/qcom/wlan/legacy/qcwcn/wifi_hal/
Dgscan.cpp1725 num_networks = (unsigned int)epno_params->num_networks > MAX_EPNO_NETWORKS ? in wifi_set_epno_list()
1726 MAX_EPNO_NETWORKS : epno_params->num_networks; in wifi_set_epno_list()
/hardware/qcom/wlan/wcn6740/qcwcn/wifi_hal/
Dgscan.cpp1763 num_networks = (unsigned int)epno_params->num_networks > MAX_EPNO_NETWORKS ? in wifi_set_epno_list()
1764 MAX_EPNO_NETWORKS : epno_params->num_networks; in wifi_set_epno_list()
/hardware/broadcom/wlan/bcmdhd/halutil/
Dhalutil.cpp3762 if (epno_cfg.num_networks < (int)MAX_EPNO_NETWORKS) { in readTestOptions()
3768 if (epno_cfg.num_networks < (int)MAX_EPNO_NETWORKS) { in readTestOptions()
3773 if (epno_cfg.num_networks < (int)MAX_EPNO_NETWORKS) { in readTestOptions()
3778 if (epno_cfg.num_networks < (int)MAX_EPNO_NETWORKS) { in readTestOptions()
3783 if (epno_cfg.num_networks < (int)MAX_EPNO_NETWORKS) { in readTestOptions()
3809 if (epno_cfg.num_networks < (int)MAX_EPNO_NETWORKS) { in readTestOptions()