TDLS: Add initial support for TDLS (IEEE Std 802.11z-2010)
This commit is contained in:
parent
23ab8e863f
commit
281ff0aa76
17 changed files with 2036 additions and 5 deletions
|
@ -142,6 +142,13 @@ NEED_SHA256=y
|
|||
NEED_AES_OMAC1=y
|
||||
endif
|
||||
|
||||
ifdef CONFIG_TDLS
|
||||
CFLAGS += -DCONFIG_TDLS
|
||||
OBJS += ../src/rsn_supp/tdls.o
|
||||
NEED_SHA256=y
|
||||
NEED_AES_OMAC1=y
|
||||
endif
|
||||
|
||||
ifdef CONFIG_PEERKEY
|
||||
CFLAGS += -DCONFIG_PEERKEY
|
||||
endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue