]> git.ipfire.org Git - thirdparty/hostap.git/commit
Share TEST_FAIL/TEST_ALLOC_FAIL/GET_FAIL/GET_ALLOC_FAIL handler
authorBenjamin Berg <benjamin.berg@intel.com>
Mon, 20 Nov 2023 23:51:48 +0000 (01:51 +0200)
committerJouni Malinen <j@w1.fi>
Sun, 26 Nov 2023 10:03:47 +0000 (12:03 +0200)
commite9bdecce4d7a245dc54e4dcc1d2f724733f8125d
treee2a5c9cce8666b79e17f65c7707c7cfef736d141
parent85c96b7cf7b7a46bd901551ccb287ce8b9d1ad5e
Share TEST_FAIL/TEST_ALLOC_FAIL/GET_FAIL/GET_ALLOC_FAIL handler

Move the hostapd and wpa_supplicant control interface handlers into a
shared functions instead of duplicated implementation.

Signed-off-by: Benjamin Berg <benjamin.berg@intel.com>
hostapd/ctrl_iface.c
src/utils/os.h
src/utils/os_unix.c
wpa_supplicant/ctrl_iface.c