Searched defs:networks (Results 1 - 3 of 3) sorted by relevance

/hardware/libhardware_legacy/include/hardware_legacy/
H A Dgscan.h319 // require firmware to store a large number of networks, covering the whole list of known networks.
332 // Calling wifi_set_epno_list shall reset the "done" status of pno networks in firmware.
335 // frequency range (min5GHz_rssi and min24GHz_rssi for 5GHz and 2.4GHz networks respectively).
383 int same_network_bonus; // score bonus for all networks with the same network flag
384 int secure_bonus; // score bonus for networks that are not open
385 int band5GHz_bonus; // 5GHz RSSI score bonus (applied to all 5GHz networks)
387 wifi_epno_network networks[MAX_EPNO_NETWORKS]; // PNO networks member in struct:__anon1935
401 /* Reset the ePNO list - no ePNO networks shoul
[all...]
/hardware/qcom/wlan/qcwcn/wifi_hal/
H A Dgscan.cpp2148 wifi_epno_network pnoNetwork = epno_params->networks[i];
2224 /* Reset the ePNO list - no ePNO networks should be matched after this */
2297 wifi_passpoint_network *networks,
2382 wifi_passpoint_network passpointNetwork = networks[i];
2295 wifi_set_passpoint_list(wifi_request_id id, wifi_interface_handle iface, int num, wifi_passpoint_network *networks, wifi_passpoint_event_handler handler) argument
/hardware/broadcom/wlan/bcmdhd/wifi_hal/
H A Dgscan.cpp1238 wifi_epno_network *ssid_list = epno_params.networks;
1808 ALOGE("failed to set ANQPO networks; result = %d", result);
1825 ALOGE("failed to reset ANQPO networks;result = %d", result);
1890 wifi_passpoint_network *networks, wifi_passpoint_event_handler handler)
1894 AnqpoConfigureCommand *cmd = new AnqpoConfigureCommand(id, iface, num, networks, handler);
1889 wifi_set_passpoint_list(wifi_request_id id, wifi_interface_handle iface, int num, wifi_passpoint_network *networks, wifi_passpoint_event_handler handler) argument

Completed in 76 milliseconds