1. 1340dec Merge "bandsteering: Robustness to STAs which re-join the network." by Richard Frankel · 10 years ago
  2. a2ba811 bandsteering: Robustness to STAs which re-join the network. by Richard Frankel · 10 years ago
  3. e5699f8 Taxonomy: Misc updates. by Denton Gentry · 10 years ago
  4. 14b2563 Neighbor List: log at more appropriate levels. by Denton Gentry · 10 years ago
  5. b6b11fd Bandsteering: Improved logging. by Richard Frankel · 10 years ago
  6. d15ca55 hostapd: add missing "return 0" in write_timestamp_file. by Richard Frankel · 10 years ago
  7. 724e930 AP: Redesign of bandsteering. by Richard Frankel · 10 years ago
  8. 0c5cffc Initial support for bandsteering. by Richard Frankel · 10 years ago
  9. d602733 Initial 802.11k Neighbor List implementation. by Denton Gentry · 10 years ago
  10. 9240e55 Fingerprint: Remove OUI, add HT/VHT capabilities. by Denton Gentry · 10 years ago
  11. b059e56 AP: Initial support for STA fingerprinting. by Denton Gentry · 10 years ago
  12. a3e8abc Merge remote-tracking branch 'upstream/master' into merge_from_upstream by Denton Gentry · 10 years ago
  13. 4e70bbf SAE: Clear keys from memory on disassociation by Jouni Malinen · 10 years ago
  14. fbfc974 Clear GTK from memory as soon as it is not needed anymore by Jouni Malinen · 10 years ago
  15. 7d71154 Clear TK part of PTK after driver key configuration by Jouni Malinen · 10 years ago
  16. 7193254 Clear temporary keys from WPA supplicant state machine when not needed by Jouni Malinen · 10 years ago
  17. de27bc7 hostapd: Set stdout line-buffered by Paul Stewart · 10 years ago
  18. a642a52 OpenSSL: Do not require a PIN for PKCS#11 by David Woodhouse · 10 years ago
  19. 9695519 OpenSSL: Automatically enable PKCS#11 engine where it's needed by David Woodhouse · 10 years ago
  20. ddda627 OpenSSL: Load dynamic ENGINE unconditionally by David Woodhouse · 10 years ago
  21. 01b0d1d OpenSSL: Automatically handle PKCS#11 URIs in private_key, ca/client_cert by David Woodhouse · 10 years ago
  22. 3d268b8 OpenSSL: Do not require private key to come from PKCS#11 by David Woodhouse · 10 years ago
  23. 5c8ab0d OpenSSL: Allow pkcs11_module_path to be NULL by David Woodhouse · 10 years ago
  24. 010fa24 Add QUIET=1 option for make by Jouni Malinen · 10 years ago
  25. 49e3eea Avoid -Wshadow warnings from older gcc versions by Jouni Malinen · 10 years ago
  26. a193231 Clean up debug prints to use wpa_printf() by Jouni Malinen · 10 years ago
  27. cad9b88 Fix CONFIG_OS=none build by Jouni Malinen · 10 years ago
  28. ff013b9 Fix CONFIG_OS=internal build by Jouni Malinen · 10 years ago
  29. 7d9286d Support private_key_passwd for GnuTLS (3.1.11+) by David Woodhouse · 10 years ago
  30. cbe23ff GnuTLS: Get rid of warnings about deprecated typedef names by Jouni Malinen · 10 years ago
  31. 36f0cf3 privsep: Fix compilation due to associate() parameter updates by Jouni Malinen · 10 years ago
  32. eae3df7 P2P: Fix memory leak on GO startup failure path by Jouni Malinen · 10 years ago
  33. 40e7639 nl80211: Check if_indextoname() return value for bridge events by Jouni Malinen · 10 years ago
  34. 3a32249 mesh: Delay Authentication frame process with no_auto_peer by Jouni Malinen · 10 years ago
  35. 0acc2c8 HT: More robust 20/40 coex Action frame parsing by Jouni Malinen · 10 years ago
  36. 2a32ad6 HT: Fix 20/40 coex Action frame parsing by Jouni Malinen · 10 years ago
  37. ce20a37 nl80211: Remove practically unused process_drv_event() by Jouni Malinen · 10 years ago
  38. 4b40936 mesh: Make maximum number of peer links configurable by Masashi Honma · 10 years ago
  39. 9c58c5f mesh: Make beacon interval configurable by Masashi Honma · 10 years ago
  40. 422ba11 Flush WPS registrar state on wpa_supplicant FLUSH command by Jouni Malinen · 10 years ago
  41. 8779ac8 EAP-IKEv2: Fix a typo in a debug message by Jouni Malinen · 10 years ago
  42. 6e91736 Add NoSwapPrimaryWifiChannel and NoAutoNarrowWifiChannel experiments. by Avery Pennarun · 10 years ago
  43. bb68a6e EAP-IKEv2 peer: Fix fragmentation reassembly by Jouni Malinen · 10 years ago
  44. 8e5c1ec EAP-IKEv2: Add explicit limit for maximum message length by Jouni Malinen · 10 years ago
  45. 5ef8e39 nl80211: Fix interface-in-different-bridge case by Jouni Malinen · 10 years ago
  46. 666e508 nl80211: Fix cfg80211 workaround for IBSS join by Jouni Malinen · 10 years ago
  47. 13a3a20 Fix wpa_key_mgmt and wpa_pairwise configuration for non-WPA by Jouni Malinen · 10 years ago
  48. 533fe09 nl80211: Fix no-encrypt for IEEE 802.1X WEP EAPOL by Jouni Malinen · 10 years ago
  49. 1033315 nl80211: Remove send_and_recv_msgs_global() wrapper by Jouni Malinen · 10 years ago
  50. bdf5ccb nl80211: Remove unnecessary function declarations by Jouni Malinen · 10 years ago
  51. afa2ffb SAE: Check Status Code in Authentication frames by Jouni Malinen · 10 years ago
  52. 5b78493 mesh: Add mesh interface creation command for mesh gate by Masashi Honma · 10 years ago
  53. bd0b620 SAE: Add sae_group to AP/mesh mode STA ctrl_iface data by Jouni Malinen · 10 years ago
  54. 7781da6 Remove unused find_first_bit() by Jouni Malinen · 10 years ago
  55. 9ae52e7 Clean up VHT configuration validation by Jouni Malinen · 10 years ago
  56. b0f3346 Clean up VHT override max A-MPDU override calculation by Jouni Malinen · 10 years ago
  57. 33c7eb8 wext: Fix musl build error by Jörg Krause · 10 years ago
  58. 7c4027f nl80211: Report new station / assoc event for the correct BSS by Rafał Miłecki · 10 years ago
  59. ce46011 ERP: Drop ERP keys on failure on the peer by Jouni Malinen · 10 years ago
  60. 2c6411e ERP: Add ERP_FLUSH for hostapd by Jouni Malinen · 10 years ago
  61. a0a34d5 nl80211: Add rrm_flags to STATUS-DRIVER by Jouni Malinen · 10 years ago
  62. 0629eeb RRM: Add AP mode minimal advertisement support for testing by Jouni Malinen · 10 years ago
  63. 774d414 Fix AP IE in EAPOL-Key 3/4 for WPA + FT combination by Jouni Malinen · 10 years ago
  64. 72c5c28 Add text names for number of the key_mgmt values by Jouni Malinen · 10 years ago
  65. 2961bfa Remove unused send_eapol() driver op by Jouni Malinen · 10 years ago
  66. 6a31a31 OpenSSL: Simplify EAP-FAST peer workaround by Jouni Malinen · 10 years ago
  67. b90d064 Add tls_session_reused=<0/1> into EAP peer TLS status by Jouni Malinen · 10 years ago
  68. 15badeb nl80211: Add QCA vendor specific query of device/driver features by Chet Lanctot · 10 years ago
  69. d4913c5 OpenSSL: Fix EAP-FAST peer regression by Jouni Malinen · 10 years ago
  70. c1f5bcb TLS: Add new cipher suites to tls_get_cipher() by Jouni Malinen · 10 years ago
  71. c25addb OpenSSL: Remove support for the old EAP-FAST interface by Jouni Malinen · 10 years ago
  72. f68e86a MACsec: Update protect frames and replay on reauthentication by Xiaofei Shen · 10 years ago
  73. 36b5c33 P2P: Check Invitation Response dialog token match for resend case by Sunil Dutt · 10 years ago
  74. 1f90dfd nl80211: Add frame control and sequence control field in RX frame debug by Jouni Malinen · 10 years ago
  75. 4bd7195 nl80211: Try to unmask 11b rates again on next connection request by Jouni Malinen · 10 years ago
  76. 3e20848 nl80211: Add more debug prints for 11b rate disabling and re-enabling by Jouni Malinen · 10 years ago
  77. aaadd72 Check os_snprintf() result more consistently - more checks by Jouni Malinen · 10 years ago
  78. 1f102d3 Check os_snprintf() result more consistently - manual by Jouni Malinen · 10 years ago
  79. 7bdd898 Check os_snprintf() result more consistently - automatic 2 by Jouni Malinen · 10 years ago
  80. d85e1fc Check os_snprintf() result more consistently - automatic 1 by Jouni Malinen · 10 years ago
  81. a80ba67 Check os_snprintf() result more consistently - success case by Jouni Malinen · 10 years ago
  82. a9aaacb Check os_snprintf() result more consistently - maximum length by Jouni Malinen · 10 years ago
  83. 0047306 Add os_snprintf_error() helper by Jouni Malinen · 10 years ago
  84. 89b48f7 Use os_zalloc() instead of os_malloc() and os_memset() by Jouni Malinen · 10 years ago
  85. faebdea Use os_calloc() instead of os_zalloc() by Jouni Malinen · 10 years ago
  86. 80d5a3d WPS: Start EAPOL immediately even without WPA on WPS association by Jouni Malinen · 10 years ago
  87. ff1dd3e base64: Try to avoid static analyzer warning (part 2) by Jouni Malinen · 10 years ago
  88. cdbc0ba base64: Try to avoid static analyzer warning by Jouni Malinen · 10 years ago
  89. 7d04364 TLS: Reorder length bounds checking to avoid static analyzer warning by Jouni Malinen · 10 years ago
  90. 41f4800 EAP-SIM DB: Make recv() null termination easier for static analyzers by Jouni Malinen · 10 years ago
  91. 8105821 Replace send_ft_action() driver_op with send_action() by Jouni Malinen · 10 years ago
  92. 477af8f nl80211: Move scanning related functionality to a separate file by Jouni Malinen · 10 years ago
  93. 71f1d1e hostapd: Fix memory leak on dynamic add-BSS error path by Jouni Malinen · 10 years ago
  94. 3f63614 nl80211: Clean up nl80211_scan_common() to use nl80211_cmd_msg() by Jouni Malinen · 10 years ago
  95. 95376e1 nl80211: Use nl80211_iface_msg() helper by Jouni Malinen · 10 years ago
  96. 13f8398 nl80211: Use nl80211_bss_msg() helper by Jouni Malinen · 10 years ago
  97. a3249fd nl80211: Use nl80211_cmd_msg() for P2P Device operations by Jouni Malinen · 10 years ago
  98. 9725b78 nl80211: Use nl80211_drv_msg() helper by Jouni Malinen · 10 years ago
  99. 350acc3 nl80211: Move nl80211_set_iface_id() next its only remaining user by Jouni Malinen · 10 years ago
  100. 56f7785 nl80211: Use the new nl80211_cmd_msg() helper by Jouni Malinen · 10 years ago