10-09-2019, 01:54 PM
Yes, I think escaping does work in wpa_passphrase.
In moOde code I would prolly need to use the PHP function addslashes.
https://www.php.net/manual/en/function.addcslashes.php
Look in the source files below for wpa_passphrase. You only need to edit the lines in net-config.php to test whether addslashes() works for your password that has the back tick.
/var/www/net-config.php
/var/www/inc/playerlib.php
In moOde code I would prolly need to use the PHP function addslashes.
https://www.php.net/manual/en/function.addcslashes.php
Look in the source files below for wpa_passphrase. You only need to edit the lines in net-config.php to test whether addslashes() works for your password that has the back tick.
/var/www/net-config.php
/var/www/inc/playerlib.php