]> 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>
Sat, 7 Apr 2012 09:50:25 +0000 (12:50 +0300)
commit5f97dd1c57f1b72b3493ac4237b505bdd4416a57
tree261fbd508767bc973f0172da18aca2f4d957b186
parent61ce90857e7fb223da7cfd2e589a77de9d322933
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>
src/common/wpa_ctrl.h
wpa_supplicant/ctrl_iface.c
wpa_supplicant/wpa_cli.c