]> git.ipfire.org Git - thirdparty/hostap.git/commit
Allow global ctrl_iface to be used for per-interface commands
authorJouni Malinen <j@w1.fi>
Sat, 18 May 2013 07:19:38 +0000 (10:19 +0300)
committerJouni Malinen <j@w1.fi>
Sat, 18 May 2013 07:19:38 +0000 (10:19 +0300)
commitcf3bebf28cdac99e888b3bda1a3ad7e333d5f962
tree71d6d01d4450b196c648dbbc6b0bd33119254e16
parent058c8636a7d2f258dc4268089f66fc90895e5737
Allow global ctrl_iface to be used for per-interface commands

"IFNAME=<ifname> " prefix can now be used on the wpa_supplicant global
control interface to direct a command to a specific interface instead of
having to use an interface specific control interface for this. This
allows a single socket to be used for controlling multiple virtual
interfaces.

Signed-hostap: Jouni Malinen <j@w1.fi>
wpa_supplicant/ctrl_iface.c