aboutsummaryrefslogtreecommitdiffstats
path: root/src/drivers/driver_madwifi.c
Commit message (Expand)AuthorAgeFilesLines
* Update license notification in files initially contributed by SamJouni Malinen2012-06-301-8/+2
* WEXT: Use linux/wireless.h instead of wireless_copy.hJouni Malinen2011-11-151-1/+1
* Remove station functionality from hostap and madwifi driver wrappersJouni Malinen2011-11-131-558/+0
* madwifi: Implement set_freq for hostapd, adjust hostapd.confPavel Roskin2011-07-291-0/+19
* P2P: Filter Probe Request frames based on DA and BSSID in Listen stateJouni Malinen2011-07-151-0/+2
* nl80211: Send EAPOL frames as QoS data frames for QoS aware clientsFelix Fietkau2011-04-021-1/+1
* 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
* Use more consistent set_key seq value when nothing is being setJouni Malinen2011-01-091-2/+3
* driver_madwifi: fix a compile error on big endian systemsFelix Fietkau2010-11-091-1/+1
* WPS 2.0: Provide (Re)Association Response WPS IE to driverJouni Malinen2010-09-221-1/+2
* 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
* Standardize on a single definition of auth_alg bitfield valuesJouni Malinen2010-01-031-3/+3
* 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-2/+2
* 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_michael_mic_failure() with generic driver eventJouni Malinen2009-12-131-1/+6
* Map STA flags into values defined in driver.hJouni Malinen2009-12-131-3/+2
* Add more WPA/IEEE 802.1X parameters into set_ieee8021x() driver opJouni Malinen2009-12-121-30/+25
* Change set_ieee8021x driver op to use parameters structureJouni Malinen2009-12-121-1/+2
* Remove src/common from default header file pathJouni Malinen2009-11-291-1/+1
* Remove deprecated scan and set_probe_req_ie driver_opsJouni Malinen2009-11-231-3/+9
* Remove deprecated driver_ops handlersJouni Malinen2009-11-231-11/+9
* Add cleared deprecation notes on iwl,ndiswrapper,madwifi(sta) wrappersJouni Malinen2009-11-231-0/+5
* Merge set_key and hapd_set_key driver_ops into a single functionJouni Malinen2009-11-231-8/+8
* Remove unneeded set-MTU operation from driversJouni Malinen2009-11-231-11/+0
* Replace hostapd_wps_probe_req_rx() with more generic ProbeReq notifierJouni Malinen2009-06-121-2/+1
* Provide own_addr buffer in hapd_init() parametersJouni Malinen2009-04-171-1/+1
* Add own_addr as a parameter to sta_deauth() and sta_disassoc()Jouni Malinen2009-04-171-4/+8
* Merge hostapd driver init functions into oneJouni Malinen2009-04-091-5/+5
* Merge wpa_supplicant and hostapd driver wrapper implementationsJouni Malinen2009-04-091-1/+1363
* Setting probe request ie with madwifi driverMasashi Honma2009-02-051-2/+28
* Moved ieee802_11_parse_elems() into common codeJouni Malinen2008-10-291-0/+6
* Re-initialize hostapd/wpa_supplicant git repository based on 0.6.3 releaseJouni Malinen2008-02-271-0/+565