Age | Commit message (Expand) | Author |
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 |
2002-03-28 | missing timeout add and del; some minor api change | Michael Shalayeff |
2002-03-28 | basic host-ap implementation, more work is needed; from Thomas Skibo <skibo@p... | Michael Shalayeff |