aboutsummaryrefslogtreecommitdiffstats
path: root/src/drivers/driver_hostap.c
Commit message (Expand)AuthorAgeFilesLines
* Remove the GPL notification from files contributed by Jouni MalinenJouni Malinen2012-02-111-8/+2
* Allow MLME frames to be sent without expecting an ACK (no retries)Helmut Schaa2011-11-191-5/+5
* 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-496/+0
* 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-0/+28
* hostap: Remove unused variable in handle_frame()Pavel Roskin2011-07-291-2/+0
* hostap: Add channel selection support in hostapdPavel Roskin2011-07-291-0/+20
* nl80211: Send EAPOL frames as QoS data frames for QoS aware clientsFelix Fietkau2011-04-021-1/+2
* Move hostap driver specific workaround into the driver wrapperJouni Malinen2011-01-091-0/+10
* Use more consistent set_key seq value when nothing is being setJouni Malinen2011-01-091-1/+2
* 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-3/+2
* Remove unnecessary ifname parameter from sta_add() driver opJouni Malinen2010-03-071-2/+1
* Remove unnecessary ifname parameter from hapd_get_ssid/hapd_set_ssidJouni Malinen2010-03-071-2/+1
* 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-1/+1
* hostapd: add ifname to the sta_set_flags callbackFelix Fietkau2010-03-061-2/+3
* Use common driver code for Linux hwaddr get/setJouni Malinen2010-01-031-15/+1
* Share a single Linux ioctl helper fo setting interface up/downJouni Malinen2010-01-031-20/+5
* Standardize on a single definition of auth_alg bitfield valuesJouni Malinen2010-01-031-3/+3
* Add drv_event_eapol_rx() helperJouni Malinen2010-01-031-5/+1
* Use driver event, EVENT_EAPOL_RX, for EAPOL frame indicationJouni Malinen2010-01-031-1/+5
* Remove struct ieee80211_hdr dependency from EVENT_RX_FROM_UNKNOWNJouni Malinen2010-01-031-1/+1
* Get rid of unnecessary typedefs for enums.Jouni Malinen2009-12-261-4/+6
* Merge driver ops set_wps_beacon_ie and set_wps_probe_resp_ieJouni Malinen2009-12-241-18/+15
* Change Linux driver wrappers to use shared netlink receive codeJouni Malinen2009-12-181-96/+19
* Fix netlink payload length calculationJouni Malinen2009-12-181-1/+1
* Use generic driver events for TX status and RX reportingJouni Malinen2009-12-131-27/+20
* 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-2/+7
* Change set_ieee8021x driver op to use parameters structureJouni Malinen2009-12-121-1/+2
* Remove struct hostapd_rate_data from driver APIJouni Malinen2009-12-091-5/+5
* Remove unused rate flags from driver useJouni Malinen2009-12-091-4/+0
* Remove some unneeded header file inclusionsJouni Malinen2009-11-291-3/+3
* 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/+6
* Remove deprecated driver_ops handlersJouni Malinen2009-11-231-11/+11
* Merge set_key and hapd_set_key driver_ops into a single functionJouni Malinen2009-11-231-8/+7
* Move HOSTAPD_MTU definition into driver_hostap.cJouni Malinen2009-11-231-0/+5
* Move more multi-BSSID processing into drv_callbacks.cJouni Malinen2009-04-171-1/+1
* Provide own_addr buffer in hapd_init() parametersJouni Malinen2009-04-171-3/+4
* Add own_addr as a parameter to sta_deauth() and sta_disassoc()Jouni Malinen2009-04-171-8/+8
* Merge hostapd driver init functions into oneJouni Malinen2009-04-091-3/+3
* Share management frame send driver op for hostapd and wpa_supplicantJouni Malinen2009-04-091-12/+11
* Remove flags parameter from send_mgmt_frame() driver opJouni Malinen2009-04-091-6/+5
* Merge wpa_supplicant and hostapd driver wrapper implementationsJouni Malinen2009-04-091-2/+1228
* Re-initialize hostapd/wpa_supplicant git repository based on 0.6.3 releaseJouni Malinen2008-02-271-0/+513