030-rsn_supp-fix-stub-pmksa_cache.patch 588 B

123456789101112131415161718192021
  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. static inline struct rsn_pmksa_cache_entry *
  5. pmksa_cache_get(struct rsn_pmksa_cache *pmksa, const u8 *aa, const u8 *pmkid,
  6. - const void *network_ctx)
  7. + const void *network_ctx, int akmp)
  8. {
  9. return NULL;
  10. }
  11. @@ -148,7 +148,8 @@ static inline int pmksa_cache_set_curren
  12. const u8 *bssid,
  13. void *network_ctx,
  14. int try_opportunistic,
  15. - const u8 *fils_cache_id)
  16. + const u8 *fils_cache_id,
  17. + int akmp)
  18. {
  19. return -1;
  20. }