]> git.ipfire.org Git - thirdparty/hostap.git/history - src/drivers/driver_test.c
P2P: Remove WPA_DRIVER_FLAGS_P2P_MGMT option
[thirdparty/hostap.git] / src / drivers / driver_test.c
2013-12-29  Jouni MalinenP2P: Remove WPA_DRIVER_FLAGS_P2P_MGMT option
2013-12-24  Johannes Bergwpa_supplicant: Use monotonic time for RX/BSS times
2013-10-31  Jouni MalinenAllow add-BSS operation to re-use existing netdev
2013-05-18  Jouni MalinenP2P: Clean up debug prints
2013-02-12  Jouni MalinenUse more accurate timestamps for scan results
2012-12-25  Yoni DivinskyP2P: Consider age for the P2P scan results
2012-11-14  Jouni MalinenRemove unused disassociate() driver_ops
2012-10-26  Jouni MalinenP2P: Allow all channels with multi-channel concurrency
2012-08-24  Jouni Malinentest: Fix driver data pointer for the P2P commands
2012-08-23  Jouni MalinenP2P: Add option for adding extra delay to p2p_find
2012-08-13  Jouni MalinenConvert os_zalloc() for an array to use os_calloc()
2012-06-30  Jouni MalinenP2P: Remove unused P2P_SCAN_SPECIFIC
2012-05-11  Jouni MalinenP2P: Add option for Provision Discovery before GO Negot...
2012-04-27  Jouni MalinenP2P: Add option to force SSID/passphrase for GO Negotiation
2012-04-06  Ben GreearMake bind failure messages unique
2012-02-27  Jouni MalinenP2P: Advertise immediate availability of WPS credential
2012-02-11  Jouni MalinenRemove the GPL notification from files contributed...
2012-01-08  Jouni MalinenP2P: Allow Device ID to be specified for p2p_find command
2011-12-06  Jouni MalinenP2P: Add group ifname to P2P-PROV-DISC-* events
2011-11-19  Helmut SchaaAllow MLME frames to be sent without expecting an ACK...
2011-10-29  Jouni MalinenAdd no_cck parameter for send_action() driver_ops
2011-10-29  Jouni MalinenRemove unused valid_bss_mask driver_ops
2011-10-23  Jouni MalinenRemove unused driver_ops client MLME functions
2011-10-23  Jouni MalinenRemove unused variables
2011-10-22  Jouni MalinenRemove user space client MLME
2011-10-22  Jouni Malinenhostapd: Call global_init/global_deinit driver_ops
2011-09-29  Jouni MalinenP2P: Provide mechanism for figuring out p2p_scan_ie...
2011-07-15  Jouni MalinenP2P: Filter Probe Request frames based on DA and BSSID...
2011-04-14  Jouni Malinendriver_test: Check set_ssid len before trying to hexdum...
2011-04-02  Felix Fietkaunl80211: Send EAPOL frames as QoS data frames for QoS...
2011-03-19  Jean-Michel BachotP2P: Add option for requested device type in P2P search...
2011-03-15  Jouni Malinennl80211: Extend bridge add/del operations for secondary...
2011-03-06  Shan PalanisamyIndicate assoc vs. reassoc in association event
2011-02-24  Johannes BergP2P: Add new_device flag to dev_found callback
2011-02-24  Konguraj(Raj) Kula... P2P: Embed publically visible struct in peer info
2010-12-30  Jouni MalinenP2P: Add initial support for driver-based P2P management
2010-12-29  Johannes BergP2P: Add option for offloading off-channel TX to the...
2010-09-22  Jouni MalinenWPS 2.0: Provide (Re)Association Response WPS IE to...
2010-09-09  Jouni Malinendriver_test: Add functionality for allowing P2P testing
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-07  Jouni MalinenRemove unnecessary ifname parameter from set_ap_wps_ie...
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 Malinendriver_test: Use driver private BSS context instead...
2010-03-07  Jouni MalinenRemove unneeded iface parameter from if_add() driver op
2010-03-06  Felix Fietkauhostapd: Fix interface selection for the nl80211 driver
2010-02-16  Jouni MalinenAdd alloc_interface_addr() drv op option for specifying...
2010-01-16  Jouni Malinendriver_test: Learn scan result channel from DS Params IE
2010-01-16  Jouni Malinendriver_test: Initialize bss_ctx based on drv->ctx for...
2010-01-16  Jouni Malinendriver_test: Add support for per-SSID scans for non...
2010-01-16  Jouni MalinenAdd BSSID to TX/RX Action frame driver ops
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 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 MalinenAdd driver ops for allocating interface addresses
2010-01-03  Jouni MalinenAdd a driver op for enabling Probe Request reporting...
2010-01-03  Jouni Malinendriver_test: Remove forgotten, unused prototypes
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
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-27  Jouni Malinentest: Add WPA_TRACE reference check for driver ctx
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-24  Jouni MalinenMerge driver ops set_wps_beacon_ie and set_wps_probe_re...
2009-12-19  Jouni Malinendriver_test: Use OS wrappers consistently for memory...
2009-12-16  Jouni Malinendriver_test: Fix AP mode to initialize bss_ctx for...
2009-12-13  Jouni MalinenUse generic driver events for TX status and RX reporting
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 MalinenRemove usused flags parameter from sta_add() driver op
2009-12-12  Jouni MalinenReplace direct driver call to wpa_ft_rrb_rx() with...
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-11-29  Jouni MalinenRemove src/crypto from default include path
2009-11-29  Jouni MalinenRemove some unneeded header file inclusions
2009-11-29  Jouni MalinenRemove src/common from default header file path
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-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-06-12  Jouni MalinenReplace hostapd_wps_probe_req_rx() with more generic...
2009-04-17  Jouni MalinenUse C99 designated initializers to cleanup driver_ops...
2009-04-17  Jouni Malinenhostapd: Remove unused passive scan functionality
next