]> git.ipfire.org Git - thirdparty/hostap.git/history - src/drivers/driver_bsd.c
bsd: Fix a typo in error message
[thirdparty/hostap.git] / src / drivers / driver_bsd.c
2019-04-13  Ryo ONODERAbsd: Fix a typo in error message
2016-12-28  Jouni MalinenRemove trailing whitespace
2016-04-17  Roy Marplesbsd: Set level correctly for non FreeBSD systems
2016-03-22  Roy MarplesFind correct driver for interface additions/removals
2016-03-20  Roy MarplesBSD: Only down the interface once we are sure we can...
2016-02-05  Roy MarplesBSD: Zero ifindex on interface removal
2016-02-05  Roy MarplesBSD: Disable interface on down
2016-02-05  Roy MarplesBSD: Use correct ifindex from route messages
2016-02-05  Roy MarplesBSD: __FUNCTION__ -> __func__
2016-01-12  Roy Marplesbsd: Optimize socket use
2015-07-07  Jouni Malinendrivers: Use unsigned arguments for sta_set_flags()
2015-06-23  Jouni Malinenbsd: Remove redundant NULL check in bsd_init()
2015-01-10  Imre Vadaszbsd: Fix parsing of ieee80211req_scan_result on FreeBSD...
2014-12-26  Jouni MalinenClean up debug prints to use wpa_printf()
2014-02-03  Masashi Honmabsd: Fix hostapd compiler warning
2014-01-07  Jouni Malinenbsd: Fix NULL pointer dereference on error path
2014-01-07  Masashi Honmabsd: Prepare event buffer on init process
2013-12-31  Jouni MalinenGet rid of duplicated cipher suite and AKM definitions
2013-12-08  Masashi Honmabsd: Fix compilation error for NetBSD
2013-10-26  Jouni MalinenReplace remainining strncpy() uses with strlcpy()
2013-08-07  Rui Paulobsd: Add a commit routine
2013-08-07  Rui Paulobsd: Mark define sta_set_flags() only for hostapd
2013-08-07  Rui Paulobsd: Mark the interface down before opening the routing...
2013-08-07  Rui Paulobsd: Compute the RSSI level
2013-08-07  Rui Paulobsd: Set IEEE80211_KEY_NOREPLAY in IBSS/AHDEMO mode
2013-08-07  Rui Paulobsd: Skip SIOCSIFFFLAGS ioctl when there is no change.
2012-11-14  Jouni MalinenRemove unused disassociate() driver_ops
2012-08-13  Jouni MalinenConvert os_realloc() for an array to use os_realloc_array()
2012-06-30  Jouni MalinenUpdate license notification in files initially contribu...
2011-06-23  Zhu Yibsd: Fix set_key() sequence number endian issue
2011-04-14  Yi Zhubsd: Add support for setting HT values in IFM_MMASK
2011-04-12  Yi Zhubsd: Fix buffer size for routing socket with IPv6 disabled
2011-04-02  Felix Fietkaunl80211: Send EAPOL frames as QoS data frames for QoS...
2011-03-06  Shan PalanisamyIndicate assoc vs. reassoc in association event
2011-02-27  Masashi Honmabsd: Use correct size for routing socket
2011-01-09  Jouni MalinenUse set_key addr to distinguish default and multicast...
2011-01-09  Jouni MalinenUse more consistent set_key seq value when nothing...
2010-12-30  Yi Zhubsd: Fix receive buffer alignment issue
2010-12-30  Yi ZhuFix driver_bsd.c compile error
2010-05-23  Masashi Honmabsd: Use set_freq() API for AP mode wpa_supplicant
2010-03-10  Masashi HonmaNetBSD: Fix driver_bsd.c build
2010-03-07  Jouni MalinenRemove unnecessary ifname parameter to sta_set_flags...
2010-03-07  Jouni MalinenRemove unnecessary ifname parameter from hapd_get_ssid...
2010-03-07  Jouni MalinenRemove unnecessary ifname parameter from set_generic_el...
2010-03-07  Jouni MalinenRemove unneeded ifname parameter from set_privacy(...
2010-03-06  Felix Fietkauhostapd: add ifname to the sta_set_flags callback
2010-03-06  Kel Moddermanwpa_supplicant: fix FTBFS on Debian GNU/kFreeBSD
2010-03-06  Jouni Malinenbsd: Use os_strlcpy instead of strlcpy
2010-02-16  Masashi Honmabsd: Use device capability information
2010-02-13  Masashi Honmabsd: Aggregate ioctl routines
2010-02-13  Masashi HonmaFreeBSD: Add support for FreeBSD 8.0 STA/AP
2010-02-13  Masashi HonmaFreeBSD: Enable channel control
2010-02-13  Masashi Honmabsd: Unify wpa_driver_bsd_ops
2010-02-13  Masashi Honmabsd: Unify struct bsd_driver_data and struct wpa_driver...
2010-02-13  Masashi Honmabsd: Use same field name between hostapd and wpa_supplicant
2010-02-08  Jouni Malinendriver_bsd: Fix build without SIOCS80211CHANNEL
2010-02-08  Masashi Honmadriver_bsd.c: Enable AP mode wpa_supplicant
2010-02-08  Masashi Honmadriver_bsd: Clean up EAPOL frame transmission code
2010-02-08  Masashi Honmadriver_bsd.c: Reduce code duplication (setkey)
2010-02-08  Masashi Honmadriver_bsd.c: Reduce code duplication (ifflag)
2010-02-08  Masashi Honmadriver_bsd.c: Reduce code duplication (MLME)
2010-02-08  Masashi Honmadriver_bsd.c: Reduce code duplication (DELKEY)
2010-02-08  Masashi Honmabsd: Enable auto configuration
2010-02-08  Masashi Honmadriver_bsd.c: Use os_free() instead of free()
2010-01-16  Masashi Honmadriver_bsd.c: Clean up EAPOL frame transmission code
2010-01-09  Masashi HonmaFreeBSD: Fix driver_bsd.c build
2010-01-03  Jouni Malinenbsd: Fix a typo
2010-01-03  Jouni MalinenStandardize on a single definition of auth_alg bitfield...
2010-01-03  Jouni MalinenAdd drv_event_eapol_rx() helper
2010-01-03  Jouni MalinenUse generic driver event notification for AP mode assoc...
2010-01-03  Jouni MalinenUse driver event, EVENT_EAPOL_RX, for EAPOL frame indic...
2009-12-26  Jouni MalinenGet rid of unnecessary typedefs for enums.
2009-12-13  Jouni MalinenReplace hostapd_michael_mic_failure() with generic...
2009-12-13  Jouni MalinenMap STA flags into values defined in driver.h
2009-12-12  Jouni Malinendriver_bsd: Fix build after previous commit
2009-12-12  Jouni MalinenAdd more WPA/IEEE 802.1X parameters into set_ieee8021x...
2009-12-12  Jouni Malinendriver_bsd: Fix build (eapol_sm.h is not needed anymore)
2009-12-12  Jouni MalinenChange set_ieee8021x driver op to use parameters structure
2009-12-07  Masashi HonmaFix driver_bsd.c build
2009-11-29  Jouni MalinenRemove src/common from default header file path
2009-11-23  Jouni MalinenRemove deprecated scan and set_probe_req_ie driver_ops
2009-11-23  Jouni MalinenRemove deprecated driver_ops handlers
2009-11-23  Jouni MalinenMerge set_key and hapd_set_key driver_ops into a single...
2009-11-23  Jouni MalinenRemove unneeded set-MTU operation from drivers
2009-10-12  Masashi HonmaDragonFly BSD: Fix driver_bsd.c build
2009-05-29  Roy Marplesdriver_bsd.c: Use new MLME method of association.
2009-05-29  Roy Marplesdriver_bsd.c: Reduce code duplication between hostapd...
2009-05-29  Jouni Malinenbsd: Get rid of printf size_t warnings with 64-bit...
2009-05-21  Masashi Honmadriver_bsd.c: use get_scan_results2
2009-05-21  Masashi HonmaFix hostapd and wpa_supplicant comipilation on NetBSD...
2009-04-17  Jouni MalinenProvide own_addr buffer in hapd_init() parameters
2009-04-17  Jouni MalinenAdd own_addr as a parameter to sta_deauth() and sta_dis...
2009-04-09  Jouni MalinenMerge hostapd driver init functions into one
2009-04-09  Jouni MalinenMerge wpa_supplicant and hostapd driver wrapper impleme...
2009-03-21  Jouni MalinenFix driver_bsd.c build for FreeBSD
2009-02-08  Jeremy C. ReedAllow driver_bsd.c to be built for NetBSD
2008-02-28  Jouni MalinenRe-initialize hostapd/wpa_supplicant git repository...