summaryrefslogtreecommitdiffstats
path: root/usr/local/www/status_wireless.php
Commit message (Collapse)AuthorAgeFilesLines
* Cleanup html, make tables sortable, implements #2040jim-p2012-01-061-44/+47
|
* Protect against XSS by someone broadcasting an HTML SSID... (better to be ↵jim-p2010-11-121-1/+1
| | | | safe...)
* This doesn't really need a printf either, come to think of it.jim-p2010-08-111-1/+1
|
* This probably shouldn't be a printf anyhowjim-p2010-08-111-1/+1
|
* This should be sprintfjim-p2010-08-111-1/+1
|
* Fix another gettext() call.jim-p2010-08-111-1/+1
|
* Fix gettext() calljim-p2010-08-111-1/+1
|
* Merge remote branch 'mainline/master'Renato Botelho2010-08-091-4/+13
|\ | | | | | | | | | | | | Conflicts: usr/local/www/status_captiveportal.php usr/local/www/status_rrd_graph.php usr/local/www/status_wireless.php
| * add explanation of flags and capabilities from m0n0wall. cvstrac 1564Chris Buechler2010-08-071-1/+4
| |
| * Add hidden "if" field to status_wireless.php.Erik Fonnesbeck2010-08-071-0/+1
| |
| * Move the get_real_interface call above this condition and fix the ID of the ↵Erik Fonnesbeck2010-08-071-3/+2
| | | | | | | | rescan button.
| * add info messageChris Buechler2010-08-071-1/+2
| |
| * background the scanChris Buechler2010-08-071-1/+1
| |
| * add a Rescan button. ticket #793Chris Buechler2010-08-071-0/+5
| |
* | Merge remote branch 'mainline/master'Vinicius Coque2010-08-021-1/+3
|\ \ | |/ | | | | | | Conflicts: usr/local/www/installer.php
| * Actually find the first wireless interface like the code says it is supposed ↵Erik Fonnesbeck2010-08-021-1/+3
| | | | | | | | to do, rather than finding the last.
* | Corrections gettext implementation on status_wireless.phpCarlos Eduardo Ramos2010-07-221-2/+2
| |
* | Implement gettext() calls on status_wireless.phpRafael Lucas2010-07-221-5/+5
|/
* Fix wireless status page to look at the right wireless interface name.smos2010-06-171-2/+2
| | | | Ticket #649
* Do not stamp on the variable that has the bssid Ticket #649smos2010-06-151-1/+0
|
* page is Status not DiagChris Buechler2010-06-101-3/+3
|
* Fix check on which table to assign.Ermal Luçi2010-02-091-1/+1
|
* Ticket #346. Use the correct 'real' interface for collecting wireless ↵Ermal Luçi2010-02-081-24/+16
| | | | information.
* Make sure to display a correct bssid field instead of a truncated one. Going ↵Seth Mos2009-11-251-1/+3
| | | | to great lengths here to prevent splitting on a fixed number of characters.
* Fix wireless stations listSeth Mos2009-11-241-15/+13
|
* Fix the status wireless page for 2.0 using the correct _wlan0 interfaceSeth Mos2009-11-211-24/+26
| | | | | | | | 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.
* Add pfSense_BUILDER_BINARIES: and pfSense_MODULE:. Adjust Copyright to ↵Scott Ullrich2009-09-141-1/+3
| | | | include 2009 on files that I have asserted (C) on
* Rewrite the pfsense privilege system with the following goals in mind ...Matthew Grooms2008-08-011-0/+8
| | | | | | | | 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
* Do not corrupt output when a space is in the SSID name.Scott Ullrich2007-12-241-7/+11
| | | | Ticket #1531
* remove annoying and potentially problematic forced page refresh.Chris Buechler2007-12-171-1/+0
| | | | Ticket #1545
* Switch over to array style page titles. Obtained-from: m0n0wallScott Ullrich2007-11-161-2/+1
|
* Oops, do not list stations twice.Scott Ullrich2007-09-171-1/+1
|
* Show both associated stations and nearby AP's regardless of operating mode.Scott Ullrich2007-09-171-4/+5
|
* Fix formatting errors introduced by last commit.Scott Ullrich2007-09-171-0/+4
|
* Show wireless nodes regardless if we can deterimine BSS value. Now the AP ↵Scott Ullrich2007-09-171-12/+10
| | | | my test unit is associated with shows the signal strength, etc correctly.
* Somehow requiring config.inc before guiconfig.inc was redirecting back toBill Marquette2007-08-061-1/+0
| | | | | | | login page. config.inc get's pulled in through functions.inc include in guiconfig.inc, no need for it here. Reported-by: smos@
* Wireless Status page gets mode.Scott Ullrich2006-05-051-3/+3
| | | | Ticket #957
* MFCScott Ullrich2006-04-031-1/+1
| | | | s/PHP_SELF/SCRIPT_NAME/ - PHP_SELF == "" for some reason with lighty
* Show more than one wireless interfaceScott Ullrich2006-01-201-1/+0
| | | | Ticket #788
* Remove #!/usr/local/bin/phpScott Ullrich2006-01-021-1/+0
|
* MFC 89053Scott Ullrich2006-01-011-1/+0
| | | | Loop over all wireless interfaces.
* Add HOSTAP listScott Ullrich2005-12-301-35/+74
| | | | Ticket #763
* MFC 6960Scott Ullrich2005-10-181-1/+1
| | | | Cleanup hardcoded meta refreshes
* MFC 6958Scott Ullrich2005-10-181-7/+5
| | | | 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
* MFC 6910 6911Scott Ullrich2005-10-161-161/+99
| | | | Beginning of new wireless status tool. So far it shows ifconfig list sta and includes all wireless interfaces defined as top tabs.
* Disable wireless statusScott Ullrich2005-09-281-0/+8
|
* * Convert another ATH|WI hardcode into $g['wireless_regex']Scott Ullrich2005-08-251-4/+4
|
* Do not show bogus recordsScott Ullrich2005-07-251-1/+4
| | | | Ticket #253
* Code cleanupBill Marquette2005-07-041-1/+1
|
* Use $pgtitleBill Marquette2005-07-031-1/+1
| | | | small code cleanups
OpenPOWER on IntegriCloud