lua: fix WPA cipher reporting
authorJo-Philipp Wich <jo@mein.io>
Wed, 21 Sep 2016 19:02:10 +0000 (21:02 +0200)
committerJo-Philipp Wich <jo@mein.io>
Wed, 21 Sep 2016 19:02:15 +0000 (21:02 +0200)
commitfd9e17be0c43bd6b8df5371f0b353747bc563874
treef66c98922a068fb1a69127a5fce1c6e0d22f37d3
parent717ff717509e53ace280c4216d1150af5f1d1b82
lua: fix WPA cipher reporting

Use the same logic as the command line interface for reporting the used WPA
ciphers. Instead of printing the intersection of pairwise and group ciphers,
report both group and pairwise ciphers.

This fixes a case where a connection which uses CCMP for pairwise and TKIP
as groupwise cipher is getting reported as using the NONE cipher.

Signed-off-by: Jo-Philipp Wich <jo@mein.io>
iwinfo_lua.c