aboutsummaryrefslogtreecommitdiffstats
path: root/src/drivers/driver.h
Commit message (Expand)AuthorAgeFilesLines
* Add extended 'driver' commandDmitry Shmidt2012-08-021-0/+11
* add set/cancel_priority callsEliad Peller2012-08-021-0/+3
* initiate roaming on beacon_lossEliad Peller2012-08-021-0/+1
* wpa_s: don't reschedule the sched scan on each scan complete eventVictor Goldenshtein2012-08-021-0/+2
* nl80211: Handle ROAMING_SUPPORT eventEyal Shapira2012-08-021-0/+16
* sched scan: add support for short and long intervalsEyal Shapira2012-08-021-29/+34
* sched scan: read driver support for sched scan intervalsEyal Shapira2012-08-021-0/+1
* nl80211: Support setting sched scan RSSI thresholdThomas Pedersen2012-07-251-0/+9
* hostapd: Initial IEEE 802.11ac (VHT) definitionsMahesh Palivela2012-06-301-0/+10
* nl80211: Handle CH_SWITCH eventThomas Pedersen2012-06-251-1/+20
* P2P: Add driver op for requesting GO/AP channel switchJithu Jance2012-06-101-0/+12
* Validate WEP key lengths based on driver capabilitiesJouni Malinen2012-05-101-0/+1
* P2P: Add deinit_p2p_cli op to clear P2P client driver stateEliad Peller2012-04-011-0/+10
* Pass signal strength through, fix unitsJohannes Berg2012-04-011-1/+6
* Allow background scan period to be configuredBala Shanmugam2012-03-301-0/+7
* nl80211: Make use of driver's capability to detect inactive stationsVasanthakumar Thiagarajan2012-03-271-0/+9
* Add mechanism for disabling radio for testing purposesJouni Malinen2012-02-161-0/+12
* Remove the GPL notification from files contributed by Jouni MalinenJouni Malinen2012-02-111-8/+2
* Support HT capability overridesBen Greear2012-01-291-0/+13
* Support fixing the BSSID in IBSS modeNicolas Cavallari2012-01-281-0/+7
* Do not trigger fast reconnection on locally generated deauth/disassocJouni Malinen2012-01-011-1/+11
* AP: Pass station's WMM configuration to driver wrappersJason Young2011-12-171-2/+1
* AP: Add uapsd_queues and max_sp fieldsEliad Peller2011-12-171-0/+2
* AP: Consider U-APSD driver supportEliad Peller2011-12-171-0/+2
* Set driver Probe Response template for AP mode offloadArik Nemtsov2011-12-101-0/+13
* nl80211: Propagate Probe Response offload capabilities from kernelArik Nemtsov2011-12-101-0/+16
* P2P: Add optional "join" argument for p2p_prov_disc commandJithu Jance2011-12-061-1/+1
* Merge set_rate_sets() driver_ops into set_ap()Jouni Malinen2011-12-031-8/+8
* Remove unused parameters from set_rate_sets()Jouni Malinen2011-12-031-5/+2
* Fix a typo in a commentJouni Malinen2011-12-031-1/+1
* Allow MLME frames to be sent without expecting an ACK (no retries)Helmut Schaa2011-11-191-1/+3
* AP: Add explicit EAPOL TX status eventJohannes Berg2011-11-191-1/+23
* Print human readable driver event namesBen Greear2011-11-131-0/+3
* Move wpa_scan_results_free() into shared C fileJouni Malinen2011-11-131-12/+2
* Remove disable_11b_rates() driver_opsJouni Malinen2011-10-291-13/+0
* Add no_cck parameter for send_action() driver_opsJouni Malinen2011-10-291-1/+2
* Remove unused valid_bss_mask driver_opsJouni Malinen2011-10-291-11/+0
* TDLS: Add peer as a STA during link setupArik Nemtsov2011-10-231-1/+16
* nl80211: Implement TDLS callback functions and propagate capabilitiesArik Nemtsov2011-10-231-0/+4
* Remove incorrect statement about get_hw_feature_data() driver_opsJouni Malinen2011-10-231-3/+0
* Remove unused driver_ops client MLME functionsJouni Malinen2011-10-231-66/+0
* Allow driver wrappers to indicate whether HT info is knownJouni Malinen2011-10-231-0/+4
* Remove user space client MLMEJouni Malinen2011-10-221-4/+1
* Share a single wpa_scan_results_free() implementationJouni Malinen2011-10-221-0/+13
* hostapd: Call global_init/global_deinit driver_opsJouni Malinen2011-10-221-0/+1
* Interworking: Include Access Network Type in set_ap() driver_opsJouni Malinen2011-10-211-0/+8
* AP: Pass only bssid/addr/wds to EVENT_RX_FROM_UNKNOWNJohannes Berg2011-10-201-2/+3
* AP: Do station poll in driver wrapperJohannes Berg2011-10-201-1/+31
* Remove set_intra_bss() driver_opsJouni Malinen2011-10-171-7/+0
* Add Interworking configuration in set_ap() driver_opsJouni Malinen2011-10-171-0/+10