]> git.ipfire.org Git - thirdparty/hostap.git/history - src/drivers/driver_nl80211.c
Clean up HT40 scan and share nl80211 scanning code
[thirdparty/hostap.git] / src / drivers / driver_nl80211.c
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 MalinenImplement management frame TX for wpa_supplicant AP...
2009-04-02  Jouni Malinenwpa_supplicant AP: Add management frame RX for nl80211
2009-04-02  Jouni MalinenAdd Beacon configuration for wpa_supplicant AP mode
2009-04-01  Jouni Malinennl80211: Add IGTK (AES-128-CMAC) configuration
2009-04-01  Jouni MalinenSME: Add processing for rejected associations
2009-03-31  Jouni Malinennl80211: Remove forgotten comment about SIOCSIWMODE
2009-03-31  Jouni Malinennl80211: Remove SIOCGIWRANGE and assume TKIP+CCMP+WPA...
2009-03-31  Jouni Malinennl80211: Remove WEXT Michael MIC event processing
2009-03-31  Jouni Malinennl80211: Remove WEXT_COMPAT
2009-03-26  Jouni MalinenAdd support for specifying subset of enabled frequencie...
2009-03-25  Jouni MalinenInitial step in adding simple AP mode support into...
2009-03-24  Jouni Malinendriver_nl80211: Fix initial iftype change
2009-03-24  Jouni MalinenDeprecate set_drop_unencrypted(), set_auth_alg(), and...
2009-03-20  Jouni Malinennl80211: Make get_ssid behave like get_bssid with SME
2009-03-20  Jouni Malinennl80211: Make set_bssid() WEXT_COMPAT
2009-03-20  Jouni Malinennl80211: Make PMKSA caching candidate event WEXT_COMPAT
2009-03-20  Jouni Malinennl80211: Mark PMKSA cache operations with WEXT_COMPAT
2009-03-20  Jouni Malinennl80211: Fix no-WEXT_COMPAT build
2009-03-20  Jouni Malinennl80211: Remove user space MLME code
2009-03-20  Jouni MalinenAdd SME support (separate authentication and association)
2009-02-18  Jouni MalinenAdd BSS flags to scan results to indicate signal qualit...
2009-02-18  Jouni Malinennl80211: Use per-scan request WPS IE
2009-02-14  Jouni Malinendriver_nl80211: Add support for multi-SSID scan requests
2009-02-14  Jouni MalinenAllow multiple driver wrappers to be specified on comma...
2009-02-12  Jouni Malinennl80211: Remove one second sleep after iface up
2009-02-12  Jouni MalinenNew driver capability info: max number of scan SSIDs
2009-02-12  Jouni Malinennl80211: Replace WEXT scan event with nl80211
2009-02-12  Jouni Malinennl80211: Replace SIOCGIWSCAN with NL80211_CMD_GET_SCAN
2009-02-12  Jouni Malinennl80211: Replace SIOCSIWSCAN with NL80211_CMD_TRIGGER_SCAN
2009-02-05  Jouni MalinenFixed scan buffer increasing with WEXT
2009-01-20  Jouni MalinenImplement set_probe_req_ie() for nl80211 drivers
2009-01-03  Jouni MalinenMark functions static if not used elsewhere and use...
2008-12-09  Luis R. Rodriguezwpa_supplicant: Add support for setting of a regulatory...
2008-12-08  Jouni Malinennl80211: Include copy of linux/nl80211.h with hostapd...
2008-10-29  Jouni Malinennl80211: Finish dumps properly (ported from iw.git)
2008-09-30  Jouni Malinennl80211: clean up netlink code
2008-09-29  Dan WilliamsAdd an optional set_mode() driver_ops handler for setti...
2008-08-27  Jouni MalinenFixed WEXT scan result parser to not crash on invalid...
2008-08-18  Jouni MalinenAdded mlme_{add,remove}_sta() for userspace MLME
2008-08-15  Jouni Malinennl80211: Preliminary code for usermode MLME support
2008-08-15  Jouni Malinennl80211: Fixed re-initialization of removed and re...
2008-08-15  Jouni Malinennl80211: Fixed set_mode() to actually use adhoc/station...
2008-07-15  Dan Williamswext: fix maxrate calculation
2008-06-06  Jouni MalinenAdded a preliminary nl80211/cfg80211 driver interface...