]> git.ipfire.org Git - thirdparty/hostap.git/commit
Use IFNAME= prefix for global UDP control interface events
authorJanusz Dziedzic <janusz.dziedzic@gmail.com>
Sun, 12 Jan 2020 22:02:20 +0000 (23:02 +0100)
committerJouni Malinen <j@w1.fi>
Sun, 23 Feb 2020 13:40:58 +0000 (15:40 +0200)
commit12fb9698ab7c640fce3f73ab2c5bf5ad5f886ddf
tree9790b11ba7c9163fafb0cdb7c29a514d3b477e8c
parent7a934fe72a61163448022026feb058484d5f290c
Use IFNAME= prefix for global UDP control interface events

There does not seem to be a good reason for using the different IFACE=
prefix on the UDP control interface. This got added when the UDP
interface in wpa_supplicant was extended in commit f0e5d3b5c6c7
("wpa_supplicant: Share attach/detach/send UDP ctrl_iface functions")
and that was then extended to hostapd in commit e9208056856c ("hostapd:
Extend global control interface notifications").

Replace the IFACE= prefix in UDP case with IFNAME= to be consistent with
the UNIX domain socket based control interface.

This fixes a problem when at least one test case fail (hapd_ctrl_sta)
when remote/udp used. This also fixes test_connectivity().

Signed-off-by: Janusz Dziedzic <janusz.dziedzic@gmail.com>
hostapd/ctrl_iface.c
wpa_supplicant/ctrl_iface_udp.c