summaryrefslogtreecommitdiffstats
path: root/usr/local/www/status_wireless.php
Commit message (Collapse)AuthorAgeFilesLines
* Move main pfSense content to src/Renato Botelho2015-08-251-201/+0
|
* Code spacingPhil Davis2015-06-151-3/+3
| | | | | | | and other random stuff I noticed. I think this finishes messing with code style. The codebase should match the developer style guide closely enough that 99.9% of changes will not feel the need to also massage the formatting.
* Update/correct wireless status flags and capabilities list.jim-p2015-05-221-2/+2
| | | | There are many more possible flags, documented on the wiki: https://doc.pfsense.org/index.php/Wireless_Status
* Code style WWW StatusPhil Davis2015-05-151-67/+71
|
* Fix lineup of copyright linesPhil Davis2015-01-011-1/+1
| | | | | and module names and other bits of formatting and typos in header comment sections.
* Welcome 2015Renato Botelho2014-12-311-1/+1
|
* Change copyright statement to reflect realityJim Thompson2014-11-101-1/+1
|
* modify copyright statement to reflect realityJim Thompson2014-11-101-0/+1
|
* xhtml Complianceayvis2014-03-141-4/+4
| | | replaced <br>, <br/> and </br> with <br />
* Improve checks for params 'id', 'dup' and other similar ones to make sure ↵Renato Botelho2014-03-121-1/+1
| | | | they are numeric integer, also, pass them through htmlspecialchars() before print
* Activate new shortcuts/status in the rest of the areas that are currently setup.jim-p2012-08-101-0/+1
|
* 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
OpenPOWER on IntegriCloud