diff options
author | Jouni Malinen <j@w1.fi> | 2012-12-30 20:06:11 (GMT) |
---|---|---|
committer | Jouni Malinen <j@w1.fi> | 2013-01-12 15:51:52 (GMT) |
commit | 8e31e9550ac708b94cd4a1f03833353c5488a031 (patch) | |
tree | 78c12c0466917d6d896c5a5bc27f4cdc878c6ae8 /wpa_supplicant/Makefile | |
parent | 750efe6ea64c07d11c449472fb29e0b22688556d (diff) | |
download | hostap-8e31e9550ac708b94cd4a1f03833353c5488a031.zip hostap-8e31e9550ac708b94cd4a1f03833353c5488a031.tar.gz hostap-8e31e9550ac708b94cd4a1f03833353c5488a031.tar.bz2 |
SAE: Add generation of the commit message fields
This adds derivation of PWE and the needed commit values so that the
full SAE commit message can be built.
Signed-hostap: Jouni Malinen <j@w1.fi>
Diffstat (limited to 'wpa_supplicant/Makefile')
-rw-r--r-- | wpa_supplicant/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/wpa_supplicant/Makefile b/wpa_supplicant/Makefile index 65fef41..1529bf6 100644 --- a/wpa_supplicant/Makefile +++ b/wpa_supplicant/Makefile @@ -174,6 +174,7 @@ endif ifdef CONFIG_SAE CFLAGS += -DCONFIG_SAE +OBJS += ../src/common/sae.o endif ifdef CONFIG_WNM |