hostapd: fix OWE settings in client mode
This changes fixes the generation of the wpa_supplicant client configuration
in WPA3 OWE client mode. Instead of incorrectly emitting key_mgmt=NONE, use
the proper key_mgmt=OWE setting instead.
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
(cherry picked from commit 4209b28d23)
This commit is contained in:
committed by
Petr Štetiar
parent
eba68342f9
commit
3e9b3d0ba9
@@ -7,7 +7,7 @@
|
|||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=hostapd
|
PKG_NAME:=hostapd
|
||||||
PKG_RELEASE:=9
|
PKG_RELEASE:=10
|
||||||
|
|
||||||
PKG_SOURCE_URL:=http://w1.fi/hostap.git
|
PKG_SOURCE_URL:=http://w1.fi/hostap.git
|
||||||
PKG_SOURCE_PROTO:=git
|
PKG_SOURCE_PROTO:=git
|
||||||
|
|||||||
@@ -795,6 +795,7 @@ wpa_supplicant_add_network() {
|
|||||||
none) ;;
|
none) ;;
|
||||||
owe)
|
owe)
|
||||||
hostapd_append_wpa_key_mgmt
|
hostapd_append_wpa_key_mgmt
|
||||||
|
key_mgmt="$wpa_key_mgmt"
|
||||||
;;
|
;;
|
||||||
wep)
|
wep)
|
||||||
local wep_keyidx=0
|
local wep_keyidx=0
|
||||||
|
|||||||
Reference in New Issue
Block a user