|
@@ -68,6 +68,8 @@ extern "C" {
|
|
|
#define WPA_EVENT_BSS_ADDED "CTRL-EVENT-BSS-ADDED "
|
|
|
/** A BSS entry was removed (followed by BSS entry id and BSSID) */
|
|
|
#define WPA_EVENT_BSS_REMOVED "CTRL-EVENT-BSS-REMOVED "
|
|
|
+/** No suitable network was found */
|
|
|
+#define WPA_EVENT_NETWORK_NOT_FOUND "CTRL-EVENT-NETWORK-NOT-FOUND "
|
|
|
/** Change in the signal level was reported by the driver */
|
|
|
#define WPA_EVENT_SIGNAL_CHANGE "CTRL-EVENT-SIGNAL-CHANGE "
|
|
|
/** Regulatory domain channel */
|