aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/wtap
Commit message (Expand)AuthorAgeFilesLines
* Replay r286410. Change KPI of how device drivers that provide wirelessGleb Smirnoff2015-08-272-208/+29
* Revert the wifi ifnet changes until things are more baked and tested.Adrian Chadd2015-08-082-29/+208
* Change KPI of how device drivers that provide wireless connectivity interactGleb Smirnoff2015-08-072-208/+29
* Make it compilable. No idea if it works.Gleb Smirnoff2015-08-062-3/+3
* 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-253-0/+4
* 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-042-3/+3
* 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
* Add a module dependency on wlan.Adrian Chadd2012-02-161-0/+1
* Remove direct access to si_name.Ed Schouten2012-02-101-2/+2
* Introduce wtap, the beginnings of a net80211 wlan simulator.Adrian Chadd2012-01-1113-0/+2339