aboutsummaryrefslogtreecommitdiffstats
path: root/hostapd
Commit message (Expand)AuthorAgeFilesLines
* Add generic infrastructure for Probe Request callbacksJouni Malinen2009-06-126-11/+53
* Replace hostapd_wps_probe_req_rx() with more generic ProbeReq notifierJouni Malinen2009-06-121-0/+8
* hostapd: EAP-AKA' needs SHA256Jouni Malinen2009-05-291-0/+1
* Fix STA flag setting for auto-authorization if 802.1X/WPA is not usedJouni Malinen2009-05-281-0/+3
* hostapd: Require EAPOL-Key type to match with selected protocolJouni Malinen2009-05-271-0/+16
* WPS: Add support for setting timeout for PINJouni Malinen2009-05-265-10/+34
* hostapd: Fix internal crypto build without TLSJouni Malinen2009-05-261-0/+9
* hostapd: Fix non-802.11w buildJouni Malinen2009-05-261-1/+1
* Fix WMM and MFP STA flag setting with flags_or/flags_andJouni Malinen2009-05-111-7/+7
* Drop unprotected Robust Action frames from MFP STAsJouni Malinen2009-05-081-3/+22
* Add more debugging details for SA Query processingJouni Malinen2009-05-061-0/+11
* Reject hostapd configuration without channel for nl80211 driversJouni Malinen2009-05-061-0/+7
* Add code to re-use an existing ctrl_iface socket fileJouni Malinen2009-05-061-2/+29
* Remove unused set_broadcast_ssid() driver opJouni Malinen2009-04-222-16/+0
* Remove the unused set_ieee80211d driver opJouni Malinen2009-04-222-16/+0
* Move default_wep_key variable into EAPOL authenticator dataJouni Malinen2009-04-225-33/+36
* Remove unused set_retry() driver opJouni Malinen2009-04-211-9/+0
* hostapd: Remove unused passive scan functionalityJouni Malinen2009-04-177-92/+7
* Move more multi-BSSID processing into drv_callbacks.cJouni Malinen2009-04-171-5/+120
* Provide own_addr buffer in hapd_init() parametersJouni Malinen2009-04-171-0/+3
* Add own_addr as a parameter to sta_deauth() and sta_disassoc()Jouni Malinen2009-04-171-2/+4
* Clean up HT40 scan and share nl80211 scanning codeJouni Malinen2009-04-166-54/+204
* Share driver beacon configuration handlersJouni Malinen2009-04-091-2/+2
* Merge hostapd driver init functions into oneJouni Malinen2009-04-093-20/+30
* Share same set_country driver op for hostapd and wpa_supplicantJouni Malinen2009-04-091-2/+2
* Share management frame send driver op for hostapd and wpa_supplicantJouni Malinen2009-04-091-2/+2
* Remove flags parameter from send_mgmt_frame() driver opJouni Malinen2009-04-096-12/+11
* Use common get_hw_feature_data for hostapd and wpa_supplicantJouni Malinen2009-04-091-4/+3
* Merge wpa_supplicant and hostapd driver wrapper implementationsJouni Malinen2009-04-0924-11361/+72
* nl80211: Add bridge interfaces from secondary BSSes to ifidx listJouni Malinen2009-04-031-5/+8
* nl80211: Fix EAPOL frame RX for secondary BSSesJouni Malinen2009-04-033-2/+24
* nl80211: Remove dead codeJouni Malinen2009-04-031-7/+0
* nl80211: Remove unuset set_privacy() and set_internal_bridge()Jouni Malinen2009-04-031-26/+0
* Mark STA authorized if IEEE 802.1X and WPA is not usedJouni Malinen2009-04-032-15/+5
* Fix some multi-BSSID configuration operationsJouni Malinen2009-04-031-9/+10
* Share same hw_feature definitions between hostapd and wpa_supplicantJouni Malinen2009-04-033-44/+1
* Remove unused driver_opsJouni Malinen2009-04-033-105/+0
* Merge wireless_event_{,de}init() into {,de}init() driver opJouni Malinen2009-04-038-79/+40
* wpa_supplicant AP: Add management frame RX for nl80211Jouni Malinen2009-04-021-0/+2
* Fix RSN parameter setting for multi-BSS caseJouni Malinen2009-04-021-20/+21
* Merge set_dtim_period() into set_beacon()Jouni Malinen2009-04-024-63/+11
* Fix SHA-256-based KDF when using CCMP as the pairwise cipherJouni Malinen2009-04-014-9/+14
* WPS: Fix hostapd runtime WPS configuration after Enrollee runJouni Malinen2009-03-301-0/+22
* Make channel number available to set_freq()Jouni Malinen2009-03-303-2/+5
* Add needed AP driver wrappers (most of which are still to-do)Jouni Malinen2009-03-271-0/+1
* Update driver SSID and 802.1X/WPA parameters on configuration reloadJouni Malinen2009-03-271-0/+10
* Fix: Loop in driver selection routineMasashi Honma2009-03-271-1/+1
* Rename struct wpa_driver_ops to hapd_driver_opsJouni Malinen2009-03-2614-28/+29
* Move hostapd_init() into main.cJouni Malinen2009-03-263-65/+69
* Get rid of couple of shadowed variable warningsJouni Malinen2009-03-262-8/+8