Age | Commit message (Expand) | Author |
2018-02-19 | Remove almost unused `flags' argument of suser(). | Martin Pieuchot |
2015-11-24 | You only need <net/if_dl.h> if you're using LLADDR() or a sockaddr_dl. | Martin Pieuchot |
2015-11-24 | No need to include <net/if_arp.h> | Martin Pieuchot |
2015-11-24 | The only network driver needing <net/if_types.h> is upl(4) for IFT_OTHER. | Martin Pieuchot |
2015-11-04 | use if_enqueue() rather than doing a poor inline version of it. | David Gwynne |
2014-11-18 | move arc4random prototype to systm.h. more appropriate for most code | Ted Unangst |
2014-09-14 | remove uneeded proc.h includes | Jonathan Gray |
2014-09-13 | Replace all queue *_END macro calls except CIRCLEQ_END with NULL. | Doug Hogan |
2014-07-22 | Fewer <netinet/in_systm.h> | Martin Pieuchot |
2014-07-12 | add a size argument to free. will be used soon, but for now default to 0. | Ted Unangst |
2013-08-07 | Most network drivers include netinet/in_var.h, but apparently they | Alexander Bluhm |
2008-10-15 | Second pass of simple timeout_add -> timeout_add_sec conversions | Bret Lambert |
2007-10-09 | MALLOC -> malloc | Gilles Chehade |
2007-10-06 | Oops. Forgot to do FREE -> free when I did MALLOC -> malloc. | Kenneth R Westerback |
2007-10-03 | MALLOC+bzero -> malloc+M_ZERO. | Kenneth R Westerback |
2006-11-26 | avoid extra inclusions; ok jsg | Theo de Raadt |
2006-07-01 | always report the channel as type 802.11b (IEEE802_CHAN_B) in the | Reyk Floeter |
2006-06-27 | add some more net80211 compatibility glue: | Reyk Floeter |
2006-04-20 | Fix various printf() issues: too many arguments, not enough arguments, argument | Miod Vallat |
2005-12-03 | splimp -> splnet | Brad Smith |
2005-10-31 | Move from arpcom to ieee80211com in wi softc. This will be | Jonathan Gray |
2005-01-04 | If we get a vendor private tlv when we are expecting a challenge, | Todd C. Miller |
2004-11-23 | replace old net/if_ieee80211.h header with the net80211 ones, kernel part. | Federico G. Schwindt |
2004-03-15 | Changes to wihap_auth_req(): | Todd C. Miller |
2004-03-02 | Make HostAP work Prism cards with newer firmware (1.7.0 and higher). | Todd C. Miller |
2003-09-21 | sync with netbsd defines. no functional changes. | Federico G. Schwindt |
2003-08-15 | change arguments to suser. suser now takes the process, and a flags | Ted Unangst |
2003-05-16 | Use 16bit alignment in addr_cmp() (not 32bit) so this has a chance | Todd C. Miller |
2003-02-15 | Increase xfer rates buffer from 8 to 12 bytes. This allows 802.11g | Todd C. Miller |
2003-01-21 | Use a 2-level timeout for hostap. Instead of of sending a station | Todd C. Miller |
2003-01-21 | Stub out hostap bits #ifdef SMALL_KERNEL to free up space on the | Todd C. Miller |
2003-01-14 | In wihap_shutdown() use a broadcast for disassoc and deauth packets | Todd C. Miller |
2002-08-13 | change WI_PORTTYPE_AP -> WI_PORTTYPE_HOSTAP to match FreeBSD and NetBSD. | Todd C. Miller |
2002-06-25 | Handle REASREQ packets earlier when processing an association | Todd C. Miller |
2002-06-23 | If we receive a packet with our BSSID from an unassociated station, | Todd C. Miller |
2002-06-21 | Add some missing casts of sc->wi_txbuf -> caddr_t | Todd C. Miller |
2002-06-09 | a step towards consistancy; in general: | Todd T. Fries |
2002-04-26 | Implement shared key support for hostap mode; from Thomas Skibo | Todd C. Miller |
2002-04-23 | Clear flags indicating whether or not wi or hostap is active as | Todd C. Miller |
2002-04-15 | Remove bogus casts to int in printf that causes a warning on 64bit arches. | Todd C. Miller |
2002-04-11 | o Check supported speeds before examing capabilties | Todd C. Miller |
2002-04-08 | two missing splx()s | Michael Shalayeff |
2002-04-08 | make hostap work on other-endian machines; tested by drahn@ | Michael Shalayeff |
2002-04-07 | Don't reset COR in wi_reset(), break it out into its own function and | Todd C. Miller |
2002-04-01 | freem mbuf on input pkt check failure | Michael Shalayeff |
2002-04-01 | killed a char accidentally | Michael Shalayeff |
2002-04-01 | need to splsoftclock here too, i think i've got 'em all now | Michael Shalayeff |
2002-03-30 | kill lots of space and insert some more for knf | Michael Shalayeff |
2002-03-29 | i_nwid is not a NUL-terminated string, it is length bounded. | Todd C. Miller |
2002-03-28 | put the protos and spls in place | Michael Shalayeff |