Update RSSI/Strength of connected service using SignalPoll event
[platform/upstream/connman.git] / gsupplicant / gsupplicant.h
index b9e99a4..0fbb4d4 100644 (file)
@@ -297,8 +297,8 @@ typedef void (*GSupplicantInterfaceCallback) (int result,
                                                        void *user_data);
 
 #if defined TIZEN_EXT
-typedef void (*GSupplicantMaxSpeedCallback) (int result,
-                                       int maxspeed, void *user_data);
+typedef void (*GSupplicantMaxSpeedCallback) (int result, int maxspeed,
+                                            uint8_t strength, void *user_data);
 #endif
 
 void g_supplicant_interface_cancel(GSupplicantInterface *interface);