summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPrerepa Viswanadham <dham@google.com>2015-04-10 15:18:27 -0700
committerPrerepa Viswanadham <dham@google.com>2015-04-10 15:18:27 -0700
commita173c47170420e1b38717b008f3006696972fb3c (patch)
treebb569853d1e28bd4d02107c7504b5d5dbc71320b
parent650b8af4baecca9d8f54513e76beb585be8bc3c5 (diff)
parentf0973c8918efb3381b09c7e5fa9ce666aea2a788 (diff)
downloadhardware_libhardware_legacy-a173c47170420e1b38717b008f3006696972fb3c.zip
hardware_libhardware_legacy-a173c47170420e1b38717b008f3006696972fb3c.tar.gz
hardware_libhardware_legacy-a173c47170420e1b38717b008f3006696972fb3c.tar.bz2
Merge commit 'f0973c8' into merge_work
-rw-r--r--include/hardware_legacy/gscan.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/hardware_legacy/gscan.h b/include/hardware_legacy/gscan.h
index b9b0f61..48c28ed 100644
--- a/include/hardware_legacy/gscan.h
+++ b/include/hardware_legacy/gscan.h
@@ -297,10 +297,10 @@ wifi_error wifi_set_scanning_mac_oui(wifi_interface_handle handle, oui scan_oui)
// Calling wifi_set_epno_list shall reset the "done" status of pno networks in firmware.
typedef struct {
char ssid[32+1];
- char rssi_threshold; // threshold for considering this SSID as found, required granularity for
+ byte rssi_threshold; // threshold for considering this SSID as found, required granularity for
// this threshold is 4dBm to 8dBm
- char flags; // WIFI_PNO_FLAG_XXX
- char auth_bit_field; // auth bit field for matching WPA IE
+ byte flags; // WIFI_PNO_FLAG_XXX
+ byte auth_bit_field; // auth bit field for matching WPA IE
} wifi_epno_network;
/* PNO list */