nl80211: fix wpa supplicant ctrl socket permissions
authorAndre Heider <a.heider@gmail.com>
Sun, 13 Nov 2022 20:11:06 +0000 (21:11 +0100)
committerJo-Philipp Wich <jo@mein.io>
Thu, 15 Dec 2022 19:11:12 +0000 (20:11 +0100)
commitdd4e1ffeacfde2499da67d523f548dead52e04c7
treea9d09fdbc2f72f8f6e14f1e86982ba1aa3bec81e
parentd6381634c28bfdc9701352146a82a4e8c35f4eff
nl80211: fix wpa supplicant ctrl socket permissions

No data at all can currently be read from the control socket.
Set up the permission exactly like hostapd's wpa_cli utility to fix it.

Among other this fixes a mesh's encryption being shown as "None".

Signed-off-by: Andre Heider <a.heider@gmail.com>
iwinfo_nl80211.c