[PATCH] FILS: fix compilation with CONFIG_NO_WPA

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



From: Emmanuel Grumbach <emmanuel.grumbach@xxxxxxxxx>

wpa_fils_is_completed was not defined.

Signed-off-by: Emmanuel Grumbach <emmanuel.grumbach@xxxxxxxxx>
---
 src/rsn_supp/wpa.h | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/src/rsn_supp/wpa.h b/src/rsn_supp/wpa.h
index bee1c92..65f4282 100644
--- a/src/rsn_supp/wpa.h
+++ b/src/rsn_supp/wpa.h
@@ -340,6 +340,10 @@ static inline void wpa_sm_set_ptk_kck_kek(struct wpa_sm *sm, const u8 *ptk_kck,
 {
 }
 
+static inline int wpa_fils_is_completed(struct wpa_sm *sm)
+{
+	return 0;
+}
 #endif /* CONFIG_NO_WPA */
 
 #ifdef CONFIG_PEERKEY
-- 
1.9.1


_______________________________________________
Hostap mailing list
Hostap@xxxxxxxxxxxxxxxxxxx
http://lists.infradead.org/mailman/listinfo/hostap



[Index of Archives]     [Linux Wireless]     [Linux Kernel]     [ATH6KL]     [Linux Bluetooth]     [Linux Netdev]     [Kernel Newbies]     [IDE]     [Security]     [Git]     [Netfilter]     [Bugtraq]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux ATA RAID]     [Samba]     [Device Mapper]

  Powered by Linux