diff options
author | Ziyan <jaraidaniel@gmail.com> | 2016-09-11 15:47:25 +0200 |
---|---|---|
committer | Andreas Blaesius <skate4life@gmx.de> | 2016-09-24 13:51:38 +0200 |
commit | f8dbc026d0e4cdbc33e4d5cd76595886b015c943 (patch) | |
tree | 46b994d53819255a4248fa1aeeb8c357acc22ed8 | |
parent | 4a1b906e8e9167882d5bb539f9b0cd4f31d4e207 (diff) | |
download | device_samsung_espressowifi-f8dbc026d0e4cdbc33e4d5cd76595886b015c943.zip device_samsung_espressowifi-f8dbc026d0e4cdbc33e4d5cd76595886b015c943.tar.gz device_samsung_espressowifi-f8dbc026d0e4cdbc33e4d5cd76595886b015c943.tar.bz2 |
wpa_supplicant.conf: update from P5100XXAOF1
This is from the mysterious P5100XXAOF1 update from 2015, exclusive for the UK.
Change-Id: I1454818bdf7fa9f519d877b3247d769269d6a931
-rw-r--r-- | configs/wpa_supplicant.conf | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/configs/wpa_supplicant.conf b/configs/wpa_supplicant.conf index 314897f..9e72c02 100644 --- a/configs/wpa_supplicant.conf +++ b/configs/wpa_supplicant.conf @@ -3,7 +3,8 @@ ctrl_interface=wlan0 eapol_version=1 ap_scan=1 fast_reauth=1 +okc=1 p2p_listen_reg_class=81 p2p_listen_channel=1 -p2p_oper_reg_class=115 -p2p_oper_channel=48 +p2p_oper_reg_class=81 +p2p_oper_channel=1 |