iwinfo: add hardware description for QCA MIPS WiSoCs
[project/iwinfo.git] / iwinfo_lua.c
index 58a5537b638634a21298eeb706c3e080741e8e6e..abe848bc4c2a058448f57a3d82d4f17231286e7c 100644 (file)
@@ -61,6 +61,9 @@ static char * iwinfo_crypto_print_ciphers(int ciphers)
        if (ciphers & IWINFO_CIPHER_CCMP)
                pos += sprintf(pos, "CCMP, ");
 
+       if (ciphers & IWINFO_CIPHER_GCMP)
+               pos += sprintf(pos, "GCMP, ");
+
        if (ciphers & IWINFO_CIPHER_WRAP)
                pos += sprintf(pos, "WRAP, ");