OSDN Git Service

fix comments and wifi_gscan_capabilities structure
[android-x86/hardware-libhardware_legacy.git] / include / hardware_legacy / gscan.h
index 7ead1ff..9dfceb1 100644 (file)
@@ -39,9 +39,11 @@ 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;   //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 */
+    int max_number_epno_networks;            // max number of epno entries
+    int max_number_epno_networks_by_ssid;    // max number of epno entries if ssid is specified,
+                                             // that is, epno entries for which an exact match is
+                                             // required, or entries corresponding to hidden ssids
+    int max_number_of_white_listed_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,