]> git.ipfire.org Git - thirdparty/hostap.git/commit
wpa_cli: Add support for remote access
authorJanusz Dziedzic <janusz.dziedzic@tieto.com>
Sun, 5 Aug 2012 17:09:22 +0000 (20:09 +0300)
committerJouni Malinen <j@w1.fi>
Sun, 5 Aug 2012 17:09:22 +0000 (20:09 +0300)
commitd302edd3c4d94b13a1e1171c2b31e78ef351cc33
treef430c26bda0fb285358efe5ed86304e594232724
parentafadf423dbccd89c77c606aef3e031986d4d6b5a
wpa_cli: Add support for remote access

wpa_cli can be used now as a client for remote access to ctrl_interface
of wpa_supplicant when UDP and remote options are used.

You can simply run:
wpa_cli -i <hostname>:[port]
wpa_cli -i <IP>:[port]

Signed-hostap: Janusz Dziedzic <janusz.dziedzic@tieto.com>
src/common/wpa_ctrl.c