From 65015b2d8eb7f067f672c6fcc78fa8c87645e682 Mon Sep 17 00:00:00 2001 From: Jouni Malinen Date: Sat, 2 Nov 2013 16:01:32 +0200 Subject: [PATCH] Replace unnecessary UTF-8 characters with ASCII versions There is no need for using UTF-8 in these files when perfectly fine ASCII versions of these characters exist. Signed-hostap: Jouni Malinen --- wpa_supplicant/android.config | 2 +- wpa_supplicant/ctrl_iface.c | 2 +- wpa_supplicant/defconfig | 2 +- wpa_supplicant/wpa_supplicant.conf | 10 +++++----- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/wpa_supplicant/android.config b/wpa_supplicant/android.config index 66864224c..4077a655b 100644 --- a/wpa_supplicant/android.config +++ b/wpa_supplicant/android.config @@ -514,7 +514,7 @@ CONFIG_TDLS=y # Autoscan # This can be used to enable automatic scan support in wpa_supplicant. -# See wpa_supplicant.conf for more information on autoscan usage. +# See wpa_supplicant.conf for more information on autoscan usage. # # Enabling directly a module will enable autoscan support. # For exponential module: diff --git a/wpa_supplicant/ctrl_iface.c b/wpa_supplicant/ctrl_iface.c index 801399f7e..87d711ef8 100644 --- a/wpa_supplicant/ctrl_iface.c +++ b/wpa_supplicant/ctrl_iface.c @@ -181,7 +181,7 @@ static int set_disallow_aps(struct wpa_supplicant *wpa_s, char *val) struct wpa_ssid *c; /* - * disallow_list ::= | | | “” + * disallow_list ::= | | | "" * SSID_SPEC ::= ssid * BSSID_SPEC ::= bssid */ diff --git a/wpa_supplicant/defconfig b/wpa_supplicant/defconfig index 98fa30f46..409c6034f 100644 --- a/wpa_supplicant/defconfig +++ b/wpa_supplicant/defconfig @@ -521,7 +521,7 @@ CONFIG_PEERKEY=y # Autoscan # This can be used to enable automatic scan support in wpa_supplicant. -# See wpa_supplicant.conf for more information on autoscan usage. +# See wpa_supplicant.conf for more information on autoscan usage. # # Enabling directly a module will enable autoscan support. # For exponential module: diff --git a/wpa_supplicant/wpa_supplicant.conf b/wpa_supplicant/wpa_supplicant.conf index 6414f447d..11be8dd51 100644 --- a/wpa_supplicant/wpa_supplicant.conf +++ b/wpa_supplicant/wpa_supplicant.conf @@ -241,14 +241,14 @@ fast_reauth=1 # This is an optional set of parameters for automatic scanning # within an interface in following format: #autoscan=: -# autoscan is like bgscan but on disconnected or inactive state. -# For instance, on exponential module parameters would be : +# autoscan is like bgscan but on disconnected or inactive state. +# For instance, on exponential module parameters would be : #autoscan=exponential:3:300 # Which means a delay between scans on a base exponential of 3, -# up to the limit of 300 seconds (3, 9, 27 ... 300) -# For periodic module, parameters would be +# up to the limit of 300 seconds (3, 9, 27 ... 300) +# For periodic module, parameters would be #autoscan=periodic:30 -# So a delay of 30 seconds will be applied between each scan +# So a delay of 30 seconds will be applied between each scan # filter_ssids - SSID-based scan result filtering # 0 = do not filter scan results (default)