index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
dev
/
ic
/
if_wi_hostap.c
Age
Commit message (
Expand
)
Author
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