nl80211: allow phy names that don't start with 'phy'
[project/iwinfo.git] / iwinfo_lib.c
index 118fe58d16b5d06f0ed3f831920b60da912370a2..22571f04ff6d341c80285c4247f0193e6720a24c 100644 (file)
@@ -31,6 +31,9 @@ const char *IWINFO_CIPHER_NAMES[] = {
        "WEP104",
        "AES-OCB",
        "CKIP",
+       "GCMP",
+       "CCMP-256",
+       "GCMP-256",
 };
 
 const char *IWINFO_KMGMT_NAMES[] = {
@@ -341,7 +344,9 @@ static const struct iwinfo_ops *backends[] = {
 #ifdef USE_WL
        &wl_ops,
 #endif
+#ifdef USE_WEXT
        &wext_ops,
+#endif
 };
 
 const char * iwinfo_type(const char *ifname)