OSDN Git Service

fix type in header file
authorPierre Vandwalle <vandwalle@google.com>
Wed, 1 Apr 2015 19:35:30 +0000 (12:35 -0700)
committerPierre Vandwalle <vandwalle@google.com>
Wed, 1 Apr 2015 19:36:32 +0000 (12:36 -0700)
Change-Id: I829bf99c1c84b7474a85b4cd0dbe325f9ff22990

include/hardware_legacy/gscan.h

index b9b0f61..48c28ed 100644 (file)
@@ -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 */