aboutsummaryrefslogtreecommitdiffstats
path: root/wpa_supplicant/driver_i.h
Commit message (Expand)AuthorAgeFilesLines
* Add extended 'driver' commandDmitry Shmidt2012-08-021-0/+8
* add set/cancel_priority callsEliad Peller2012-08-021-0/+16
* sched scan: add support for short and long intervalsEyal Shapira2012-08-021-2/+7
* P2P: Add driver op for requesting GO/AP channel switchJithu Jance2012-06-101-0/+8
* P2P: Add deinit_p2p_cli op to clear P2P client driver stateEliad Peller2012-04-011-0/+7
* Add mechanism for disabling radio for testing purposesJouni Malinen2012-02-161-0/+8
* Remove the GPL notification from files contributed by Jouni MalinenJouni Malinen2012-02-111-8/+2
* P2P: Add optional "join" argument for p2p_prov_disc commandJithu Jance2011-12-061-2/+2
* P2P: Send Listen state Probe Response frames without retriesJouni Malinen2011-11-191-2/+2
* Allow MLME frames to be sent without expecting an ACK (no retries)Helmut Schaa2011-11-191-1/+1
* Remove disable_11b_rates() driver_opsJouni Malinen2011-10-291-9/+0
* Add no_cck parameter for send_action() driver_opsJouni Malinen2011-10-291-2/+3
* Remove unused driver_ops client MLME functionsJouni Malinen2011-10-231-47/+0
* Remove set_intra_bss() driver_opsJouni Malinen2011-10-171-8/+0
* Add scheduled scan driver operationsLuciano Coelho2011-10-151-0/+17
* Replace set_beacon() driver op with set_ap()Jouni Malinen2011-08-101-9/+5
* nl80211: Support GTK rekey offloadJohannes Berg2011-07-121-0/+9
* nl80211: Send EAPOL frames as QoS data frames for QoS aware clientsFelix Fietkau2011-04-021-2/+2
* driver: Function to directly poll signal qualityPaul Stewart2011-03-311-0/+8
* nl80211: Extend bridge add/del operations for secondary BSSesJouni Malinen2011-03-151-2/+2
* TDLS: Add initial support for TDLS (IEEE Std 802.11z-2010)Ganesh Prasadh2011-03-061-0/+20
* P2P: Add initial support for driver-based P2P managementJouni Malinen2010-12-301-0/+129
* P2P: Add option for offloading off-channel TX to the driverJohannes Berg2010-12-291-2/+9
* WPS 2.0: Provide (Re)Association Response WPS IE to driverJouni Malinen2010-09-221-2/+3
* P2P: Add option for disabling intra BSS distributionSudhakar Swaminathan2010-09-101-0/+8
* Add test command for disabling/enabling A-MPDU aggregationJouni Malinen2010-09-091-0/+7
* P2P: Disable periodic NoA when non-P2P STA is connectedJouni Malinen2010-09-091-8/+0
* P2P: Implement power save configurationJouni Malinen2010-09-091-0/+10
* P2P: Add driver operations for P2P useJouni Malinen2010-09-091-0/+31
* Started to make set_ap_wps_ie() capable of adding multiple IEsJouni Malinen2010-04-111-0/+10
* Simplify driver_ops for virtual interface add/removeJouni Malinen2010-04-111-9/+15
* Add driver command and event for signal strength monitoringJouni Malinen2010-03-281-0/+9
* Remove unnecessary ifname parameter to sta_set_flags() driver opJouni Malinen2010-03-071-2/+1
* Remove unnecessary ifname parameter from sta_add() driver opJouni Malinen2010-03-071-2/+1
* Remove forgotten ifname parameter from set_beacon() callJouni Malinen2010-03-071-2/+1
* hostapd: add ifname to the sta_set_flags callbackFelix Fietkau2010-03-061-1/+2
* Add suspend/resume notificationsJouni Malinen2010-02-271-0/+12
* Add alloc_interface_addr() drv op option for specifying ifnameJouni Malinen2010-02-161-2/+2
* Add deinit_ap driver op to help wpa_supplicant AP mode useJouni Malinen2010-01-161-0/+7
* Add BSSID to TX/RX Action frame driver opsJouni Malinen2010-01-161-1/+12
* Add driver API functionality for off-channel Action framesJouni Malinen2010-01-031-0/+30
* Add driver ops for allocating interface addressesJouni Malinen2010-01-031-0/+16
* Add a driver op for enabling Probe Request reporting in station modeJouni Malinen2010-01-031-0/+9
* Get rid of unnecessary typedefs for enums.Jouni Malinen2009-12-261-3/+4
* Fix init2() driver_ops to get the correct global driver contextJouni Malinen2009-11-281-1/+2
* Remove obsoleted get_scan_results() driver_opsJouni Malinen2009-11-231-11/+0
* Remove deprecated scan and set_probe_req_ie driver_opsJouni Malinen2009-11-231-13/+0
* Remove deprecated driver_ops handlersJouni Malinen2009-11-231-36/+0
* Merge set_key and hapd_set_key driver_ops into a single functionJouni Malinen2009-11-231-3/+3
* Merge set_beacon driver_ops into a single oneJouni Malinen2009-11-231-11/+4