[WIFI][wpa][conf]update wpa config file
Change-Id: I210c2cfa63be594d4d2a17c273452102416f753c
diff --git a/src/lynq/packages/thirdpart/lynq-wg870/conf/hostapd.conf b/src/lynq/packages/thirdpart/lynq-wg870/conf/hostapd.conf
new file mode 100755
index 0000000..a765b5c
--- /dev/null
+++ b/src/lynq/packages/thirdpart/lynq-wg870/conf/hostapd.conf
@@ -0,0 +1,14 @@
+interface=wlan0
+driver=nl80211
+hw_mode=g
+ieee80211n=1
+ctrl_interface=/var/run/hostapd
+ssid=cyp
+channel=36
+wpa_passphrase=12345678
+auth_algs=1 #1=wpa,2=wep,3=both
+wpa=2 #WPA2 only
+wpa_key_mgmt=WPA-PSK
+sae_groups=19
+sae_pwe=2
+
diff --git a/src/lynq/packages/thirdpart/lynq-wg870/conf/p2p_supplicant.conf b/src/lynq/packages/thirdpart/lynq-wg870/conf/p2p_supplicant.conf
index 32e3354..16da2d0 100755
--- a/src/lynq/packages/thirdpart/lynq-wg870/conf/p2p_supplicant.conf
+++ b/src/lynq/packages/thirdpart/lynq-wg870/conf/p2p_supplicant.conf
@@ -4,8 +4,8 @@
ap_scan=1
fast_reauth=1
driver_param=use_p2p_group_interface=1p2p_device=1
-device_name=NUC-LINUX
+device_name=BRIX-FC19
device_type=10-0050F204-5
config_methods=virtual_push_button physical_display keypad
-p2p_ssid_postfix=-NUC-SSID
+p2p_ssid_postfix=-BRIX-SSID
persistent_reconnect=1
diff --git a/src/lynq/packages/thirdpart/lynq-wg870/conf/sta.conf b/src/lynq/packages/thirdpart/lynq-wg870/conf/sta.conf
new file mode 100755
index 0000000..8df9980
--- /dev/null
+++ b/src/lynq/packages/thirdpart/lynq-wg870/conf/sta.conf
@@ -0,0 +1,12 @@
+ctrl_interface=/var/run/wpa_supplicant
+driver_param=use_p2p_group_interface=1p2p_device=1
+update_config=1
+device_name=BRIX-FC19
+manufacturer=Intel
+model_name=bigcore platform
+model_number=bigcore platform
+serial_number=
+device_type=10-0050F204-1
+config_methods=keypad display push_button
+p2p_ssid_postfix=-BRIX-SSID
+persistent_reconnect=1
diff --git a/src/lynq/packages/thirdpart/lynq-wg870/conf/wpa_supplicant.conf b/src/lynq/packages/thirdpart/lynq-wg870/conf/wpa_supplicant.conf
index 2e00f00..833ae20 100755
--- a/src/lynq/packages/thirdpart/lynq-wg870/conf/wpa_supplicant.conf
+++ b/src/lynq/packages/thirdpart/lynq-wg870/conf/wpa_supplicant.conf
@@ -4,7 +4,10 @@
ap_scan=1
fast_reauth=1
driver_param=use_p2p_group_interface=1p2p_device=1
-device_name=NUC-LINUX
+device_name=BRIX-FC19
device_type=10-0050F204-5
config_methods=virtual_push_button physical_display keyboard
+hs20=1
interworking=1
+sae_groups=19
+sae_pwe=2
diff --git a/src/lynq/packages/thirdpart/lynq-wg870/conf/wpa_supplicant_ap.conf b/src/lynq/packages/thirdpart/lynq-wg870/conf/wpa_supplicant_ap.conf
index 307f567..f39ec98 100755
--- a/src/lynq/packages/thirdpart/lynq-wg870/conf/wpa_supplicant_ap.conf
+++ b/src/lynq/packages/thirdpart/lynq-wg870/conf/wpa_supplicant_ap.conf
@@ -1,3 +1,4 @@
ctrl_interface=/var/run/wpa_supplicant
update_config=1
-p2p_disabled=1
+sae_groups=19
+sae_pwe=2