| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
paramters -> parameters
assoicated -> associated
|
|
|
|
|
|
|
| |
smithing as approrpiate.
PR: 57327
Submitted by: Matt Peterson
|
|
|
|
|
| |
PR: 57327
Submitted by: Matt Peterson
|
|
|
|
| |
- Change from "will be deprecated in 5.1" to "was deprecated in 5.1"
|
|
|
|
|
|
| |
o relax some error handling so other drivers (e.g. ath) are usable
o revert ap scanning logic to old scheme
o add to capability info printing for 11a and 11g
|
|
|
|
| |
Approved by: re (blanket)
|
| |
|
| |
|
|
|
|
|
|
| |
and not obsolete, but add a warning about their disappearance.
Add additional notes that explain the lameness of WEP.
|
|
|
|
|
|
|
|
|
|
|
|
| |
the moment, with the deprecated flags.
o Better error reporting on getting values from the driver. When we can't
get one for the default dumpinfo output. The old driver would succeed
for invalid RIDs, while the new driver reports errors. Since the info
we're getting from the card/driver doesn't exist for all cards, we just
don't report them. Improve error reporting elsewhere now that wi_getval
doesn't exit. Also fix a file descriptor leak as a side effect.
Reported by: scottl
|
| |
|
|
|
|
| |
will be removed. Give terse pointer to ifconfig h0h0 magic to use.
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
ifconfig equivalents. This is the first step in removing them from
the system. Users of wicontrol to configure the wireless card are
strongly encouraged to change their scripts, as sometime in the future
all configuration of the cards that isn't in ifconfig will be removed
with extreme prejustice.
|
|
|
|
|
|
|
|
|
|
|
| |
- Move APRATE switch() code to function for clarity.
- Conditionally call wi_printaplist() alone if more than one 'L'
is preset.
- Add the 'Q' flag to suppress printing of extraneous information
in wi_printaplist().
- Re-order second getopt() in main().
Reviewed by: imp
|
|
|
|
| |
a scan so the driver can use the best/right op for the card
|
|
|
|
| |
Reviewed by: imp
|
| |
|
|
|
|
| |
Approved by: re
|
| |
|
| |
|
|
|
|
|
| |
Submitted by: Gregory Bond <gnb@itga.com.au>
Pr: 40872
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
some of these need to be enabled for an extra verbose mode or
something):
o Try to print the dBm comms quality. This may or may not be available
for your card in your configuration.
o Print the PRI Id and STA Id. These are in the raw format, so might
be a little hard to read.
o Print CardID so that we can know exactly what kind of card the
user has (this is important if you download firmware to it).
o Regulatory domains are now printed for the card.
o Temp range is printed.
o If you define WI_EXTRA_INFO you get more garbage than is listed
here that you need the manual to decode.
o Channel list is now printed in hex for easier decoding. This has
lead to my discovery that my US symbol card supports channels 12-14
as well as 1-11, which is not allowed in the us/canada.
This ain't pretty, but it isn't horrible either.
|
|
|
|
| |
ANSI decl here. The old K&R one was copied from OpenBSD I think.
|
| |
|
| |
|
|
|
|
|
|
|
| |
Change -l -> -L to match OpenBSD (since we haven't MFC'd it yet).
-l will now list stations that are associated with a hostap (preliminary)
MFC After: 2 weeks
|
|
|
|
|
| |
which means that the valid range for the RTS threshold is 0-2347.
The default is definitely 2347.
|
|
|
|
|
|
| |
PR: 38605
Submitted by: KOIE Hidetaka <hide@koie.org>
MFC after: 1 week
|
|
|
|
| |
Submitted by: moses
|
|
|
|
|
| |
documented yet, the most interesting one is -l, which lists all the
access points available.
|
|
|
|
| |
Add const to usage function.
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
| |
Not much, but it is better than nothing as it discourages
the extremely lazy.
Please read the actual text (the last text was softer than the commit
message about it) before giving me feedback.
Also, in the last commit I also tagged the newly optional elements in
the command line as optional.
|
|
|
|
|
|
|
|
|
|
|
|
| |
WEP IS INSECURE. DO NOT USE IT.
and point people to details on the attack:
http://www.cs.rice.edu/~astubble/wep/wep_attack.html
and recommend people use ipsec instead if possible.
Approved by: kris
Mandoc police: Please do your worst. I'd like to merge similar text
into ancontrol and ifconfig.
|
|
|
|
|
| |
These are not perfectly in agreement with each other style-wise, but they
are orders of orders of magnitude more consistent style-wise than before.
|
| |
|
| |
|