jim-p
2bf0ada5ed
Protect against XSS by someone broadcasting an HTML SSID... (better to be safe...)
2010-11-12 12:29:53 -05:00
jim-p
24357d92f8
This doesn't really need a printf either, come to think of it.
2010-08-11 16:53:59 -04:00
jim-p
5943a23ff7
This probably shouldn't be a printf anyhow
2010-08-11 16:53:03 -04:00
jim-p
ca5bb21157
This should be sprintf
2010-08-11 16:48:56 -04:00
jim-p
73eb4b90d4
Fix another gettext() call.
2010-08-11 16:46:51 -04:00
jim-p
baa59e4e57
Fix gettext() call
2010-08-11 16:44:59 -04:00
Renato Botelho
c3ff89b458
Merge remote branch 'mainline/master'
...
Conflicts:
usr/local/www/status_captiveportal.php
usr/local/www/status_rrd_graph.php
usr/local/www/status_wireless.php
2010-08-09 09:54:25 -03:00
Chris Buechler
4ca92170d5
add explanation of flags and capabilities from m0n0wall. cvstrac 1564
2010-08-07 20:10:56 -04:00
Erik Fonnesbeck
61c224334d
Add hidden "if" field to status_wireless.php.
2010-08-07 14:30:02 -06:00
Erik Fonnesbeck
72d2682c1e
Move the get_real_interface call above this condition and fix the ID of the rescan button.
2010-08-07 14:18:38 -06:00
Chris Buechler
ea52942ce5
add info message
2010-08-07 16:16:44 -04:00
Chris Buechler
4362a6121d
background the scan
2010-08-07 16:11:10 -04:00
Chris Buechler
6f87ed4252
add a Rescan button. ticket #793
2010-08-07 16:06:45 -04:00
Vinicius Coque
97fc77679d
Merge remote branch 'mainline/master'
...
Conflicts:
usr/local/www/installer.php
2010-08-02 16:07:44 -03:00
Erik Fonnesbeck
be2b47d542
Actually find the first wireless interface like the code says it is supposed to do, rather than finding the last.
2010-08-02 02:04:33 -06:00
Carlos Eduardo Ramos
e5d598c110
Corrections gettext implementation on status_wireless.php
2010-07-22 16:48:23 -03:00
Rafael Lucas
4174061789
Implement gettext() calls on status_wireless.php
2010-07-22 10:10:31 -03:00
smos
88e9bceb8a
Fix wireless status page to look at the right wireless interface name.
...
Ticket #649
2010-06-17 08:07:36 +02:00
smos
87be42c1d2
Do not stamp on the variable that has the bssid Ticket #649
2010-06-15 20:20:04 +02:00
Chris Buechler
d1104fa63b
page is Status not Diag
2010-06-10 20:32:04 -04:00
Ermal Lui
a2b724a66a
Fix check on which table to assign.
2010-02-09 09:50:33 +00:00
Ermal Lui
64b2f3c8a7
Ticket #346 . Use the correct 'real' interface for collecting wireless information.
2010-02-08 22:44:06 +00:00
Seth Mos
22275785b9
Make sure to display a correct bssid field instead of a truncated one. Going to great lengths here to prevent splitting on a fixed number of characters.
2009-11-25 21:54:06 +01:00
Seth Mos
105bb6a683
Fix wireless stations list
2009-11-24 21:37:01 +01:00
Seth Mos
e2d90eacaa
Fix the status wireless page for 2.0 using the correct _wlan0 interface
...
name.
Also bring over a fix for ssid values with spaces, there is a different
fix in 1.2. This one splits on Mac address if they ever decide to list
longer mac addresses instead of truncating to 16 characters. The IEEE
says it can be upto 32 characters in length.
2009-11-21 01:23:31 +01:00
Scott Ullrich
1d333258dc
Add pfSense_BUILDER_BINARIES: and pfSense_MODULE:. Adjust Copyright to include 2009 on files that I have asserted (C) on
2009-09-14 21:49:40 -04:00
Matthew Grooms
6b07c15ad8
Rewrite the pfsense privilege system with the following goals in mind ...
...
1) Redefine page privileges to not use static urls
2) Accurate generation of privilege definitions from source
3) Merging the user and group privileges into a single set
4) Allow any privilege to be added to users or groups w/ inheritance
5) Cleaning up the related WebUI pages
2008-08-01 06:30:34 +00:00
Scott Ullrich
bdeca4ed16
Do not corrupt output when a space is in the SSID name.
...
Ticket #1531
2007-12-24 01:10:29 +00:00
Chris Buechler
764696e0e1
remove annoying and potentially problematic forced page refresh.
...
Ticket #1545
2007-12-17 07:11:59 +00:00
Scott Ullrich
d88c6a9fdf
Switch over to array style page titles. Obtained-from: m0n0wall
2007-11-16 00:48:53 +00:00
Scott Ullrich
ac1bd04fd5
Oops, do not list stations twice.
2007-09-17 18:38:53 +00:00
Scott Ullrich
c29ad85387
Show both associated stations and nearby AP's regardless of operating mode.
2007-09-17 18:36:08 +00:00
Scott Ullrich
0675ab803d
Fix formatting errors introduced by last commit.
2007-09-17 18:24:04 +00:00
Scott Ullrich
6c40c00764
Show wireless nodes regardless if we can deterimine BSS value. Now the AP my test unit is associated with shows the signal strength, etc correctly.
2007-09-17 18:18:07 +00:00
Bill Marquette
0fb5206f46
Somehow requiring config.inc before guiconfig.inc was redirecting back to
...
login page. config.inc get's pulled in through functions.inc include in
guiconfig.inc, no need for it here.
Reported-by: smos@
2007-08-06 02:57:58 +00:00
Scott Ullrich
59f6095f87
Wireless Status page gets mode.
...
Ticket #957
2006-05-05 21:31:47 +00:00
Scott Ullrich
555d3758fc
MFC
...
s/PHP_SELF/SCRIPT_NAME/ - PHP_SELF == "" for some reason with lighty
2006-04-03 21:05:06 +00:00
Scott Ullrich
d80e49d084
Show more than one wireless interface
...
Ticket #788
2006-01-20 00:34:22 +00:00
Scott Ullrich
e54d4de6d5
Remove #!/usr/local/bin/php
2006-01-02 23:46:18 +00:00
Scott Ullrich
97746f83c8
MFC 89053
...
Loop over all wireless interfaces.
2006-01-01 02:16:11 +00:00
Scott Ullrich
f2f0c37e07
Add HOSTAP list
...
Ticket #763
2005-12-30 18:28:00 +00:00
Scott Ullrich
af32f93921
MFC 6960
...
Cleanup hardcoded meta refreshes
2005-10-18 15:53:51 +00:00
Scott Ullrich
53961f06e2
MFC 6958
...
Move <div> to the right place, move tabcont class to table it no longer belongs in TD (and hasn't for some time) Remove unused </center> tag
2005-10-18 15:52:31 +00:00
Scott Ullrich
d0330501ca
MFC 6910 6911
...
Beginning of new wireless status tool. So far it shows ifconfig list sta and includes all wireless interfaces defined as top tabs.
2005-10-16 23:27:48 +00:00
Scott Ullrich
351cbef75d
Disable wireless status
2005-09-28 17:33:40 +00:00
Scott Ullrich
fa1d5f982c
* Convert another ATH|WI hardcode into $g['wireless_regex']
2005-08-25 21:10:58 +00:00
Scott Ullrich
8a3c130b6a
Do not show bogus records
...
Ticket #253
2005-07-25 16:40:30 +00:00
Bill Marquette
63637de932
Code cleanup
2005-07-04 19:52:23 +00:00
Bill Marquette
74f446e877
Use $pgtitle
...
small code cleanups
2005-07-03 16:55:51 +00:00
Scott Ullrich
4df96eff4d
include head.inc and round corners on tabs
2005-07-02 04:38:35 +00:00