diff options
| author | Mister Oyster <oysterized@gmail.com> | 2017-12-10 19:32:09 +0100 |
|---|---|---|
| committer | Mister Oyster <oysterized@gmail.com> | 2017-12-10 19:32:09 +0100 |
| commit | e0510382cdcaff97dd28501f90ad0f8de204bd79 (patch) | |
| tree | d9be98616e0c1afd8a0791248f64a79db4a880eb /configs | |
| parent | 916465597b4eda70b65fc7944c19a55ba39d48b8 (diff) | |
configs: small update to wifi conf
Diffstat (limited to 'configs')
| -rw-r--r-- | configs/wifi/p2p_supplicant_overlay.conf | 1 | ||||
| -rw-r--r-- | configs/wifi/wpa_supplicant.conf | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/configs/wifi/p2p_supplicant_overlay.conf b/configs/wifi/p2p_supplicant_overlay.conf index d95766d..8728ee1 100644 --- a/configs/wifi/p2p_supplicant_overlay.conf +++ b/configs/wifi/p2p_supplicant_overlay.conf @@ -2,3 +2,4 @@ p2p_no_group_iface=1 driver_param=use_p2p_group_interface=1 bss_expiration_scan_count=1 wowlan_triggers=disconnect +p2p_search_delay=50 diff --git a/configs/wifi/wpa_supplicant.conf b/configs/wifi/wpa_supplicant.conf index ef8a8af..3660241 100644 --- a/configs/wifi/wpa_supplicant.conf +++ b/configs/wifi/wpa_supplicant.conf @@ -10,3 +10,4 @@ os_version=01020300 config_methods=display push_button keypad p2p_no_group_iface=1 driver_param=use_p2p_group_interface=1 +hs20=1 |
