summaryrefslogtreecommitdiff
path: root/sys/net80211
AgeCommit message (Expand)Author
5 daysnet80211: fix arguments to IEEE80211_NOTE in ieee80211_fix_rateYichen Chai
9 daysnet80211: fix bpf tap leak on wlan(4) detachGleb Smirnoff
2025-12-15bpf: modularize ifnet(9) part of bpfGleb Smirnoff
2025-11-11net80211: create accessors for accessing the ieee80211_key key/mic dataAdrian Chadd
2025-10-13net80211: Use proper prototype for SYSINIT functionsZhenlei Huang
2025-10-07net80211: document some of the crypto/key functionsAdrian Chadd
2025-09-30wlanstat(8): Follow-ups after moving to /usr/sbin and renamingLi-Wen Hsu
2025-09-08net80211: add support for drivers to disable sending NULL data framesAdrian Chadd
2025-09-07[net80211] Quieten the logging from ieee80211_vht_get_vhtflags()Adrian Chadd
2025-09-01[net80211] clean up M_SEQNO_SET and M_SEQNO_GET() to always limit to the sequ...Adrian Chadd
2025-08-30net80211 / LinuxKPI: 802.11: revert / redo enum ieee80211_sta_rx_bwBjoern A. Zeeb
2025-08-24net80211: add support for sequence number offloadingAdrian Chadd
2025-07-16net80211: don't dereference a NULL HTINFO IE if it's presentedAdrian Chadd
2025-07-16net80211: fix VHT node setup in hostap modeAdrian Chadd
2025-07-08net80211: update ieee80211_output_seqno_assign() to 802.11-2020Adrian Chadd
2025-06-19net80211: in ieee80211_sta_join() only do_ht if HT is availBjoern A. Zeeb
2025-06-11machine/stdarg.h -> sys/stdarg.hBrooks Davis
2025-06-09net80211: LinuxKPI: migrate HE defines to net80211, put correct valuesBjoern A. Zeeb
2025-06-09net80211: LinuxKPI: migrate HE IE structs from LinuxKPI to net80211Bjoern A. Zeeb
2025-06-05net80211: add the beginning of the extfield information elements (IE ext)Bjoern A. Zeeb
2025-06-05net80211: update IE list for 802.11-2020Bjoern A. Zeeb
2025-06-05net80211: add more information elements (IEs) definitionsBjoern A. Zeeb
2025-06-03net80211: remove if_private.h from code that doesn't require itAdrian Chadd
2025-06-03net80211: convert ieee80211_mesh.c to not require if_private.hAdrian Chadd
2025-06-03net80211: migrate direct printf() to net80211_printf()Adrian Chadd
2025-06-03net80211: migrate if_printf() -> net80211_vap_printf()Adrian Chadd
2025-06-03net80211: create net80211_vap_printf() / net80211_ic_printf() for printingAdrian Chadd
2025-06-02net80211: fix TKIP trailer trimming w/ no rx parameters givenAdrian Chadd
2025-06-01net80211: fix VHT160 and VHT80P80 selection and enable in LinuxKPI 802.11Bjoern A. Zeeb
2025-05-28net80211: make sure to not start a BGSCAN if not enabledBjoern A. Zeeb
2025-05-25net80211: remove direct references to ifp->if_xnameAdrian Chadd
2025-05-25net80211: refactor out ifp->if_broadcastaddr into ieee80211_freebsd.cAdrian Chadd
2025-05-25net80211: migrate if_flags, if_drvflags out of most source filesAdrian Chadd
2025-05-25net80211: refactor the if_input call into ieee80211_vap_deliver_data()Adrian Chadd
2025-05-25net80211: move references to IF_LLADDR() into ieee80211_freebsd.cAdrian Chadd
2025-05-15net80211: refactor sequence number assignment codeAdrian Chadd
2025-05-12net80211: clean up the documentation for ieee80211_fragment()Adrian Chadd
2025-05-12net80211: document ieee80211_free_mbuf()Adrian Chadd
2025-05-06net80211: document the vap / device transmit paths, fragment node referencesAdrian Chadd
2025-05-05net80211: fix a race between ieee80211_sta_join and scan entriesBjoern A. Zeeb
2025-05-03net80211: fix ff_approx_txtime() to handle VHT ratesAdrian Chadd
2025-05-03net80211: fix VHT80/VHT160 transmit width checksAdrian Chadd
2025-05-03net80211: document where to find the HT TX width action frame.Adrian Chadd
2025-04-24net80211: validate control frame TA/RA before further processingAdrian Chadd
2025-04-22net80211: add IEEE80211_CONF_AMPDU_OFFLOAD for AMPDU[-TX] offloadBjoern A. Zeeb
2025-04-22net80211; LinuxKPI 802.11: introduce IEEE80211_RX_F_ICV_STRIPBjoern A. Zeeb
2025-04-11net80211: fix IEEE80211_VFHT_BITS after 160 nd 80P80 got swappedBjoern A. Zeeb
2025-04-11net80211: fill in missing flags to IEEE80211_NODE_BITSBjoern A. Zeeb
2025-04-07net80211: fail setting a key if the cipher isn't HW/SW supportedAdrian Chadd
2025-04-07net80211: refactor out the AAD init code shared between GCMP and CCMPAdrian Chadd