]> git.ipfire.org Git - thirdparty/hostap.git/commit - wpa_supplicant/config.c
Interworking: Add GET_CRED ctrl_iface command
authorJouni Malinen <jouni@qca.qualcomm.com>
Fri, 4 Apr 2014 17:10:49 +0000 (20:10 +0300)
committerJouni Malinen <j@w1.fi>
Fri, 4 Apr 2014 17:13:53 +0000 (20:13 +0300)
commitc880ab87eef081bc45593cb012b61b66b5503a40
tree71b66c157431ce827d7cc85df38d6d63848848d9
parent1619e9d51232287a6eaa94af75133551d7533409
Interworking: Add GET_CRED ctrl_iface command

"GET_CRED <id> <field>" can now be used to fetch credential parameters
over the control interface. This does not allow passwords etc. private
material to be retrieved ("*" is returned for those if the value is set
regardless of the value). FAIL is returned if the requested parameter
has not been set. For cred parameters that can have multiple values,
newline separated list of values is returned.

Signed-off-by: Jouni Malinen <jouni@qca.qualcomm.com>
wpa_supplicant/config.c
wpa_supplicant/config.h
wpa_supplicant/ctrl_iface.c
wpa_supplicant/wpa_cli.c