summaryrefslogtreecommitdiff
path: root/sys/dev/ic/if_wi_hostap.c
AgeCommit message (Expand)Author
2005-01-04If we get a vendor private tlv when we are expecting a challenge,Todd C. Miller
2004-11-23replace old net/if_ieee80211.h header with the net80211 ones, kernel part.Federico G. Schwindt
2004-03-15Changes to wihap_auth_req():Todd C. Miller
2004-03-02Make HostAP work Prism cards with newer firmware (1.7.0 and higher).Todd C. Miller
2003-09-21sync with netbsd defines. no functional changes.Federico G. Schwindt
2003-08-15change arguments to suser. suser now takes the process, and a flagsTed Unangst
2003-05-16Use 16bit alignment in addr_cmp() (not 32bit) so this has a chanceTodd C. Miller
2003-02-15Increase xfer rates buffer from 8 to 12 bytes. This allows 802.11gTodd C. Miller
2003-01-21Use a 2-level timeout for hostap. Instead of of sending a stationTodd C. Miller
2003-01-21Stub out hostap bits #ifdef SMALL_KERNEL to free up space on theTodd C. Miller
2003-01-14In wihap_shutdown() use a broadcast for disassoc and deauth packetsTodd C. Miller
2002-08-13change WI_PORTTYPE_AP -> WI_PORTTYPE_HOSTAP to match FreeBSD and NetBSD.Todd C. Miller
2002-06-25Handle REASREQ packets earlier when processing an associationTodd C. Miller
2002-06-23If we receive a packet with our BSSID from an unassociated station,Todd C. Miller
2002-06-21Add some missing casts of sc->wi_txbuf -> caddr_tTodd C. Miller
2002-06-09a step towards consistancy; in general:Todd T. Fries
2002-04-26Implement shared key support for hostap mode; from Thomas SkiboTodd C. Miller
2002-04-23Clear flags indicating whether or not wi or hostap is active asTodd C. Miller
2002-04-15Remove bogus casts to int in printf that causes a warning on 64bit arches.Todd C. Miller
2002-04-11o Check supported speeds before examing capabiltiesTodd C. Miller
2002-04-08two missing splx()sMichael Shalayeff
2002-04-08make hostap work on other-endian machines; tested by drahn@Michael Shalayeff
2002-04-07Don't reset COR in wi_reset(), break it out into its own function andTodd C. Miller
2002-04-01freem mbuf on input pkt check failureMichael Shalayeff
2002-04-01killed a char accidentallyMichael Shalayeff
2002-04-01need to splsoftclock here too, i think i've got 'em all nowMichael Shalayeff
2002-03-30kill lots of space and insert some more for knfMichael Shalayeff
2002-03-29i_nwid is not a NUL-terminated string, it is length bounded.Todd C. Miller
2002-03-28put the protos and spls in placeMichael Shalayeff
2002-03-28missing timeout add and del; some minor api changeMichael Shalayeff
2002-03-28basic host-ap implementation, more work is needed; from Thomas Skibo <skibo@p...Michael Shalayeff