aboutsummaryrefslogtreecommitdiffstats
path: root/src/drivers/driver_wext.c
Commit message (Expand)AuthorAgeFilesLines
* Android: wext: Add signal_poll command support (wext)Dmitry Shmidt2012-08-021-3/+32
* Android: wext: Suppress additional DISASSOCIATE eventsDmitry Shmidt2012-08-021-0/+15
* Android: wext: Add driver_cmd CSCANDmitry Shmidt2012-08-021-0/+115
* Android: wext: Add combo_scan()Dmitry Shmidt2012-08-021-0/+103
* Android: wext: Add driver_cmdDmitry Shmidt2012-08-021-0/+93
* Validate WEP key lengths based on driver capabilitiesJouni Malinen2012-05-101-0/+1
* wext: Filter unexpected interface added/up eventsJouni Malinen2012-02-181-5/+40
* Remove the GPL notification from files contributed by Jouni MalinenJouni Malinen2012-02-111-8/+2
* Android: wext: Add sched_scan functions for PNODmitry Shmidt2011-11-291-0/+133
* Android: wext: Add driver state eventsDmitry Shmidt2011-11-291-0/+11
* WEXT: Use linux/wireless.h instead of wireless_copy.hJouni Malinen2011-11-151-1/+1
* wext: Do not set SSID on disconnect on AndroidDmitry Shmidt2011-10-211-0/+4
* wext: Clean up the disconnect BSSID/SSID clearingJouni Malinen2011-10-211-11/+16
* wext: Remove trailing whitespaceJouni Malinen2011-10-211-1/+1
* wext: Increase scan timeout from 5 to 10 secondsJouni Malinen2011-10-181-1/+1
* wext: Remove write-only variable ap_numPavel Roskin2011-09-221-2/+1
* Use set_key addr to distinguish default and multicast keysJouni Malinen2011-01-091-2/+1
* Enable sharing of scan result events among virtual interfacesBen Greear2010-11-261-0/+44
* wext: Fix scan result signal levels when driver reports in dBmDavid A Benjamin2010-10-041-2/+13
* rfkill: Use rtnetlink ifup/ifdown eventsJouni Malinen2010-05-311-3/+19
* Fix memory leak on rfkill init error pathJouni Malinen2010-05-251-1/+3
* Add Linux rfkill supportJouni Malinen2010-05-231-2/+61
* wext: Add cfg80211-specific optimization to avoid silly behaviorJouni Malinen2010-01-121-3/+37
* wext: Check hexstr2bin() return value in custom scan text processingJouni Malinen2010-01-101-3/+8
* WEXT: Show BSSID/SSID set failures on disconnect in debug logJouni Malinen2010-01-101-3/+5
* wext: Check hexstr2bin() return valueJouni Malinen2010-01-101-5/+5
* Share a single Linux ioctl helper fo setting interface up/downJouni Malinen2010-01-031-93/+6
* Standardize on a single definition of auth_alg bitfield valuesJouni Malinen2010-01-031-5/+5
* Use generic driver event notification for AP mode assoc/disassocJouni Malinen2010-01-031-14/+15
* nl80211/wext: Hardcode all auth_algs as supportedJouni Malinen2010-01-011-0/+3
* Get rid of unnecessary typedefs for enums.Jouni Malinen2009-12-261-2/+2
* netlink: Move more of the newlink/dellink parsing into shared codeJouni Malinen2009-12-181-47/+17
* nl80211/wext: Share netlink new/del link event receive codeJouni Malinen2009-12-181-113/+37
* driver_nl80211/wext: Share netlink operstate send functionJouni Malinen2009-12-181-68/+12
* Fix netlink payload length calculationJouni Malinen2009-12-181-3/+3
* Remove src/common from default header file pathJouni Malinen2009-11-291-2/+2
* Remove deprecated scan and set_probe_req_ie driver_opsJouni Malinen2009-11-231-6/+5
* Remove deprecated driver_ops handlersJouni Malinen2009-11-231-14/+13
* Merge set_key and hapd_set_key driver_ops into a single functionJouni Malinen2009-11-231-1/+1
* Work around some gcc 4.4 strict-aliasing warningsJouni Malinen2009-11-041-2/+3
* wext: disconnect at init and deinitDan Williams2009-05-271-2/+9
* wext: Fix deauthentication to do IW_MLME_DEAUTH prior to disconnectDan Williams2009-05-271-1/+1
* wext: don't force-disconnect in ad-hoc modeDan Williams2009-05-271-8/+23
* Add BSS flags to scan results to indicate signal quality validityJouni Malinen2009-02-181-0/+8
* Rename "broadcast SSID" to "wildcard SSID"Jouni Malinen2009-02-141-2/+2
* Allow multiple driver wrappers to be specified on command lineJouni Malinen2009-02-141-19/+33
* New driver capability info: max number of scan SSIDsJouni Malinen2009-02-121-0/+1
* wext: Force disconnect on deauthenticate()Jouni Malinen2009-02-101-13/+26
* wext: really disassociate (set random SSID)Dan Williams2009-02-101-2/+14
* Fixed scan buffer increasing with WEXTJouni Malinen2009-02-051-1/+3