DA: Skip initializing failed_bssids list when eapol failure case
[platform/upstream/connman.git] / include / technology.h
index d06678e..d47f566 100755 (executable)
@@ -94,6 +94,8 @@ const char *connman_techonology_get_path(enum connman_service_type type);
 void __connman_technology_notify_scan_done(const char *ifname, int val);
 void __connman_technology_append_interfaces(DBusMessageIter *array,
                                enum connman_service_type type, const char *ifname);
+void __connman_technology_notify_roaming_state(const char *ifname,
+               const char *state, const char *cur_bssid, const char *dst_bssid);
 #endif
 
 #ifdef __cplusplus