summaryrefslogtreecommitdiff
path: root/sys/dev/wtap
AgeCommit message (Expand)Author
2025-05-23wtap(4): Clean up includesLi-Wen Hsu
2025-05-20wtap(4): Fix buildFarhan Khan
2025-02-26sys: convert ni->ni_txrate references use to the new net80211 APIAdrian Chadd
2024-04-21wtap: Fix typos in kernel messagesGordon Bergling
2023-12-01Revert "Widen EPOCH(9) usage in PCI WLAN drivers."Bjoern A. Zeeb
2023-08-16sys: Remove $FreeBSD$: two-line .h patternWarner Losh
2023-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
2022-08-15wtap: Implement IBSS mode on wtap(4)En-Wei Wu
2022-08-01wtap(4): Fix bug in wtap_node_write() and wtap_vap_create()En-Wei Wu
2022-07-09wtap(4): Rename interface nameEn-Wei Wu
2022-06-29Remove store-only variable and unnecessary bzero()En-Wei Wu
2020-09-07WiFi: fix ieee80211_media_change() callersBjoern A. Zeeb
2020-09-01wtap: clean up empty lines in .c and .h filesMateusz Guzik
2020-03-04Remove unused function.Gleb Smirnoff
2020-02-11Use NET_TASK_INIT() and NET_GROUPTASK_INIT() for drivers that processGleb Smirnoff
2020-01-30Widen EPOCH(9) usage in PCI WLAN drivers.Hans Petter Selasky
2019-03-11Fix ieee80211_radiotap(9) usage in wireless drivers:Andriy Voskoboinyk
2019-02-02sys/dev/wtap: Check return value from malloc(..., M_NOWAIT) andAndriy Voskoboinyk
2019-01-09Mechanical cleanup of epoch(9) usage in network stack.Gleb Smirnoff
2018-05-23UDP: further performance improvements on txMatt Macy
2017-11-27sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2016-05-02etc: minor spelling fixes.Pedro F. Giffuni
2015-12-13wtap: do not include <sys/types.h> when <sys/param.h> is already includedAndriy Voskoboinyk
2015-10-22wtap: remove some obsolete radiotap(9) codeAndriy Voskoboinyk
2015-10-03net80211: drop ieee80211_beacon_offsets parameter from ieee80211_beacon_alloc...Adrian Chadd
2015-09-22net80211: include one copy of struct ieee80211_beacon_offsets into ieee80211vapAdrian Chadd
2015-08-27Replay r286410. Change KPI of how device drivers that provide wirelessGleb Smirnoff
2015-08-08Revert the wifi ifnet changes until things are more baked and tested.Adrian Chadd
2015-08-07Change KPI of how device drivers that provide wireless connectivity interactGleb Smirnoff
2015-08-06Make it compilable. No idea if it works.Gleb Smirnoff
2015-05-25Change three methods in struct ieee80211com, namely ic_updateslot,Gleb Smirnoff
2015-05-25Set ic_softc in all 802.11 drivers. Not required right now, but will beGleb Smirnoff
2015-05-25Make net80211 drivers supply their device name to the net80211 layer, soGleb Smirnoff
2014-09-19Mechanically convert to if_inc_counter().Gleb Smirnoff
2012-12-18wtap should not set the IEEE80211_F_DATAPAD flag;Monthadar Al Jaberi
2012-12-18wtap fix malloc/free.Monthadar Al Jaberi
2012-12-18wtap should check if ieee80211_vap_setup fails.Monthadar Al Jaberi
2012-12-18wtap: fix clang warning.Monthadar Al Jaberi
2012-12-04Mechanically substitute flags from historic mbuf allocator withGleb Smirnoff
2012-08-27Don't grab an unreferenced pointer to the VAP bss node.Adrian Chadd
2012-07-31Fix wtap to not panic in wtap_beacon_intrp.Monthadar Al Jaberi
2012-03-19Remove this - it's not needed as it's defined in ieee80211_freebsd.h.Adrian Chadd
2012-03-14Correctly calculate the callout interval for beacon generation.Adrian Chadd
2012-03-10Enforce that wtap requires VIMAGE to be useful.Adrian Chadd
2012-02-16Add a module dependency on wlan.Adrian Chadd
2012-02-10Remove direct access to si_name.Ed Schouten
2012-01-11Introduce wtap, the beginnings of a net80211 wlan simulator.Adrian Chadd