ustream-ssl: fix build against wolfSSL
[openwrt/openwrt.git] / package / network / services / hostapd / patches / 030-rsn_supp-fix-stub-pmksa_cache.patch
1 --- a/src/rsn_supp/pmksa_cache.h
2 +++ b/src/rsn_supp/pmksa_cache.h
3 @@ -101,7 +101,7 @@ static inline void pmksa_cache_deinit(st
4
5 static inline struct rsn_pmksa_cache_entry *
6 pmksa_cache_get(struct rsn_pmksa_cache *pmksa, const u8 *aa, const u8 *pmkid,
7 - const void *network_ctx)
8 + const void *network_ctx, int akmp)
9 {
10 return NULL;
11 }
12 @@ -148,7 +148,8 @@ static inline int pmksa_cache_set_curren
13 const u8 *bssid,
14 void *network_ctx,
15 int try_opportunistic,
16 - const u8 *fils_cache_id)
17 + const u8 *fils_cache_id,
18 + int akmp)
19 {
20 return -1;
21 }