summaryrefslogtreecommitdiffstats
path: root/usr/local/www/status_wireless.php
Commit message (Collapse)AuthorAgeFilesLines
* 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
* include head.inc and round corners on tabsScott Ullrich2005-07-021-7/+3
|
* Add $Id$ tagBill Marquette2005-03-271-0/+1
|
* Import m0n0wall's 1.2b7 latest wireless changes.Scott Ullrich2005-03-201-39/+44
|
* Initial revisionScott Ullrich2004-11-071-0/+189
OpenPOWER on IntegriCloud