Standardize on a single definition of auth_alg bitfield values
[libeap.git] / src / drivers /
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 Malinendriver_test: Add channel awareness for the MLME test...
2010-01-03 Jouni MalinenAdd driver API functionality for off-channel Action...
2010-01-03 Jouni MalinenSync with wireless-testing.git linux/nl80211.h
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 Malinendriver_test: Remove forgotten, unused prototypes
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
2010-01-01 Jouni Malinennl80211/wext: Hardcode all auth_algs as supported
2009-12-28 Jouni Malinentest: Register more complete set of channels and rates
2009-12-28 Jouni Malinentest: Use previously requested BSSID when adding a...
2009-12-28 Jouni Malinennl80211: Add more debug prints for mode changes and...
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 Malinentest: Add WPA_TRACE reference check for driver ctx
2009-12-27 Jouni MalinenFix a typo in a doxygen comment
2009-12-26 Jouni MalinenGet rid of unnecessary typedefs for enums.
2009-12-25 Jouni Malinentest: Use more shared code for driver wrapper AP and...
2009-12-25 Jouni MalinenDo not use virtual driver_ops for wpa_supplicant AP...
2009-12-25 Jouni Malinenwired: Use os_*() wrappers more consistently
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-24 Jouni Malinennl80211: Sync with wireless-testing.git linux/nl80211.h
2009-12-21 Jouni Malinennl80211: Use couple more os_*() wrappers for allocation
2009-12-21 Jouni Malinennl80211: Use os_* allocation wrappers to avoid WPA_TRAC...
2009-12-19 Jouni Malinendriver_test: Use OS wrappers consistently for memory...
2009-12-18 Masashi HonmaMac OS X: Fix driver_osx.c build
2009-12-18 Snowpin Leeralink: Add WPS support
2009-12-18 Jouni MalinenChange Linux driver wrappers to use shared netlink...
2009-12-18 Jouni Malinennetlink: Move more of the newlink/dellink parsing into...
2009-12-18 Jouni Malinennetlink: Use NLMSG_OK and NLMSG_NEXT macros
2009-12-18 Jouni Malinennl80211/wext: Share netlink new/del link event receive...
2009-12-18 Jouni Malinendriver_nl80211/wext: Share netlink operstate send function
2009-12-18 Jouni MalinenFix netlink payload length calculation
2009-12-16 Jouni Malinendriver_test: Fix AP mode to initialize bss_ctx for...
2009-12-14 Jouni MalinenFix driver_nl80211.c build without CONFIG_CLIENT_MLME
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 Malinennl80211: Remove some of the unnecessary conditional...
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 Malinendriver_test: Merge drv->hapd into drv->ctx
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 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-12 Jouni MalinenReplace direct driver call to wpa_ft_rrb_rx() with...
2009-12-12 Jouni Malinendriver_wired: Share multicast membership add/drop function
2009-12-12 Jouni Malinendriver_wired: Remove unneeded conditional building...
2009-12-12 Jouni MalinenRemove obsolete Prism54.org driver support (driver_pris...
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-07 Masashi HonmaFix driver_bsd.c build
2009-12-06 Jouni MalinenRemove unused phytype RX info variable
2009-12-04 Jouni Malinennl80211: Add extra IEs into IBSS join request
2009-12-03 Jouni Malinennl80211: Add support for IBSS networks
2009-12-02 Jouni Malinennl80211: Clear BSS state mismatches with deauth as...
2009-12-02 Jouni Malinennl80211: Add debug prints for BSS status in scan results
2009-11-29 Jouni MalinenRemove src/crypto from default include path
2009-11-29 Jouni MalinenAdd driver wrapper callback for WPS push button pressed
2009-11-29 Jouni Malinendriver_prism54: Use hostapd_notif_disassoc() instead...
2009-11-29 Jouni MalinenRemove some unneeded header file inclusions
2009-11-29 Jouni MalinenInclude sta_flags.h explicitly, not via sta_info.h
2009-11-29 Jouni MalinenRemove src/common from default header file path
2009-11-29 Jouni Malinennl80211: Remove unneeded header file: ieee802_11_common.h
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-24 Jouni MalinenResolve some sparse warnings
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 MalinenAdd cleared deprecation notes on iwl,ndiswrapper,madwif...
2009-11-23 Jouni MalinenMerge set_key and hapd_set_key driver_ops into a single...
2009-11-23 Jouni MalinenMove HOSTAPD_MTU definition into driver_hostap.c
2009-11-23 Jouni MalinenRemove unneeded set-MTU operation from drivers
next