tangled
alpha
login
or
join now
jcs.org
/
openbsd-src
0
fork
atom
jcs's openbsd hax
openbsd
0
fork
atom
overview
issues
pulls
pipelines
openbsd-src
/
sys
/
net80211
/
at
jcs
31 files
ieee80211.c
replace ieee80211_chan2mode() with ieee80211_node_abg_mode()
8 months ago
ieee80211.h
Fix a potential 6-byte stack buffer overrun in new qwx(3) 802.11n code.
8 months ago
ieee80211_amrr.c
Remove 11n support from AMRR. All 11n drivers switched to MiRA long ago.
7 years ago
ieee80211_amrr.h
constify
19 years ago
ieee80211_crypto.c
enable 802.11 AKM SHA256-PSK by default if the driver supports PMF
4 months ago
ieee80211_crypto.h
Add SAE AKMP to define support for SAE.
1 year ago
ieee80211_crypto_bip.c
M_LEADINGSPACE() and M_TRAILINGSPACE() are just wrappers for m_leadingspace() and m_trailingspace(). Convert all callers to call directly the functions and remove the defines. OK krw@, mpi@
7 years ago
ieee80211_crypto_ccmp.c
Fix CCMP replay check with 11n Rx aggregation and CCMP hardware offloading.
5 years ago
ieee80211_crypto_tkip.c
spelling
5 years ago
ieee80211_crypto_wep.c
M_LEADINGSPACE() and M_TRAILINGSPACE() are just wrappers for m_leadingspace() and m_trailingspace(). Convert all callers to call directly the functions and remove the defines. OK krw@, mpi@
7 years ago
ieee80211_input.c
Update ni_rssi only with good rxi_rssi in ieee80211_inputm()
2 months ago
ieee80211_ioctl.c
enable 802.11 AKM SHA256-PSK by default if the driver supports PMF
4 months ago
ieee80211_ioctl.h
Add SAE AKMP to define support for SAE.
1 year ago
ieee80211_node.c
fix iwx(4) issues related to roaming and PMF and firmware crypto keys
1 month ago
ieee80211_node.h
fix iwx(4) issues related to roaming and PMF and firmware crypto keys
1 month ago
ieee80211_output.c
announce PMF support only if the access point supports PMF
3 months ago
ieee80211_pae_input.c
set/clear the IEEE80211_NODE_{TX,RX}MGMTPROT node flags in appropriate places
4 months ago
ieee80211_pae_output.c
rename ETHERTYPE_PAE to ETHERTYPE_EAPOL.
4 years ago
ieee80211_priv.h
Add some initial HT bits (not enabled yet) based on 802.11n Draft 7.01: - implement A-MPDU frames buffering and reordering - implement A-MSDU decapsulation - process/send ADDBA Request, ADDBA Response and DELBA action frames - process Block Ack Request control frames (including MTBAR) - implement PBAC support (Protected Block Ack) - add some incomplete HT Capabilities and HT Operation IEs parsing
17 years ago
ieee80211_proto.c
set/clear the IEEE80211_NODE_{TX,RX}MGMTPROT node flags in appropriate places
4 months ago
ieee80211_proto.h
remove some unused functions ok stsp@
9 months ago
ieee80211_ra.c
Do not define RA_DEBUG; pointed out by miod@
4 years ago
ieee80211_ra.h
Add support for 40MHz channels to net80211 RA.
4 years ago
ieee80211_ra_vht.c
Fix a few bugs in the net80211 VHT rate adaptation code.
4 years ago
ieee80211_ra_vht.h
Add 11ac/VHT Tx rate adaptation support to net80211.
4 years ago
ieee80211_radiotap.h
sync ieee80211 channel flags over to radiotap
4 years ago
ieee80211_regdomain.c
No need to include <net/if_arp.h>
10 years ago
ieee80211_regdomain.h
Remove wireless turbo mode support. It is a non-standard extension which only worked with ath(4) devices from a decade ago. Diff tested on ath(4) hardware by me to verify that 11a/b modes still work. ok reyk deraadt chris sthen kettenis
10 years ago
ieee80211_rssadapt.c
unifdef some more INET. v4 4life.
11 years ago
ieee80211_rssadapt.h
Drop 3rd and 4th clauses from David Young's license.
15 years ago
ieee80211_var.h
update ieee80211_classify to RFC8325 and rate-limit high-prio QoS packets
3 months ago