From 8a4173151380e4363ed99b3a06666dc95b6a648f Mon Sep 17 00:00:00 2001 From: billz Date: Wed, 6 Mar 2019 20:07:54 +0000 Subject: [PATCH] Added todo for restarting hostapd --- includes/hostapd.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/includes/hostapd.php b/includes/hostapd.php index 139914a8..946c2ff5 100755 --- a/includes/hostapd.php +++ b/includes/hostapd.php @@ -31,6 +31,8 @@ function DisplayHostAPDConfig() //exec('sudo /etc/raspap/hostapd/servicesdisable.sh'); exec('sudo /etc/raspap/hostapd/servicestart.sh', $return ); } else { + // Todo: remove uap0 interface before switching back to wlan0, else IAID conflict with dhcpcd + // Stop/start dhcpd.service exec( 'sudo /etc/init.d/hostapd start', $return ); } foreach( $return as $line ) {