diff options
author | Mathy Vanhoef <Mathy.Vanhoef@cs.kuleuven.be> | 2018-08-06 19:46:26 (GMT) |
---|---|---|
committer | Jouni Malinen <j@w1.fi> | 2018-12-16 22:02:14 (GMT) |
commit | 6ab73efa7245b8af0df7ba8c6b6ccc66732b2a12 (patch) | |
tree | bd05bf09a758ed34d36e1f958786f967b5c3dfef /hostapd/Makefile | |
parent | dce962188005c9843ecff82093420dd9b5b6978a (diff) | |
download | hostap-6ab73efa7245b8af0df7ba8c6b6ccc66732b2a12.zip hostap-6ab73efa7245b8af0df7ba8c6b6ccc66732b2a12.tar.gz hostap-6ab73efa7245b8af0df7ba8c6b6ccc66732b2a12.tar.bz2 |
OCV: Add utility functions to insert OCI elements
This commit adds utility functions to insert various encoding of the OCI
element.
Signed-off-by: Mathy Vanhoef <Mathy.Vanhoef@cs.kuleuven.be>
Diffstat (limited to 'hostapd/Makefile')
-rw-r--r-- | hostapd/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hostapd/Makefile b/hostapd/Makefile index d88964c..5fa174b 100644 --- a/hostapd/Makefile +++ b/hostapd/Makefile @@ -280,6 +280,7 @@ endif ifdef CONFIG_OCV CFLAGS += -DCONFIG_OCV +OBJS += ../src/common/ocv.o CONFIG_IEEE80211W=y endif |