aboutsummaryrefslogtreecommitdiffstats
path: root/src/drivers/driver_bsd.c
Commit message (Expand)AuthorAgeFilesLines
* Update license notification in files initially contributed by SamJouni Malinen2012-06-301-8/+2
* bsd: Fix set_key() sequence number endian issueZhu Yi2011-06-231-1/+13
* bsd: Add support for setting HT values in IFM_MMASKYi Zhu2011-04-141-5/+14
* bsd: Fix buffer size for routing socket with IPv6 disabledYi Zhu2011-04-121-7/+3
* nl80211: Send EAPOL frames as QoS data frames for QoS aware clientsFelix Fietkau2011-04-021-1/+1
* Indicate assoc vs. reassoc in association eventShan Palanisamy2011-03-061-1/+1
* bsd: Use correct size for routing socketMasashi Honma2011-02-271-12/+57
* Use set_key addr to distinguish default and multicast keysJouni Malinen2011-01-091-5/+2
* Use more consistent set_key seq value when nothing is being setJouni Malinen2011-01-091-1/+2
* bsd: Fix receive buffer alignment issueYi Zhu2010-12-301-2/+2
* Fix driver_bsd.c compile errorYi Zhu2010-12-301-0/+1
* bsd: Use set_freq() API for AP mode wpa_supplicantMasashi Honma2010-05-231-22/+4
* NetBSD: Fix driver_bsd.c buildMasashi Honma2010-03-101-2/+2
* Remove unnecessary ifname parameter to sta_set_flags() driver opJouni Malinen2010-03-071-1/+1
* Remove unnecessary ifname parameter from hapd_get_ssid/hapd_set_ssidJouni Malinen2010-03-071-2/+2
* Remove unnecessary ifname parameter from set_generic_elem() driver opJouni Malinen2010-03-071-2/+2
* Remove unneeded ifname parameter from set_privacy() driver opJouni Malinen2010-03-071-1/+1
* hostapd: add ifname to the sta_set_flags callbackFelix Fietkau2010-03-061-2/+2
* wpa_supplicant: fix FTBFS on Debian GNU/kFreeBSDKel Modderman2010-03-061-2/+5
* bsd: Use os_strlcpy instead of strlcpyJouni Malinen2010-03-061-4/+4
* bsd: Use device capability informationMasashi Honma2010-02-161-5/+57
* bsd: Aggregate ioctl routinesMasashi Honma2010-02-131-58/+29
* FreeBSD: Add support for FreeBSD 8.0 STA/APMasashi Honma2010-02-131-23/+69
* FreeBSD: Enable channel controlMasashi Honma2010-02-131-5/+5
* bsd: Unify wpa_driver_bsd_opsMasashi Honma2010-02-131-324/+145
* bsd: Unify struct bsd_driver_data and struct wpa_driver_bsd_dataMasashi Honma2010-02-131-63/+45
* bsd: Use same field name between hostapd and wpa_supplicantMasashi Honma2010-02-131-54/+36
* driver_bsd: Fix build without SIOCS80211CHANNELJouni Malinen2010-02-081-0/+6
* driver_bsd.c: Enable AP mode wpa_supplicantMasashi Honma2010-02-081-163/+348
* driver_bsd: Clean up EAPOL frame transmission codeMasashi Honma2010-02-081-33/+5
* driver_bsd.c: Reduce code duplication (setkey)Masashi Honma2010-02-081-113/+75
* driver_bsd.c: Reduce code duplication (ifflag)Masashi Honma2010-02-081-67/+41
* driver_bsd.c: Reduce code duplication (MLME)Masashi Honma2010-02-081-41/+25
* driver_bsd.c: Reduce code duplication (DELKEY)Masashi Honma2010-02-081-45/+25
* bsd: Enable auto configurationMasashi Honma2010-02-081-0/+91
* driver_bsd.c: Use os_free() instead of free()Masashi Honma2010-02-081-2/+2
* driver_bsd.c: Clean up EAPOL frame transmission codeMasashi Honma2010-01-161-15/+11
* FreeBSD: Fix driver_bsd.c buildMasashi Honma2010-01-091-1/+5
* bsd: Fix a typoJouni Malinen2010-01-031-1/+1
* Standardize on a single definition of auth_alg bitfield valuesJouni Malinen2010-01-031-3/+3
* Add drv_event_eapol_rx() helperJouni Malinen2010-01-031-6/+2
* Use generic driver event notification for AP mode assoc/disassocJouni Malinen2010-01-031-3/+3
* Use driver event, EVENT_EAPOL_RX, for EAPOL frame indicationJouni Malinen2010-01-031-3/+6
* Get rid of unnecessary typedefs for enums.Jouni Malinen2009-12-261-2/+2
* Replace hostapd_michael_mic_failure() with generic driver eventJouni Malinen2009-12-131-2/+6
* Map STA flags into values defined in driver.hJouni Malinen2009-12-131-3/+2
* driver_bsd: Fix build after previous commitJouni Malinen2009-12-121-1/+1
* Add more WPA/IEEE 802.1X parameters into set_ieee8021x() driver opJouni Malinen2009-12-121-30/+24
* driver_bsd: Fix build (eapol_sm.h is not needed anymore)Jouni Malinen2009-12-121-1/+0
* Change set_ieee8021x driver op to use parameters structureJouni Malinen2009-12-121-1/+2