]> git.ipfire.org Git - thirdparty/iw.git/blobdiff - event.c
iw: implement scheduled scan
[thirdparty/iw.git] / event.c
diff --git a/event.c b/event.c
index 71ab7f71f9d5ec51e204ad165f3c8719c52840a4..929854bd8354b7d7a80538fe4a6245ab711cbb5d 100644 (file)
--- a/event.c
+++ b/event.c
@@ -359,6 +359,15 @@ static int print_event(struct nl_msg *msg, void *arg)
                }
                printf("\n");
                break;
+       case NL80211_CMD_START_SCHED_SCAN:
+               printf("scheduled scan started\n");
+               break;
+       case NL80211_CMD_SCHED_SCAN_STOPPED:
+               printf("sched scan stopped\n");
+               break;
+       case NL80211_CMD_SCHED_SCAN_RESULTS:
+               printf("got scheduled scan results\n");
+               break;
        case NL80211_CMD_REG_CHANGE:
                printf("regulatory domain change: ");