Start deprecating various AP mode driver_ops
The preferred way of configuring AP mode will be to use set_ap() instead of number of separate operations hostapd has collected over the years.
This commit is contained in:
parent
9e85b1ed49
commit
062390efd4
7 changed files with 103 additions and 85 deletions
|
@ -681,6 +681,7 @@ OBJS += ../src/ap/ieee802_11_auth.o
|
|||
OBJS += ../src/ap/ieee802_11_shared.o
|
||||
OBJS += ../src/ap/drv_callbacks.o
|
||||
OBJS += ../src/ap/ap_drv_ops.o
|
||||
OBJS += ../src/ap/beacon.o
|
||||
ifdef CONFIG_IEEE80211N
|
||||
OBJS += ../src/ap/ieee802_11_ht.o
|
||||
endif
|
||||
|
@ -698,7 +699,6 @@ CFLAGS += -DCONFIG_IEEE80211N
|
|||
endif
|
||||
|
||||
ifdef NEED_AP_MLME
|
||||
OBJS += ../src/ap/beacon.o
|
||||
OBJS += ../src/ap/wmm.o
|
||||
OBJS += ../src/ap/ap_list.o
|
||||
OBJS += ../src/ap/ieee802_11.o
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue