]> git.ipfire.org Git - thirdparty/hostap.git/commit
Add MASK=0xH option for the ctrl_iface BSS command
authorDmitry Shmidt <dimitrysh@google.com>
Sat, 7 Apr 2012 09:23:21 +0000 (12:23 +0300)
committerJouni Malinen <j@w1.fi>
Thu, 9 Aug 2012 20:06:00 +0000 (23:06 +0300)
commitf0b95bcf2960d590d00982fc4901d08f5edb4645
tree9e9cbdf7aeb9e1f63b74ab5503cf6296dd6a3b82
parent8ea38f1366fa8cf16ff9bb5e14ed92d9c7698d1c
Add MASK=0xH option for the ctrl_iface BSS command

This optional parameter to the BSS command can be used to select which
fields are included in the output to avoid having to parse through
unneeded information and to reduce the buffer size.

Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
(cherry picked from commit 5f97dd1c57f1b72b3493ac4237b505bdd4416a57)
src/common/wpa_ctrl.h
wpa_supplicant/ctrl_iface.c
wpa_supplicant/wpa_cli.c