mirror of
https://github.com/billz/raspap-webgui.git
synced 2023-10-10 13:37:24 +02:00
d478bf5362
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. |
||
---|---|---|
.. | ||
about.php | ||
adblock.php | ||
admin.php | ||
authenticate.php | ||
configure_client.php | ||
csrf.php | ||
dashboard.php | ||
data_usage.php | ||
defaults.php | ||
dhcp.php | ||
functions.php | ||
get_clients.php | ||
hostapd.php | ||
internetRoute.php | ||
locale.php | ||
networking.php | ||
openvpn.php | ||
session.php | ||
status_messages.php | ||
sysstats.php | ||
system.php | ||
themes.php | ||
torproxy.php | ||
wifi_functions.php | ||
wireguard.php |