raspap-webgui/includes
zbchristian 5cbb785529 Handle non-ASCII SSID
Non-ASCII SSID has to be stored in wpa_supplicant.conf identical to the string given by wpa_cli scan. This includes the escaped special chars (e.g. ö = \xc3\xb9 ), with a prescript "P".
To obtain a valid psk from wpa_passphrase, the UTF8 string is passed (ssid2utf8 replaces the \x bytes by their binary value) to the exec(). For this to work the shell locale has to be UTF8 (via putenv()). Otherwise the string is converted to the shell encoding.
2021-11-24 22:49:05 +00:00
..
about.php Transfer template logic to includes, see #749 thx @mp035 2021-02-02 12:26:14 +00:00
adblock.php Minor: typo fixes 2021-11-17 21:39:21 +00:00
admin.php Processed with phpcbf 2020-02-15 17:57:46 +00:00
authenticate.php Transfer template logic to includes, see #749 thx @mp035 2021-02-02 12:26:14 +00:00
configure_client.php Handle non-ASCII SSID 2021-11-24 22:49:05 +00:00
csrf.php Processed with phpcbf 2020-02-15 17:57:46 +00:00
dashboard.php Transfer template logic to includes, see #749 thx @mp035 2021-02-02 12:26:14 +00:00
data_usage.php Work in progress 2019-10-12 23:04:27 +01:00
defaults.php Update release version 2021-11-18 16:39:30 +00:00
dhcp.php Define RASPI_DHCPCD_LOG. Resolves #1058 2021-11-17 18:06:43 +00:00
functions.php interpret hex sequences in ssid station names 2021-05-30 21:49:48 +01:00
hostapd.php Instantiate system class w/ namespace 2021-08-09 06:25:41 +01:00
internetRoute.php Transfer template logic to includes, see #749 thx @mp035 2021-02-02 12:26:14 +00:00
locale.php Added Polish language support, thx Patryk Kubiak 2020-10-01 07:54:40 +01:00
networking.php Transfer template logic to includes, see #749 thx @mp035 2021-02-02 12:26:14 +00:00
openvpn.php Rename ambiguous variable for clarity 2020-06-09 15:32:49 +01:00
session.php Minor: mode change 2019-09-08 16:13:31 +01:00
status_messages.php Processed with phpcs for PSR-2 coding standard 2019-04-10 08:37:35 +00:00
sysstats.php Instantiate system class w/ namespace 2021-08-03 15:18:36 +01:00
system.php Instantiate system class w/ namespace 2021-08-03 15:18:36 +01:00
themes.php Dynamic theme color support 2020-06-30 16:54:30 +01:00
torproxy.php Processed with phpcbf 2020-02-15 17:57:46 +00:00
wifi_functions.php Correct non-ASCII SSID read from wpa_supplicant 2021-11-24 22:47:39 +00:00