summaryrefslogtreecommitdiffstats
path: root/usr/local/www/interfaces_wlan.inc
Commit message (Collapse)AuthorAgeFilesLines
* WPA is optional, hence shouldn't be <strong>Chris Buechler2008-09-071-1/+1
|
* fix typoChris Buechler2008-07-271-1/+1
|
* Unhide Allow intra-BSS communication, the option now works with 6.2-RC1Scott Ullrich2006-12-091-4/+0
|
* Hide Allow intra-BSS communication option. It is b0rked and we don't plan ↵Scott Ullrich2006-10-071-39/+43
| | | | on playing dominos any further with the wireless stuff.
* A little uniformity can go a long way in programming.Scott Ullrich2006-06-221-1/+1
|
* Crack, that whip! Just rip it, ript it into shape.Scott Ullrich2006-06-141-2/+0
| | | | Remove the Key generator goo that doesn't work.
* Remove gettext() call, we don't have this in RELENG_1.Scott Ullrich2006-05-081-1/+1
|
* Add back auto setting. It was mistaken as the culprit of a bug prior.Scott Ullrich2006-05-061-2/+1
|
* Remove the auto option, it no longer works with the latest HAL because it ↵Scott Ullrich2006-05-061-1/+0
| | | | expects commands ina certain order which breaks auto.
* MFC wireless changesScott Ullrich2006-03-261-36/+33
|
* MFC wireless changesScott Ullrich2006-03-261-5/+17
|
* Nuke stationnameScott Ullrich2006-03-101-8/+1
|
* Do not allow editing of interface channel itemsScott Ullrich2006-02-271-1/+4
|
* Move to under channelScott Ullrich2006-02-271-15/+15
|
* Include channel infoScott Ullrich2006-02-271-0/+15
|
* Correct warnings and errors found eclipseScott Ullrich2006-01-151-1/+1
|
* Fix bugs found by eclipseScott Ullrich2006-01-151-1/+1
|
* MFC 8163Scott Ullrich2005-11-291-0/+15
| | | | Add 802.11g protection mode. ticket #715
* MFC 7992Scott Ullrich2005-11-251-1/+3
| | | | Fix mac filter bit from ticket 684. Mac filtering is still a backend function, to enable one has to create the mac filter files in shell and comment out the # lines in hostapd config file. This will be part of my rewrite of wireless once i'm done with everything, but interface design needs to be redone first (as adding the mac filterlists to the wireless config page will "clutter it up" even more)
* MFC 7993Scott Ullrich2005-11-251-1/+1
| | | | can used -> can be used
* MFC 7994Scott Ullrich2005-11-251-1/+1
| | | | add info that distance is for atheros based cards only
* Remove "Enable MAC Filtering" option until a helper area is added allowing ↵Scott Ullrich2005-11-221-15/+0
| | | | which mac addresses can associate.
* MFC 7719Scott Ullrich2005-11-161-31/+40
| | | | Add wireless distance tuning.
* MFC 7668Scott Ullrich2005-11-161-10/+14
| | | | Fix wpa_supplicant startup issue and fix macaddress filtering backend function (ticket 684).
* Use isset()Scott Ullrich2005-10-231-1/+1
| | | | Ticket #631
* Save and restore checkboxes correctlyScott Ullrich2005-10-171-26/+38
|
* MFC 6919Scott Ullrich2005-10-171-16/+46
| | | | Set checkbox values to yes and use similar logic to system_advanced.php
* MFC 6922Scott Ullrich2005-10-171-10/+10
| | | | Use isset() on checked items
* Complete rewrite of wireless. Everything should be working nowEspen Johansen2005-09-301-68/+68
|
* Passphrase must be from 8 to 63 chars.Espen Johansen2005-09-271-2/+1
|
* Added some info to options.Espen Johansen2005-09-271-2/+6
|
* Adding (EXPERIMENTAL) WPA Support.Espen Johansen2005-09-181-25/+21
| | | | Fixed a few bugs with setting turbo mode and hidessid and Pure G mode.
* Adding (EXPERIMENTAL) WPA Support.Espen Johansen2005-09-181-55/+199
|
* Disable input validation on wep key. Its causing way more problems than it ↵Scott Ullrich2005-09-061-0/+2
| | | | should...
* string -> strongScott Ullrich2005-08-281-0/+11
|
* ^ withScott Ullrich2005-08-271-1/+1
|
* Add WLAN Strong Key Generator.Scott Ullrich2005-08-271-1/+4
|
* If item is 12 digits in length then treat the same for hexScott Ullrich2005-08-271-0/+7
|
* Ensure that hex keys begin with 0x.Scott Ullrich2005-08-271-2/+12
| | | | Add if necessary.
* Count from 99Scott Ullrich2005-08-251-1/+1
|
* Allow 28 digit keys (0x)Scott Ullrich2005-08-181-0/+2
|
* No need to loop through all keys if any of the sizes mismatchScott Ullrich2005-08-141-0/+1
|
* Document key lengthsScott Ullrich2005-08-141-0/+2
|
* Correctly deterimine key sizeScott Ullrich2005-08-141-3/+9
|
* Enforce wep key sizesScott Ullrich2005-08-141-0/+244
| | | | Ticket #344
* Add wireless canning optionScott Ullrich2005-08-141-235/+0
|
* * Remove duplicate lineScott Ullrich2005-08-101-3/+1
| | | | * Use wireless regex to deterimine chip type
* Remove hide option. It wasn't what i thought it was.Scott Ullrich2005-08-091-19/+0
|
* Global $gScott Ullrich2005-08-091-1/+1
| | | | Ticket #304
* Use $g['wireless_regex'] for wireless detectionScott Ullrich2005-08-071-3/+2
| | | | Ticket #304
OpenPOWER on IntegriCloud