summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorAshwin <ashwin.bhat@broadcom.com>2015-03-19 16:12:29 -0700
committerAshwin <ashwin.bhat@broadcom.com>2015-03-19 16:12:29 -0700
commitbedb0bfdb14c2af82e66901a9bd60932f913e1cd (patch)
treea80969d54734774c0a9dab7578e54b7726b6dda0 /include
parent08b10f046d538366b30898a76424982679763f88 (diff)
downloadhardware_libhardware_legacy-bedb0bfdb14c2af82e66901a9bd60932f913e1cd.zip
hardware_libhardware_legacy-bedb0bfdb14c2af82e66901a9bd60932f913e1cd.tar.gz
hardware_libhardware_legacy-bedb0bfdb14c2af82e66901a9bd60932f913e1cd.tar.bz2
Use one capabilities cmd
Combined wifi_roam_autojoin_offload_capabilities with wifi_gscan_capabilities Change-Id: I1112b5fda6acdbb08969246bd731131600e2f094 Signed-off-by: Ashwin <ashwin.bhat@broadcom.com>
Diffstat (limited to 'include')
-rw-r--r--include/hardware_legacy/gscan.h12
1 files changed, 3 insertions, 9 deletions
diff --git a/include/hardware_legacy/gscan.h b/include/hardware_legacy/gscan.h
index af74346..5044ecc 100644
--- a/include/hardware_legacy/gscan.h
+++ b/include/hardware_legacy/gscan.h
@@ -39,6 +39,9 @@ typedef struct {
int max_significant_wifi_change_aps; // maximum number of entries for
// significant wifi change APs
int max_bssid_history_entries; // number of BSSID/RSSI entries that device can hold
+ int max_number_epno_networks_by_crc32; //max number of epno entries if crc32 is specified
+ int max_number_epno_networks_by_ssid; //max number of epno entries if ssid is specified
+ int max_number_of_white_losted_ssid; //max number of white listed SSIDs, M target is 2 to 4 */
} wifi_gscan_capabilities;
wifi_error wifi_get_gscan_capabilities(wifi_interface_handle handle,
@@ -417,14 +420,5 @@ typedef struct {
wifi_error wifi_set_bssid_preference(wifi_request_id id, wifi_interface_handle iface,
int num_bssid, wifi_bssid_preference *prefs);
-typedef struct {
- int max_number_epno_networks; // max number of epno entries, M target is 64
- int max_number_of_white_listed_ssid; // max number of white listed SSIDs, M target is 2 to 4
- int max_number_of_hotlist_ssid; // max number of hotlist SSIDs, M target is 4
-} wifi_roam_autojoin_offload_capabilities;
-
-wifi_error wifi_get_roam_autojoin_offload_capabilities(wifi_interface_handle handle,
- wifi_roam_autojoin_offload_capabilities *capabilities);
-
#endif