mbox series

[OpenWrt-Devel,RFC,0/6] hostapd: Add WPA3 support

Message ID 20181005214930.23763-1-hauke@hauke-m.de
Headers show
Series hostapd: Add WPA3 support | expand

Message

Hauke Mehrtens Oct. 5, 2018, 9:49 p.m. UTC
This adds basic support for SAE which is the new WPA3-PSK SAE mode and 
OWE. For OWE the options to configure the transition mode are still 
missing. WPA3 Enterprise support is still missing. 

It would be nice if this gets some testing, currently I only tested it 
with a Linux client using hostapd, are there any other clients 
available?

This can also be found here:
https://git.openwrt.org/?p=openwrt/staging/hauke.git;a=shortlog;h=refs/heads/hostapd
I will update the branch more often than these mails.

Hauke Mehrtens (6):
  hostapd: sync config with default configuration
  hostapd: backport build fix when OWE is activated
  hostapd: Activate Simultaneous Authentication of Equals (SAE)
  hostapd: Activate Opportunistic Wireless Encryption (OWE)
  netifd: Add support for wireless SAE authentication
  netifd: Add support for wireless OWE authentication

 .../config/netifd/patches/001-wireless-sae.patch   | 26 +++++++++++
 .../config/netifd/patches/002-wireless-owe.patch   | 23 ++++++++++
 package/network/services/hostapd/Makefile          |  4 +-
 .../services/hostapd/files/hostapd-full.config     |  8 ++--
 .../services/hostapd/files/hostapd-mini.config     |  8 ++--
 package/network/services/hostapd/files/hostapd.sh  | 51 ++++++++++++++++++----
 .../hostapd/files/wpa_supplicant-full.config       | 20 +++++----
 .../hostapd/files/wpa_supplicant-mini.config       | 20 +++++----
 .../hostapd/files/wpa_supplicant-p2p.config        | 20 +++++----
 ...-unauthenticated-encrypted-EAPOL-Key-data.patch |  7 +--
 ...ld-error-in-AP-code-without-CONFIG_IEEE80.patch | 29 ++++++++++++
 .../patches/380-disable_ctrl_iface_mib.patch       |  4 +-
 .../patches/381-hostapd_cli_UNKNOWN-COMMAND.patch  |  4 +-
 .../hostapd/patches/700-fix-openssl11.patch        |  9 +---
 14 files changed, 170 insertions(+), 63 deletions(-)
 create mode 100644 package/network/config/netifd/patches/001-wireless-sae.patch
 create mode 100644 package/network/config/netifd/patches/002-wireless-owe.patch
 create mode 100644 package/network/services/hostapd/patches/040-OWE-Fix-build-error-in-AP-code-without-CONFIG_IEEE80.patch