summaryrefslogtreecommitdiffstats
path: root/sys/dev/wi/wi_hostap.c
Commit message (Expand)AuthorAgeFilesLines
* Avoid casting pointers to int and using %x to print them.mike2003-01-051-4/+3
* Be consistent about functions being static.phk2002-10-161-1/+1
* Follow NetBSD's lead and use WI_PORTTYPE_HOSTAP instead of _AP, sinceimp2002-08-111-1/+1
* Send a disassoc packet for a STA that we don't know about that claims toimp2002-07-261-17/+14
* On REASREQ packets, handled them earlier in processing the associationimp2002-06-241-7/+11
* Fixed printf format errors which apparently crept in while -Wformat wasbde2002-05-251-2/+2
* Use splnet() when we need to block timeouts rather than splimp() sinceimp2002-05-161-10/+18
* BDE and I have had a chance to hash this out:imp2002-05-131-5/+5
* Try to use spls more correctlyimp2002-05-071-7/+10
* skibo tells me that that I didn't apply all of his last patch, andimp2002-04-301-1/+1
* splsoftnet is spelled splimp in FreeBSD rather than splnet. splimp isimp2002-04-291-1/+1
* Untimeout before calling timeout. I think that I have caught all the casesimp2002-04-291-3/+5
* This patch fixes my breakage of ssid matching. I introduced theimp2002-04-271-6/+6
* Make this driver compile for -stable also to prep for MFCimp2002-04-261-3/+8
* Move the new byte order function prototypes from <sys/param.h> tomike2002-04-261-0/+1
* Implement shared secret mode for hostap mode.imp2002-04-221-24/+86
* Merge from OpenBSD's fixes:imp2002-04-161-267/+269
* unifdef -DWI_HOSTAP, like OpenBSD doesimp2002-04-121-6/+0
* Integrate the hostap stuff that Thomas Skibo <skibo@packbell.net>imp2002-04-111-0/+1189
OpenPOWER on IntegriCloud