blob: d6a0b7dc62138b74112684fdf213cca2c9d1fe59 [file] [log] [blame]
developerc6a27322023-01-13 15:23:06 +08001From b7cd3dc333501f11b1e70bbdd5ea8b6929d38f40 Mon Sep 17 00:00:00 2001
2From: "Allen.Ye" <allen.ye@mediatek.com>
3Date: Fri, 13 Jan 2023 13:22:27 +0800
4Subject: [PATCH] Add owe mode
5
6---
7 wifi_hal_ap.h | 3 ++-
8 1 file changed, 2 insertions(+), 1 deletion(-)
9
10diff --git a/wifi_hal_ap.h b/wifi_hal_ap.h
11index 9eebe10..15c24f9 100644
12--- a/wifi_hal_ap.h
13+++ b/wifi_hal_ap.h
14@@ -2455,7 +2455,8 @@ typedef enum {
15 wifi_security_mode_wpa_wpa2_enterprise = 0x00000100,
16 wifi_security_mode_wpa3_personal = 0x00000200,
17 wifi_security_mode_wpa3_transition = 0x00000400,
18- wifi_security_mode_wpa3_enterprise = 0x00000800
19+ wifi_security_mode_wpa3_enterprise = 0x00000800,
developer80a19ec2023-04-24 10:59:12 +080020+ wifi_security_mode_enhanced_open = 0x00001000
developerc6a27322023-01-13 15:23:06 +080021 } wifi_security_modes_t;
22
23 typedef struct {
24--
252.18.0
26