dbus: Fix a NULL pointer dereference on error path
[libeap.git] / src / drivers /
2009-11-10 Jouni Malinendriver_prism54: Use os_zalloc instead of malloc to...
2009-11-05 Jouni MalinenFix MCS set field to be based on driver info
2009-11-04 Jouni MalinenWork around some gcc 4.4 strict-aliasing warnings
2009-10-12 Masashi HonmaDragonFly BSD: Fix driver_bsd.c build
2009-10-12 Jouni Malinennl80211: Work around mac80211 limitation on (re)auth...
2009-10-01 Jouni Malinennl80211: Add parsing of NL80211_BSS_SEEN_MS_AGO into...
2009-10-01 Jouni Malinennl80211: Recognize NL80211_CMD_TRIGGER_SCAN events
2009-09-30 Author: Johannes... nl80211: Fix a typo in set_sta_vlan()
2009-09-28 Masashi HonmaDragonFly BSD: Fix wired IEEE 802.1X
2009-09-26 Masashi HonmaMac OS X: Fix wired IEEE 802.1X
2009-09-15 Jouni Malinennl80211: Use defines for NL80211_KEY_CIPHER values
2009-09-15 Jouni MalinenRevert "nl80211: Share the same routine for NL80211_ATT...
2009-09-15 Jouni Malinennl80211: Share the same routine for NL80211_ATTR_KEY_CI...
2009-09-15 Johannes Bergdriver_nl80211: Fix MLME key settings for static WEP
2009-09-11 Jouni MalinenFix driver_test for hostapd
2009-09-10 Jouni Malinendriver_test: Update BSS data when using wpa_supplicant...
2009-09-10 Jouni Malinendriver_test: Implement set_mode for wpa_supplicant...
2009-09-10 Jouni Malinendriver_test: Preliminary support for wpa_supplicant...
2009-09-10 Jouni Malinendriver_test: Share the same deinit() for hostapd and...
2009-09-10 Jouni Malinendriver_test: Merge socket_dir into test_dir
2009-09-10 Jouni Malinendriver_test: Some additional merging of send_mlme
2009-09-10 Jouni Malinendriver_test: Claim AP mode capability for wpa_supplicant
2009-09-10 Jouni Malinendriver_test: Build most of code in unconditionally
2009-09-10 Jouni Malinendriver_test: Merge wpa_supplicant and hostapd data...
2009-09-04 Jouni Malinennl80211: Ignore connect/roam/disconnect events when...
2009-09-03 Zhu Yinl80211: Connect API support
2009-09-03 Zhu Yinl80211: Add connect/disconnect event processing
2009-09-03 Zhu Yinl80211: Check whether the driver support separate...
2009-09-03 Zhu Yinl80211: Use defines for cipher suite selectors
2009-08-26 Masashi HonmaOpenBSD: wired IEEE 802.1X for OpenBSD
2009-08-26 Witold SowaFix a bug with ap_rx_from_unknown_sta() recursion
2009-08-26 Jouni Malinennl80211: Use two sockets to avoid mixing command replie...
2009-08-15 Masashi HonmaNetBSD: Fix wired IEEE 802.1X problem
2009-08-14 Jouni MalinenForce rebuilding of src/drivers between hostapd and...
2009-08-14 Johannes BergCreate a common drivers makefile snippet
2009-07-26 Johannes Bergnl80211: Fix WEP key configuration
2009-07-26 Johannes Berghostapd: fix auth encryption
2009-07-25 Jon LoeligerAllow wpa_supplicant to use libnl-2.0
2009-06-29 Jouni MalinenAdd root .gitignore file to cleanup ignore lists
2009-06-12 Jouni MalinenReplace hostapd_wps_probe_req_rx() with more generic...
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-29 Karl Hiramotohostapd: nl80211 retry creating a interface if it fails...
2009-05-27 Dan Williamswext: disconnect at init and deinit
2009-05-27 Dan Williamswext: Fix deauthentication to do IW_MLME_DEAUTH prior...
2009-05-27 Dan Williamswext: don't force-disconnect in ad-hoc mode
2009-05-21 Masashi Honmadriver_bsd.c: use get_scan_results2
2009-05-21 Masashi HonmaFix hostapd and wpa_supplicant comipilation on NetBSD...
2009-05-14 Jouni Malinennl80211: Add support for IEEE 802.1X port control in...
2009-05-14 Jouni Malinennl80211: Add support for NL80211_ATTR_STA_FLAGS2
2009-05-12 Jouni Malinennl80211: Add MFP flag configuration for station mode
2009-04-26 Jouke WitteveenGeneral revision of RoboSwitch driver
2009-04-23 Jouni MalinenAdd handling of SME auth/assoc timeout events
2009-04-22 Jouni MalinenRemove unused set_broadcast_ssid() driver op
2009-04-22 Jouni MalinenRemove the unused set_ieee80211d driver op
2009-04-22 Jouni MalinenAdd new wpa_supplicant driver op for setting 802.1X...
2009-04-21 Jouni Malinennl80211: Replace WEXT code for RTS/fragmentation threshold
2009-04-21 Jouni MalinenRemove unused set_retry() driver op
2009-04-20 Jouni Malinenwpa_supplicant AP: Add sta_set_flags
2009-04-20 Jouni Malinenwpa_supplicant AP: Add EAPOL frame TX and RX
2009-04-20 Jouni Malinennl80211: Mark state disassociated on local deauth/disassoc
2009-04-17 Jouni Malinenwpa_supplicant AP: add sta_add() and sta_remove()
2009-04-17 Jouni Malinennl80211: Add/remove monitor interface dynamically based...
2009-04-17 Jouni Malinennl80211: Delete Beacon information on deinit in wpa_sup...
2009-04-17 Jouni MalinenUse C99 designated initializers to cleanup driver_ops...
2009-04-17 Jouni Malinenhostapd: Remove unused passive scan functionality
2009-04-17 Jouni Malinennl80211: Use ifndef hostapd to reduce binary size
2009-04-17 Jouni Malinennl80211: Fix secondary BSS ifindex
2009-04-17 Jouni MalinenMove more multi-BSSID processing into drv_callbacks.c
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-17 Jouni Malinennl80211: Fix wpa_supplicant build
2009-04-17 Jouni Malinennl80211: Add helper functions for SIOC{G,S}IFHWADDR
2009-04-16 Jouni MalinenRemove dead code related to WDS setup
2009-04-16 Jouni Malinennl80211: Share more of init/deinit code
2009-04-16 Jouni Malinennl80211: Make it possible to build without WEXT support
2009-04-16 Jouni MalinenClean up HT40 scan and share nl80211 scanning code
2009-04-14 Jouni Malinennl80211: Use shared code for netlink initialization
2009-04-14 Jouni Malinennl80211: Merge handle_frame() implementations
2009-04-14 Jouni Malinennl82011: Use common code for setting channel
2009-04-14 Jouni Malinennl80211: Remove inclusion of unneeded header files
2009-04-14 Jouni Malinennl80211: Fix management frame sending after driver_ops...
2009-04-09 Jouni MalinenShare driver beacon configuration handlers
2009-04-09 Jouni MalinenMerge hostapd driver init functions into one
2009-04-09 Jouni MalinenRemove unneeded inclusion of hostapd header files
2009-04-09 Jouni Malinennl80211: Share common interface processing code
2009-04-09 Jouni Malinennl80211: Share monitor mode filtering and reading functions
2009-04-09 Jouni MalinenShare same set_country driver op for hostapd and wpa_su...
2009-04-09 Jouni MalinenShare management frame send driver op for hostapd and...
2009-04-09 Jouni MalinenRemove flags parameter from send_mgmt_frame() driver op
2009-04-09 Jouni Malinennl80211: Replace hostapd WEXT events with nl80211 events
2009-04-09 Jouni Malinennl80211: Add Michael MIC failure event processing for...
2009-04-09 Jouni Malinennl80211: Merge hostapd and wpa_supplicant key configuration
2009-04-09 Francesco Gringolinl80211: Fix channel 14 use
2009-04-09 Jouni MalinenUse common get_hw_feature_data for hostapd and wpa_supp...
2009-04-09 Jouni MalinenMerge wpa_supplicant and hostapd driver wrapper impleme...
2009-04-04 Jouni Malinennl80211: Fix static WEP key configuration when using SME
2009-04-03 Jouni Malinenwpa_supplicant AP: Add get_hw_feature_data
2009-04-03 Jouni MalinenShare same hw_feature definitions between hostapd and...
next