Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix build on bigendian archs. | bschmidt | 2010-12-19 | 1 | -0/+1 |
| | |||||
* | Unbreak hostapd. This code has been explicitly removed in upstream versions. | bschmidt | 2010-12-18 | 1 | -33/+4 |
| | |||||
* | Fix some whitespace nits. | bschmidt | 2010-12-18 | 1 | -22/+22 |
| | |||||
* | Change order in wpa_driver_bsd_ops to match upstream code. Add description | bschmidt | 2010-12-18 | 1 | -6/+7 |
| | | | | while here. | ||||
* | Add a comment explaining the undefs, while here remove one which is not | bschmidt | 2010-12-18 | 1 | -1/+4 |
| | | | | required. | ||||
* | Rename bsd_set_iface_flags to bsd_ctrl_iface and change arguments to match | bschmidt | 2010-12-18 | 1 | -15/+27 |
| | | | | upstream. For the same reason rewrite bsd_get_seqnum. | ||||
* | Import bsd_configure_wpa() to sync with upstream code. | bschmidt | 2010-12-18 | 1 | -1/+12 |
| | |||||
* | Prefer os_memset, os_strlcpy and os_free. While here adjust the return | bschmidt | 2010-12-18 | 1 | -13/+13 |
| | | | | | value checks for 2 ioctl calls and rewrite error handling in bsd_init to better integrate with upstream code. | ||||
* | Remove some unused variables and unnecessary casts. | bschmidt | 2010-12-18 | 1 | -23/+12 |
| | |||||
* | Remove debug messages which are no longer present in upstream code. While | bschmidt | 2010-12-18 | 1 | -10/+4 |
| | | | | here remove some explicit line breaks. | ||||
* | Rename iface to ifname to match the upstream code. | bschmidt | 2010-12-18 | 1 | -8/+9 |
| | |||||
* | Rename ioctl_sock to just sock to match the upstream code. While here | bschmidt | 2010-12-18 | 1 | -15/+12 |
| | | | | remove the no longer used wext_sock and bsd_driver_ops variables. | ||||
* | Move some functions around to match the upstream order. | bschmidt | 2010-12-18 | 1 | -208/+206 |
| | |||||
* | Add bsd_send_mlme_param to aggregate IEEE80211_IOC_MLME ioctls: | bschmidt | 2010-12-18 | 1 | -40/+25 |
| | | | | | | - merge bsd_set_sta_authorized and bsd_sta_set_flags - change bsd_set_sta_authorized, bsd_sta_deauth and bsd_sta_disassoc to use bsd_send_mlme_param | ||||
* | Change bsd_del_key() to match upstream code: | bschmidt | 2010-12-18 | 1 | -11/+9 |
| | | | | | | | - change order of if/else - move wpa_printf() into the condition - change unsigned char* to u8* - prefer os_memset/os_memcpy | ||||
* | Aggregate SIOCS80211 and SIOCG80211 ioctl request code. While here, bring | bschmidt | 2010-12-18 | 1 | -43/+40 |
| | | | | the wpa_printf()/perror() messages in sync with upstream code. | ||||
* | Adapt for wpa_supplicant / hostapd 0.7.3. | rpaulo | 2010-11-03 | 2 | -236/+170 |
| | |||||
* | Update for hostapd & wpa_supplicant 0.6.10. | rpaulo | 2010-06-14 | 1 | -1/+1 |
| | |||||
* | fix Jouni's email address | sam | 2009-07-12 | 2 | -2/+2 |
| | | | | Approved by: re (blanket) | ||||
* | Do not force the mtu to 2290; this was done to insure large EAPOL frames | sam | 2009-06-05 | 1 | -12/+0 |
| | | | | | | | | | could be handled w/o fragmentation but clobbers user-specified values such as those required when the interface is bridged. Submitted by: jim@netgate.com Reviewed by: Jouni Malinen MFC after: 3 days | ||||
* | update to 0.6.8 | sam | 2009-03-02 | 2 | -79/+53 |
| | | | | Reviewed by: thompsa | ||||
* | o update for vaps | sam | 2008-04-20 | 2 | -112/+160 |
| | | | | | | | o add+enable radius acl support Supported by: Hobnob Submitted by: Chris Zimmermann (acl support) | ||||
* | install hostapd.conf and related files for folks that don't have source | sam | 2007-11-10 | 1 | -0/+5 |
| | | | | MFC after: 1 week | ||||
* | Document the '-P pidfile' command line argument. | simon | 2007-10-26 | 1 | -1/+5 |
| | | | | | | PR: docs/116658 Submitted by: Henrik Brix Andersen <henrik@brixandersen.dk> MFC after: 3 days | ||||
* | o enable use of EAP methods w/o modification to the base system; use | sam | 2007-09-25 | 1 | -5/+83 |
| | | | | | | | | | | WPA_SUPPLICANT_CFLAGS, etc. (consult the Makefile's for details) o enable ipv6 support in hostapd (for communication w/ a radius backend) PR: bin/116164 Submitted by: "Scot Hetzel" <swhetzel@gmail.com> Approved by: re (gnn) MFC after: 2 weeks | ||||
* | update for 0.5.8 import | sam | 2007-07-09 | 2 | -74/+78 |
| | | | | Approved by: re (hrs) | ||||
* | Markup fixes. | ru | 2006-09-29 | 1 | -3/+4 |
| | |||||
* | incorporate Rui Paulo's work | sam | 2006-09-02 | 1 | -2/+156 |
| | | | | Obtained from: netbsd | ||||
* | avoid null ptr deref | sam | 2006-05-27 | 1 | -5/+6 |
| | | | | Obtained from: netbsd | ||||
* | correct static array overrun | sam | 2006-05-27 | 1 | -1/+1 |
| | | | | Obtained from: netbsd | ||||
* | update for v0.4.8 import of wpa_supplicant and hostapd | sam | 2006-03-07 | 1 | -7/+37 |
| | | | | MFC after: 2 weeks | ||||
* | explicitly set IEEE80211_KEY_GROUP instead of depending on kernel kludge | sam | 2005-07-05 | 1 | -1/+1 |
| | | | | | Reviewed by: avatar Approved by: re (scottl) | ||||
* | Tidy up the markup (fixing some nearby content bugs). | ru | 2005-06-27 | 2 | -23/+38 |
| | | | | | Timeout from: sam Approved by: re (blanket manpages) | ||||
* | o move hostapd to section 8 | sam | 2005-06-17 | 3 | -2/+54 |
| | | | | | | o add placeholder for hostapd.conf Approved by: re (blanket wpa) | ||||
* | freebsd pieces of hostapd support | sam | 2005-06-06 | 3 | -0/+1013 |