Send network not found event to framework
When supplicant is not able to find a suitable
network to connect, inform framework through
onNetworkNotFound() callback function.
Bug: 161196120
Test: VTS test
Test: Manual - Created a test scenario for not finding a suitable
network.
Change-Id: I35199e003cfd5f8e9a98a0357e0094665a115f96
diff --git a/wpa_supplicant/notify.h b/wpa_supplicant/notify.h
index a1a5d6b..a2b3183 100644
--- a/wpa_supplicant/notify.h
+++ b/wpa_supplicant/notify.h
@@ -199,5 +199,6 @@
void wpas_notify_transition_disable(struct wpa_supplicant *wpa_s,
struct wpa_ssid *ssid,
u8 bitmap);
+void wpas_notify_network_not_found(struct wpa_supplicant *wpa_s);
#endif /* NOTIFY_H */