]> git.ipfire.org Git - thirdparty/hostap.git/commit
hostapd: Extend global control interface notifications
authorVeerendranath Jakkam <vjakkam@codeaurora.org>
Sat, 16 Nov 2019 11:31:45 +0000 (17:01 +0530)
committerJouni Malinen <j@w1.fi>
Mon, 2 Dec 2019 13:44:52 +0000 (15:44 +0200)
commite9208056856c9acb82ffc9b3d4f7f3e801768771
tree415e570229b648e5c6bba498875c7e50deaec70e
parentdd8eb44eef820e7a23a9c309693a1bb656956705
hostapd: Extend global control interface notifications

Previously, hostapd sent only WPA_MSG_ONLY_GLOBAL type notifications to
the global control interface and all other notifications to
per-interface control interface. Extend this by making it similar to
wpa_supplicant global control interface notifications handling. With
this hostapd now sends all notifications except WPA_MSG_NO_GLOBAL to the
global control interface. In addition, WPA_MSG_PER_INTERFACE type
messages will be prefixed with "IFNAME=<interface name> " while sending
to the global control interface to indicate that the message is
interface specific.

Signed-off-by: Veerendranath Jakkam <vjakkam@codeaurora.org>
hostapd/ctrl_iface.c