aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/wtap/if_wtap.c
Commit message (Expand)AuthorAgeFilesLines
* wtap: Fix typos in kernel messagesGordon Bergling2024-04-211-1/+1
* Revert "Widen EPOCH(9) usage in PCI WLAN drivers."Bjoern A. Zeeb2023-12-011-4/+1
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-161-2/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-121-1/+1
* wtap: Implement IBSS mode on wtap(4)En-Wei Wu2022-08-151-4/+74
* wtap(4): Fix bug in wtap_node_write() and wtap_vap_create()En-Wei Wu2022-08-011-14/+5
* Remove store-only variable and unnecessary bzero()En-Wei Wu2022-06-291-3/+2
* WiFi: fix ieee80211_media_change() callersBjoern A. Zeeb2020-09-071-12/+2
* Remove unused function.Gleb Smirnoff2020-03-041-38/+0
* Use NET_TASK_INIT() and NET_GROUPTASK_INIT() for drivers that processGleb Smirnoff2020-02-111-1/+1
* Widen EPOCH(9) usage in PCI WLAN drivers.Hans Petter Selasky2020-01-301-1/+7
* sys/dev/wtap: Check return value from malloc(..., M_NOWAIT) andAndriy Voskoboinyk2019-02-021-1/+3
* Mechanical cleanup of epoch(9) usage in network stack.Gleb Smirnoff2019-01-091-2/+3
* UDP: further performance improvements on txMatt Macy2018-05-231-1/+1
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* etc: minor spelling fixes.Pedro F. Giffuni2016-05-021-1/+1
* wtap: remove some obsolete radiotap(9) codeAndriy Voskoboinyk2015-10-221-6/+0
* net80211: drop ieee80211_beacon_offsets parameter from ieee80211_beacon_alloc...Adrian Chadd2015-10-031-2/+2
* net80211: include one copy of struct ieee80211_beacon_offsets into ieee80211vapAdrian Chadd2015-09-221-3/+3
* Replay r286410. Change KPI of how device drivers that provide wirelessGleb Smirnoff2015-08-271-203/+28
* Revert the wifi ifnet changes until things are more baked and tested.Adrian Chadd2015-08-081-28/+203
* Change KPI of how device drivers that provide wireless connectivity interactGleb Smirnoff2015-08-071-203/+28
* Make it compilable. No idea if it works.Gleb Smirnoff2015-08-061-2/+2
* Change three methods in struct ieee80211com, namely ic_updateslot,Gleb Smirnoff2015-05-251-5/+2
* Set ic_softc in all 802.11 drivers. Not required right now, but will beGleb Smirnoff2015-05-251-0/+1
* Make net80211 drivers supply their device name to the net80211 layer, soGleb Smirnoff2015-05-251-0/+1
* Mechanically convert to if_inc_counter().Gleb Smirnoff2014-09-191-5/+5
* wtap should not set the IEEE80211_F_DATAPAD flag;Monthadar Al Jaberi2012-12-181-5/+1
* wtap fix malloc/free.Monthadar Al Jaberi2012-12-181-4/+5
* wtap should check if ieee80211_vap_setup fails.Monthadar Al Jaberi2012-12-181-0/+4
* wtap: fix clang warning.Monthadar Al Jaberi2012-12-181-1/+1
* Mechanically substitute flags from historic mbuf allocator withGleb Smirnoff2012-12-041-2/+2
* Don't grab an unreferenced pointer to the VAP bss node.Adrian Chadd2012-08-271-3/+9
* Fix wtap to not panic in wtap_beacon_intrp.Monthadar Al Jaberi2012-07-311-2/+6
* Remove this - it's not needed as it's defined in ieee80211_freebsd.h.Adrian Chadd2012-03-191-4/+0
* Correctly calculate the callout interval for beacon generation.Adrian Chadd2012-03-141-1/+5
* Enforce that wtap requires VIMAGE to be useful.Adrian Chadd2012-03-101-0/+7
* Remove direct access to si_name.Ed Schouten2012-02-101-2/+2
* Introduce wtap, the beginnings of a net80211 wlan simulator.Adrian Chadd2012-01-111-0/+904