]> git.ipfire.org Git - thirdparty/iw.git/blobdiff - scan.c
iw: Complete Extended Key ID detection
[thirdparty/iw.git] / scan.c
diff --git a/scan.c b/scan.c
index 1ccea94f89c259c94e3daf9c62eb8d2d8e18613a..57d4e9c9bfa17f206d357b82af6d177f4d684f43 100644 (file)
--- a/scan.c
+++ b/scan.c
@@ -1018,6 +1018,8 @@ static void _print_rsn_ie(const char *defcipher, const char *defauth,
                        printf(" SPP-AMSDU-capable");
                if (capa & 0x0800)
                        printf(" SPP-AMSDU-required");
+               if (capa & 0x2000)
+                       printf(" Extended-Key-ID");
                printf(" (0x%.4x)\n", capa);
                data += 2;
                len -= 2;