aboutsummaryrefslogtreecommitdiffstats
path: root/src/drivers/driver_test.c
Commit message (Expand)AuthorAgeFilesLines
* p2p: consider age for the p2p scan resultsYoni Divinsky2012-07-301-1/+2
* P2P: Remove unused P2P_SCAN_SPECIFICJouni Malinen2012-06-301-5/+0
* P2P: Add option for Provision Discovery before GO NegotiationJouni Malinen2012-05-111-1/+1
* P2P: Add option to force SSID/passphrase for GO NegotiationJouni Malinen2012-04-271-1/+2
* Make bind failure messages uniqueBen Greear2012-04-061-2/+2
* P2P: Advertise immediate availability of WPS credentialJouni Malinen2012-02-271-3/+3
* Remove the GPL notification from files contributed by Jouni MalinenJouni Malinen2012-02-111-8/+2
* P2P: Allow Device ID to be specified for p2p_find commandJouni Malinen2012-01-081-3/+3
* P2P: Add group ifname to P2P-PROV-DISC-* eventsJouni Malinen2011-12-061-1/+2
* Allow MLME frames to be sent without expecting an ACK (no retries)Helmut Schaa2011-11-191-2/+2
* Add no_cck parameter for send_action() driver_opsJouni Malinen2011-10-291-2/+6
* Remove unused valid_bss_mask driver_opsJouni Malinen2011-10-291-8/+0
* Remove unused driver_ops client MLME functionsJouni Malinen2011-10-231-49/+0
* Remove unused variablesJouni Malinen2011-10-231-7/+6
* Remove user space client MLMEJouni Malinen2011-10-221-10/+0
* hostapd: Call global_init/global_deinit driver_opsJouni Malinen2011-10-221-0/+1
* P2P: Provide mechanism for figuring out p2p_scan_ie() buffer needJouni Malinen2011-09-291-1/+3
* P2P: Filter Probe Request frames based on DA and BSSID in Listen stateJouni Malinen2011-07-151-2/+5
* driver_test: Check set_ssid len before trying to hexdump the SSIDJouni Malinen2011-04-141-1/+3
* nl80211: Send EAPOL frames as QoS data frames for QoS aware clientsFelix Fietkau2011-04-021-1/+1
* P2P: Add option for requested device type in P2P search/scanJean-Michel Bachot2011-03-191-2/+4
* nl80211: Extend bridge add/del operations for secondary BSSesJouni Malinen2011-03-151-1/+2
* Indicate assoc vs. reassoc in association eventShan Palanisamy2011-03-061-1/+1
* P2P: Add new_device flag to dev_found callbackJohannes Berg2011-02-241-1/+1
* P2P: Embed publically visible struct in peer infoKonguraj(Raj) Kulanthaivel2011-02-241-12/+12
* P2P: Add initial support for driver-based P2P managementJouni Malinen2010-12-301-6/+631
* P2P: Add option for offloading off-channel TX to the driverJohannes Berg2010-12-291-0/+1
* WPS 2.0: Provide (Re)Association Response WPS IE to driverJouni Malinen2010-09-221-1/+2
* driver_test: Add functionality for allowing P2P testingJouni Malinen2010-09-091-2/+8
* Allow driver wrappers to indicate maximum remain-on-channel durationJouni Malinen2010-04-111-0/+1
* Simplify driver_ops for virtual interface add/removeJouni Malinen2010-04-111-28/+17
* Remove unnecessary ifname parameter from set_ap_wps_ie() driver opJouni Malinen2010-03-071-2/+1
* Remove unnecessary ifname parameter from sta_add() driver opJouni Malinen2010-03-071-2/+2
* Remove unnecessary ifname parameter from hapd_get_ssid/hapd_set_ssidJouni Malinen2010-03-071-3/+2
* Remove unnecessary ifname parameter from set_generic_elem() driver opJouni Malinen2010-03-071-1/+1
* Remove unneeded ifname parameter from set_privacy() driver opJouni Malinen2010-03-071-4/+2
* driver_test: Use driver private BSS context instead of BSS lookupJouni Malinen2010-03-071-187/+179
* Remove unneeded iface parameter from if_add() driver opJouni Malinen2010-03-071-5/+5
* hostapd: Fix interface selection for the nl80211 driverFelix Fietkau2010-03-061-1/+1
* Add alloc_interface_addr() drv op option for specifying ifnameJouni Malinen2010-02-161-1/+6
* driver_test: Learn scan result channel from DS Params IEJouni Malinen2010-01-161-0/+26
* driver_test: Initialize bss_ctx based on drv->ctx for new BSS interfacesJouni Malinen2010-01-161-0/+1
* driver_test: Add support for per-SSID scans for non-MLME caseJouni Malinen2010-01-161-0/+18
* Add BSSID to TX/RX Action frame driver opsJouni Malinen2010-01-161-1/+2
* Add drv_event_eapol_rx() helperJouni Malinen2010-01-031-22/+5
* Use generic driver event notification for AP mode assoc/disassocJouni Malinen2010-01-031-7/+2
* Use driver event, EVENT_EAPOL_RX, for EAPOL frame indicationJouni Malinen2010-01-031-7/+24
* driver_test: Add channel awareness for the MLME test codeJouni Malinen2010-01-031-2/+71
* Add driver API functionality for off-channel Action framesJouni Malinen2010-01-031-0/+120
* Add driver ops for allocating interface addressesJouni Malinen2010-01-031-0/+22