]> git.ipfire.org Git - thirdparty/hostap.git/history - src/drivers/driver.h
NDIS: Fix association for WPS provisioning with protected AP
[thirdparty/hostap.git] / src / drivers / driver.h
2010-09-04  Jouni MalinenNDIS: Fix association for WPS provisioning with protect...
2010-08-27  Jouni MalinenAdd current signal strength into signal quality change...
2010-05-23  Jouni MalinenAdd Linux rfkill support
2010-04-11  Jouni MalinenAdd BSSID and reason code (if available) to disconnect...
2010-04-11  Jouni MalinenStarted to make set_ap_wps_ie() capable of adding multi...
2010-04-11  Jouni MalinenAllow driver wrappers to indicate maximum remain-on...
2010-04-11  Jouni MalinenSimplify driver_ops for virtual interface add/remove
2010-03-29  Jouni MalinenAdd test commands for sending deauth/disassoc without...
2010-03-28  Jouni MalinenAdd driver command and event for signal strength monitoring
2010-03-13  Jouni MalinenFT: Add driver op for marking a STA authenticated
2010-03-07  Jouni MalinenRemove unnecessary ifname parameter from set_ap_wps_ie...
2010-03-07  Jouni MalinenRemove unnecessary ifname parameter from set_ht_params...
2010-03-07  Jouni MalinenRemove unnecessary ifname parameter to sta_set_flags...
2010-03-07  Jouni MalinenRemove unnecessary ifname parameter from sta_add()...
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-07  Jouni MalinenRemove unneeded iface parameter from if_add() driver op
2010-03-06  Jouni MalinenRemove unnecessary ifname parameter from set_beacon()
2010-03-06  Felix Fietkauhostapd: Fix interface selection for the nl80211 driver
2010-03-06  Felix Fietkauhostapd: add ifname to the sta_set_flags callback
2010-03-05  Jouni MalinenAdd optional scan result filter based on SSID
2010-02-27  Jouni MalinenAdd suspend/resume notifications
2010-02-16  Jouni MalinenAdd alloc_interface_addr() drv op option for specifying...
2010-01-16  Jouni MalinenFetch IEs from both Beacon and Probe Response frames...
2010-01-16  Jouni MalinenAdd deinit_ap driver op to help wpa_supplicant AP mode use
2010-01-16  Jouni MalinenAdd BSSID to TX/RX Action frame driver ops
2010-01-16  Jouni MalinenAdd driver op for disabling 802.11b rates
2010-01-03  Jouni MalinenStandardize on a single definition of auth_alg bitfield...
2010-01-03  Jouni MalinenShare the same enum for MFP configuration
2010-01-03  Jouni MalinenMore Doxygen documentation for the driver interface
2010-01-03  Jouni MalinenRemove src/drivers/scan_helpers.c
2010-01-03  Jouni MalinenMove wpa_supplicant specific scan code away from src...
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...
2010-01-03  Jouni MalinenReplace hostapd_notif_new_sta() with new driver event...
2010-01-03  Jouni MalinenAdd driver API functionality for off-channel Action...
2010-01-03  Jouni MalinenAdd driver ops for allocating interface addresses
2010-01-03  Jouni MalinenAdd a driver op for enabling Probe Request reporting...
2010-01-03  Jouni MalinenRemove unnecessary wpa_event_type typedef
2010-01-03  Jouni MalinenMove struct hostapd_frame_info definition away from...
2010-01-03  Jouni MalinenRemove struct ieee80211_hdr dependency from EVENT_RX_FR...
2010-01-03  Jouni MalinenReplace hostapd_probe_req_rx() with EVENT_RX_PROBE_REQ...
2010-01-03  Jouni MalinenReplace wpa_supplicant_sta_rx() call with driver event
2010-01-02  Jouni MalinenOnly expire scanned BSSes based on new scan results
2009-12-28  Jouni MalinenAdd an option for driver wrappers to report operational...
2009-12-28  Jouni MalinenAllow Probe Request callbacks to terminate iteration
2009-12-27  Jouni MalinenFix a typo in a doxygen comment
2009-12-26  Jouni MalinenGet rid of unnecessary typedefs for enums.
2009-12-24  Jouni MalinenRemoved hostapd_new_assoc_sta() from driver wrapper API
2009-12-24  Jouni MalinenMerge driver ops set_wps_beacon_ie and set_wps_probe_re...
2009-12-24  Felix Fietkauhostapd: Add WDS (4-address frame) mode with per-statio...
2009-12-13  Jouni MalinenMark management frame processing functions to use const...
2009-12-13  Jouni MalinenUse generic driver events for TX status and RX reporting
2009-12-13  Jouni MalinenReplace hostapd_button_pushed() with generic driver...
2009-12-13  Jouni MalinenReplace hostapd_michael_mic_failure() with generic...
2009-12-13  Jouni MalinenAdd BSS ctx to if_add() driver op
2009-12-13  Jouni MalinenMap STA flags into values defined in driver.h
2009-12-13  Jouni MalinenRemove usused flags parameter from sta_add() driver op
2009-12-12  Jouni MalinenAdd more WPA/IEEE 802.1X parameters into set_ieee8021x...
2009-12-12  Jouni MalinenChange set_ieee8021x driver op to use parameters structure
2009-12-12  Jouni MalinenReplace direct driver call to wpa_ft_rrb_rx() with...
2009-12-12  Jouni Malinendriver_wired: Move STA entry processing away from drive...
2009-12-10  Jouni MalinenMerge get_seqnum_igtk() driver op with get_seqnum()
2009-12-10  Jouni MalinenAdd Doxygen comments for rest of struct wpa_driver_ops...
2009-12-10  Jouni MalinenMove vendor-specific IE type defines away from driver.h
2009-12-09  Jouni MalinenAdd more documentation for driver ops
2009-12-09  Jouni Malinenhostapd: Remove unused bridge_packets configuration...
2009-12-09  Jouni MalinenRemove struct hostapd_rate_data from driver API
2009-12-09  Jouni MalinenRemove unused rate flags from driver use
2009-12-09  Jouni MalinenMerge bss_add/bss_remove drivers ops into if_add/if_remove
2009-12-09  Jouni MalinenRemove unused if_update() driver op
2009-12-06  Jouni MalinenRemove unused phytype RX info variable
2009-12-02  Jouni Malinennl80211: Add debug prints for BSS status in scan results
2009-11-29  Jouni MalinenAdd driver wrapper callback for WPS push button pressed
2009-11-29  Jouni MalinenRemove src/common from default header file path
2009-11-29  Jouni MalinenHT: Remove unneeded struct ht_cap_ie wrapper
2009-11-29  Jouni MalinenFix AP mode HT Capabilities IE to use A-MPDU Parameters...
2009-11-23  Jouni MalinenRemove obsoleted get_scan_results() driver_ops
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 MalinenMerge set_beacon driver_ops into a single one
2009-11-17  Jouni Malinennl80211/SME: Use reassociation when roaming within...
2009-11-05  Jouni MalinenFix MCS set field to be based on driver info
2009-10-01  Jouni Malinennl80211: Add parsing of NL80211_BSS_SEEN_MS_AGO into...
2009-09-15  Johannes Bergdriver_nl80211: Fix MLME key settings for static WEP
2009-06-12  Jouni MalinenReplace hostapd_wps_probe_req_rx() with more generic...
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 MalinenRemove unused set_retry() driver op
2009-04-17  Jouni Malinenhostapd: Remove unused passive scan functionality
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-16  Jouni MalinenRemove dead code related to WDS setup
2009-04-16  Jouni MalinenClean up HT40 scan and share nl80211 scanning code
next