wpa_supplicant: Use common functions for ctrl_iface
Use the common functions, structures when UNIX socket ctrl_iface used. Signed-off-by: Janusz Dziedzic <janusz.dziedzic@tieto.com>
This commit is contained in:
parent
ca974ae53f
commit
1a2124c650
3 changed files with 6 additions and 71 deletions
|
@ -1291,6 +1291,7 @@ endif
|
|||
L_CFLAGS += -DCONFIG_CTRL_IFACE
|
||||
ifeq ($(CONFIG_CTRL_IFACE), unix)
|
||||
L_CFLAGS += -DCONFIG_CTRL_IFACE_UNIX
|
||||
OBJS += src/common/ctrl_iface_common.c
|
||||
endif
|
||||
ifeq ($(CONFIG_CTRL_IFACE), udp)
|
||||
L_CFLAGS += -DCONFIG_CTRL_IFACE_UDP
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue