iwinfo: add support for GCMP cipher
[project/iwinfo.git] / iwinfo_cli.c
index c052d630fced5089b509b9335d661cfe9d4be28f..4976790e835670337d4dbbe6814a6ead51e64df0 100644 (file)
@@ -158,6 +158,9 @@ static char * format_enc_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, ");