]> git.ipfire.org Git - thirdparty/hostap.git/history - src/drivers/driver.h
Add drv_event_eapol_rx() helper
[thirdparty/hostap.git] / src / drivers / driver.h
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
2009-04-09  Jouni MalinenShare driver beacon configuration handlers
2009-04-09  Jouni MalinenMerge hostapd driver init functions into one
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 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 MalinenShare same hw_feature definitions between hostapd and...
2009-04-03  Jouni MalinenFix driver_ops function documentation
2009-04-02  Jouni MalinenAdd Beacon configuration for wpa_supplicant AP mode
2009-04-01  Jouni MalinenSME: Add processing for rejected associations
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 MalinenDeprecate set_drop_unencrypted(), set_auth_alg(), and...
2009-03-20  Jouni MalinenAdd SME support (separate authentication and association)
2009-03-09  Jouni MalinenFT: Add RIC Request generation and validation (but...
2009-03-07  Jouni MalinenDeterminer whether driver is wired at runtime based...
2009-02-18  Jouni MalinenAdd BSS flags to scan results to indicate signal qualit...
2009-02-14  Jouni MalinenRename "broadcast SSID" to "wildcard SSID"
2009-02-14  Jouni MalinenAdd extended driver scan request command: driver_ops...
2009-02-12  Jouni MalinenNew driver capability info: max number of scan SSIDs
2009-01-14  Jouni MalinenAdded initial step for IBSS RSN support
2009-01-04  Jouni MalinenSilenced number of Doxygen warnings
2008-12-24  Jouni MalinenAdded a mechanism for quering driver wrappers for avail...
2008-12-22  Jouni MalinenAdded support for global driver data (shared by multipl...
2008-12-09  Luis R. Rodriguezwpa_supplicant: Add support for setting of a regulatory...
2008-11-29  Jouni MalinenWPS: Added support for fragmented WPS IE in Beacon...
2008-11-23  Jouni MalinenAdded preliminary Wi-Fi Protected Setup (WPS) implement...
2008-11-18  Jouke WitteveenAdd RoboSwitch driver interface for wpa_supplicant
2008-09-29  Dan WilliamsAdd an optional set_mode() driver_ops handler for setti...
2008-02-28  Jouni MalinenRe-initialize hostapd/wpa_supplicant git repository...