aboutsummaryrefslogtreecommitdiffstats
path: root/src/drivers/driver_atheros.c
Commit message (Expand)AuthorAgeFilesLines
* Update license notification in files initially contributed by SamJouni Malinen2012-06-301-8/+2
* atheros: Remove unused variablesJouni Malinen2012-06-231-4/+0
* atheros: Fix build when WPS and IEEE80211R are both disabledBaruch Siach2012-06-231-0/+2
* atheros: Set essid length field only onceBaruch Siach2012-06-081-1/+0
* atheros: Fix build when CONFIG_WPS is disabledBaruch Siach2012-06-081-1/+1
* atheros: Add new IEEE 802.11r driver_opsShan Palanisamy2012-02-161-14/+309
* atheros: Reset frame filter on deinitShan Palanisamy2012-02-161-0/+9
* WEXT: Use linux/wireless.h instead of wireless_copy.hJouni Malinen2011-11-151-1/+1
* atheros: Add a placeholder function for set_ap() driver_opsJouni Malinen2011-10-171-0/+29
* atheros: Add debug hexdumps for IE configurationJouni Malinen2011-10-171-2/+17
* atheros: Allow flattened driver include file directoriesMathieu Olivari2011-09-261-1/+1
* atheros: Fix WEXT SIOCGIWESSID use with WE-21 and newerSubrat Dash2011-09-221-0/+2
* P2P: Filter Probe Request frames based on DA and BSSID in Listen stateJouni Malinen2011-07-151-0/+2
* atheros: Fix glibc 'invalid pointer' error when WPA_TRACE is enabledBaruch Siach2011-06-251-1/+1
* atheros: Fix auth_alg configuration for static WEPKen Zhu2011-05-201-0/+18
* atheros: Add support for IEEE 802.11w configurationMahesh Palivela2011-04-081-0/+13
* nl80211: Send EAPOL frames as QoS data frames for QoS aware clientsFelix Fietkau2011-04-021-1/+1
* atheros: Fix default TX key index setting for WEPKen Zhu2011-03-111-1/+2
* atheros: Add support for setting RSN/WPS IEs in Beacon/Probe RespShan Palanisamy2011-03-061-7/+66
* Indicate assoc vs. reassoc in association eventShan Palanisamy2011-03-061-1/+1
* Use set_key addr to distinguish default and multicast keysJouni Malinen2011-01-091-1/+1
* atheros: Rename "madwifi_" prefix to "atheros_"Shan Palanisamy2010-12-301-103/+103
* atheros: Remove debug for ioctls that are not used anymoreShan Palanisamy2010-10-271-8/+0
* atheros: Prefer WSC IE in (Re)Association Request frameJouni Malinen2010-09-241-0/+14
* WPS 2.0: Provide (Re)Association Response WPS IE to driverJouni Malinen2010-09-221-1/+5
* atheros: Use larger buffer for WSC IE changesJouni Malinen2010-09-091-1/+1
* atheros: Fix driver deinit function to be runJouni Malinen2010-09-051-1/+1
* atheros: Deinit l2_packet sock_xmit on error pathJouni Malinen2010-09-051-0/+2
* atheros: Fix WPA/802.1X disabling to clear Privacy flagJouni Malinen2010-05-281-2/+6
* atheros: Restore ATH_WPS_IE definition and commentJouni Malinen2010-04-171-0/+6
* atheros: Add more robust and complete debug info for ioctl failuresJouni Malinen2010-04-171-36/+110
* atheros: Update to build with the current driver versionJouni Malinen2010-04-171-18/+4
* Remove unnecessary ifname parameter from set_ap_wps_ie() driver opJouni Malinen2010-03-071-2/+1
* Remove unnecessary ifname parameter to sta_set_flags() driver opJouni Malinen2010-03-071-1/+1
* Remove unnecessary ifname parameter from hapd_get_ssid/hapd_set_ssidJouni Malinen2010-03-071-2/+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-2/+2
* hostapd: add ifname to the sta_set_flags callbackFelix Fietkau2010-03-061-2/+2
* hostapd: Detect bridge interface automaticallyJouni Malinen2010-01-161-0/+8
* Share a single Linux ioctl helper fo setting interface up/downJouni Malinen2010-01-031-36/+6
* Add drv_event_eapol_rx() helperJouni Malinen2010-01-031-6/+2
* Use generic driver event notification for AP mode assoc/disassocJouni Malinen2010-01-031-7/+5
* Use driver event, EVENT_EAPOL_RX, for EAPOL frame indicationJouni Malinen2010-01-031-3/+6
* Replace hostapd_probe_req_rx() with EVENT_RX_PROBE_REQ driver eventJouni Malinen2010-01-031-7/+7
* Get rid of unnecessary typedefs for enums.Jouni Malinen2009-12-261-3/+3
* Merge driver ops set_wps_beacon_ie and set_wps_probe_resp_ieJouni Malinen2009-12-241-14/+12
* Change Linux driver wrappers to use shared netlink receive codeJouni Malinen2009-12-181-96/+18
* Fix netlink payload length calculationJouni Malinen2009-12-181-1/+1
* Replace hostapd_button_pushed() with generic driver eventJouni Malinen2009-12-131-1/+1
* Replace hostapd_michael_mic_failure() with generic driver eventJouni Malinen2009-12-131-1/+6