add global to select wireless interface for wifi client

This commit is contained in:
Emmanuel Geoffray
2017-12-07 19:00:48 +00:00
parent d22cdd6e68
commit 3228114dd8
3 changed files with 13 additions and 12 deletions

View File

@@ -3,6 +3,7 @@
define('RASPI_CONFIG', '/etc/raspap');
define('RASPI_CONFIG_NETWORKING',RASPI_CONFIG.'/networking');
define('RASPI_ADMIN_DETAILS', RASPI_CONFIG.'/raspap.auth');
define('RASPI_WIFI_CLIENT_INTERFACE', 'wifiKey');
// Constants for configuration file paths.
// These are typical for default RPi installs. Modify if needed.