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-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