raspap-webgui/includes
zbchristian d478bf5362 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-09-02 09:37:33 +02:00
..
about.php Transfer template logic to includes, see #749 thx @mp035 2021-02-02 12:26:14 +00:00
adblock.php Transfer template logic to includes, see #749 thx @mp035 2021-02-02 12:26:14 +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-09-02 09:37:33 +02:00
csrf.php Processed with phpcbf 2020-02-15 17:57:46 +00:00
dashboard.php Add flag for client configuration 2021-03-28 14:44:05 +02:00
data_usage.php Work in progress 2019-10-12 23:04:27 +01:00
defaults.php Update release version 2021-07-15 08:49:35 +01:00
dhcp.php DHCP static leases w/ optional comment 2021-07-27 18:33:00 +02:00
functions.php Added get_public_ip() 2021-07-07 23:24:49 +01:00
get_clients.php Fix SSID name of wifi client 2021-09-01 18:37:36 +02:00
hostapd.php Merge with upstream master 2021-06-05 12:02:26 +01:00
internetRoute.php Cleanup and fix for udev rules written for clients 2021-03-29 15:16:23 +02:00
locale.php Added Polish language support, thx Patryk Kubiak 2020-10-01 07:54:40 +01:00
networking.php fix coding standard violations 2021-03-27 18:39:42 +01:00
openvpn.php Update w/ common public_ip function 2021-07-07 23:25:23 +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 Update DisplayThemeConfig() 2021-02-15 22:07:34 +00: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-09-01 18:37:36 +02:00
wireguard.php Simplify template, update save actions 2021-07-08 11:22:17 +01:00