| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
| |
associate to an ap operating with WPA/RSN but without a WPA/RSN ie
Notes:
svn path=/stable/6/; revision=173109
|
| |
|
|
| |
Notes:
svn path=/stable/6/; revision=173106
|
| |
|
|
|
|
|
|
| |
a reference to the node before starting the work, otherwise the
node may go away before a reference is made in ieee80211_send_mgmt.
Notes:
svn path=/stable/6/; revision=173105
|
| |
|
|
|
|
|
| |
Obtained from: netbsd
Notes:
svn path=/stable/6/; revision=168187
|
| |
|
|
|
|
|
| |
Obtained from: netbsd
Notes:
svn path=/stable/6/; revision=168184
|
| |
|
|
|
|
|
|
|
| |
operating as an ap
Obtained from: Atheros
Notes:
svn path=/stable/6/; revision=168182
|
| |
|
|
|
|
|
|
|
| |
these can be received when the interface is in promisc mode
Obtained from: netbsd
Notes:
svn path=/stable/6/; revision=168181
|
| |
|
|
| |
Notes:
svn path=/stable/6/; revision=168170
|
| |
|
|
|
|
|
|
| |
IEEE80211_DISCARD_MAC so they can be used within
net80211 but outside ieee80211_input.c
Notes:
svn path=/stable/6/; revision=168169
|
| |
|
|
| |
Notes:
svn path=/stable/6/; revision=168168
|
| |
|
|
|
|
|
|
|
| |
aren't supposed mix traffic but if they did frames might be mis-handled
Obtained from: Atheros
Notes:
svn path=/stable/6/; revision=168166
|
| |
|
|
|
|
|
| |
check for pure 11g mode so we can give meaningful diagnostic msgs
Notes:
svn path=/stable/6/; revision=168165
|
| |
|
|
|
|
|
| |
Obtained from: Atheros
Notes:
svn path=/stable/6/; revision=168164
|
| |
|
|
|
|
|
|
| |
frequency falls in the proper place, not when we're handed
a 1/2 or 1/4-rate channel
Notes:
svn path=/stable/6/; revision=168163
|
| |
|
|
|
|
|
|
| |
Coverity CID: 1082
Found with: Coverity Prevent(tm)
Notes:
svn path=/stable/6/; revision=168145
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
When dispatching frames saved on the power save queue to a
station exiting power save mode prepend them to the driver's
send q instead of appending them. This insures the packets
are not misordered wrt any packets already q'd for the station.
This corrects a problem noticed when using a VoIP phone talking
to an ath card in ap mode; the misordered packets caused noise.
Submitted by: "J.R. Oldroyd" <jr@opal.com>
Notes:
svn path=/stable/6/; revision=167758
|
| |
|
|
|
|
|
| |
Obtained from: Atheros
Notes:
svn path=/stable/6/; revision=167757
|
| |
|
|
|
|
|
| |
Submitted by: sephe
Notes:
svn path=/stable/6/; revision=167692
|
| |
|
|
|
|
|
|
| |
Submitted by: Sepherosa Ziehau (w/ modifications)
Obtained from: DragonFly
Notes:
svn path=/stable/6/; revision=167397
|
| |
|
|
|
|
|
|
| |
Submitted by: Sepherosa Ziehau
Obtained from: DragonFly
Notes:
svn path=/stable/6/; revision=167396
|
| |
|
|
| |
Notes:
svn path=/stable/6/; revision=167395
|
| |
|
|
|
|
|
|
|
| |
900MHz channel support
support for respecifying the channel set after attach
default rate sets
Notes:
svn path=/stable/6/; revision=166295
|
| |
|
|
| |
Notes:
svn path=/stable/6/; revision=166254
|
| |
|
|
| |
Notes:
svn path=/stable/6/; revision=166224
|
| |
|
|
|
|
|
|
| |
races with bpf(4). This includes shims to preserve the ABI for any old
modules. For more details see the commit log for 1.166 of sys/net/bpf.c.
Notes:
svn path=/stable/6/; revision=166110
|
| |
|
|
| |
Notes:
svn path=/stable/6/; revision=165141
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
o change rssi to be signed in ieee80211_nodestats
o add noise floor in ieee80211_nodestats (use an implicit hole to
preserve layout); return it as zero until we can update the api's
so the driver can provide noise floor data
o add a bandaid so IEEE80211_IOC_STA_STATS works for sta mode; when
all nodes are in the station table this will no longer be needed
o fix braino in IEEE80211_IOC_STA_INFO implementation; was supposed
to take a mac address and return info for that sta or all stations
if ff:ff:ff:ff:ff was supplied--but somehow this didn't get implemented;
implement the intended semantics and leave a compat shim at the old
ioctl number for the previous api
Note this changes the api for IEEE80211_IOC_STA_INFO but old binaries
will continue to work. FreeBSD_version bumped so apps can track the
change (no such applications are known to exist but just in case).
Notes:
svn path=/stable/6/; revision=161900
|
| |
|
|
| |
Notes:
svn path=/stable/6/; revision=161892
|
| |
|
|
| |
Notes:
svn path=/stable/6/; revision=161891
|
| |
|
|
| |
Notes:
svn path=/stable/6/; revision=161155
|
| |
|
|
| |
Notes:
svn path=/stable/6/; revision=161154
|
| |
|
|
|
|
|
| |
beacon miss threshold
Notes:
svn path=/stable/6/; revision=161149
|
| |
|
|
| |
Notes:
svn path=/stable/6/; revision=161148
|
| |
|
|
| |
Notes:
svn path=/stable/6/; revision=160224
|
| |
|
|
|
|
|
|
|
| |
Move conditional preprocessing out from the IEEE80211_DPRINTF macro
invocation. Per C99 6.10.3 paragraph 11 preprocessing directives
appearing as macro arguments yield undefined behavior.
Notes:
svn path=/stable/6/; revision=160223
|
| |
|
|
|
|
|
|
|
|
| |
Ensure outbound data packets in hostap mode are delivered only
to stations that are associated by making ieee80211_find_txnode
return NULL when a unicast frame is to be delivered to an
unassociated station.
Notes:
svn path=/stable/6/; revision=160222
|
| |
|
|
| |
Notes:
svn path=/stable/6/; revision=160221
|
| |
|
|
|
|
|
| |
Approved by: re (hrs)
Notes:
svn path=/stable/6/; revision=157435
|
| |
|
|
|
|
|
|
|
|
| |
mbuf chain; this corrects problems with drivers that rely on the
host to do crypto
Approved by: re (hrs)
Notes:
svn path=/stable/6/; revision=157063
|
| |
|
|
|
|
|
|
|
| |
in case packets are modified (e.g. encrypted)
Approved by: re (scottl)
Notes:
svn path=/stable/6/; revision=156724
|
| |
|
|
|
|
|
| |
Approved by: re (mux)
Notes:
svn path=/stable/6/; revision=156668
|
| |
|
|
|
|
|
| |
Approved by: re (mux)
Notes:
svn path=/stable/6/; revision=156667
|
| |
|
|
|
|
|
|
|
| |
802.11 traffic is seend; fixes problems with ap's hiding their ssid
Approved by: re (mux)
Notes:
svn path=/stable/6/; revision=156632
|
| |
|
|
|
|
|
| |
Approved by: re (scottl)
Notes:
svn path=/stable/6/; revision=156580
|
| |
|
|
|
|
|
| |
Approved by: re (scottl)
Notes:
svn path=/stable/6/; revision=156579
|
| |
|
|
|
|
|
| |
Approved by: re (scottl)
Notes:
svn path=/stable/6/; revision=156097
|
| |
|
|
|
|
|
|
|
| |
mean "delete the ie"
Approved by: re (scottl)
Notes:
svn path=/stable/6/; revision=155933
|
| |
|
|
|
|
|
| |
Approved by: re (scottl)
Notes:
svn path=/stable/6/; revision=155760
|
| |
|
|
|
|
|
| |
Approved by: re (scottl)
Notes:
svn path=/stable/6/; revision=155706
|
| |
|
|
|
|
|
|
| |
Reviewed by: scottl, dwhite, kensmith, avatar
Approved by: re
Notes:
svn path=/stable/6/; revision=155584
|