mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-28 03:33:25 +02:00
wlanap.cgi: fix missing line from wlan info.
This commit is contained in:
0
html/cgi-bin/entropy.cgi
Executable file → Normal file
0
html/cgi-bin/entropy.cgi
Executable file → Normal file
@@ -512,7 +512,7 @@ if ( $wlanapsettings{'DRIVER'} eq 'MADWIFI' ){
|
|||||||
@status = `wlanconfig $wlanapsettings{'INTERFACE'} list`;
|
@status = `wlanconfig $wlanapsettings{'INTERFACE'} list`;
|
||||||
}
|
}
|
||||||
if ( $wlanapsettings{'DRIVER'} eq 'NL80211' ){
|
if ( $wlanapsettings{'DRIVER'} eq 'NL80211' ){
|
||||||
@status = `iw dev $wlanapsettings{'INTERFACE'} info && iw dev $wlanapsettings{'INTERFACE'} station dump`;
|
@status = `iw dev $wlanapsettings{'INTERFACE'} info && iw dev $wlanapsettings{'INTERFACE'} station dump && echo ""`;
|
||||||
}
|
}
|
||||||
print <<END
|
print <<END
|
||||||
<br />
|
<br />
|
||||||
|
|||||||
Reference in New Issue
Block a user