aboutsummaryrefslogtreecommitdiffstats
path: root/src/ap
Commit message (Expand)AuthorAgeFilesLines
* Ignore TX status for Data frames from not associated STAJouni Malinen2012-02-141-1/+1
* Remove the GPL notification from files contributed by Jouni MalinenJouni Malinen2012-02-1146-368/+92
* Remove the GPL notification from files contributed by AtherosJouni Malinen2012-02-112-16/+4
* Clear EAPOL authenticator authFail for PMKSA caching/FTJouni Malinen2012-02-041-1/+3
* Ignore TX status for Data frames from not associated STAJouni Malinen2012-02-041-2/+6
* WPS: Disable AP PIN after 10 consecutive failuresJouni Malinen2012-01-302-3/+43
* wpa_auth: Fix race in rejecting 4-way handshake for entropyNicolas Cavallari2012-01-291-8/+9
* Fix ap_sta_disconnect() to clear EAPOL/WPA authenticator stateJouni Malinen2012-01-251-0/+2
* Work around interop issue with WPA type EAPOL-Key 4/4 in WPA2 modeJouni Malinen2012-01-221-1/+8
* P2P: Use Device ID attribute to filter Probe Request frames as GOJouni Malinen2012-01-081-0/+12
* Allow SNonce update after sending EAPOL-Key 3/4 if 1/4 was retransmittedJouni Malinen2012-01-022-19/+92
* Do not disconnect STA based on inactivity on driver failureJouni Malinen2012-01-021-1/+7
* hostapd: Make inactivity polling configurableYogesh Ashok Powar2011-12-252-1/+6
* Remove obsolete comment on removed PTK rekeying operationJouni Malinen2011-12-241-3/+0
* Increase initial group key handshake retransmit timeout to 500 msJouni Malinen2011-12-241-3/+5
* Drop priority level of the logger message for unexpected replay counterJouni Malinen2011-12-241-1/+1
* P2P: Maintain a list of P2P Clients for persistent group on GOJouni Malinen2011-12-222-2/+2
* Lower RX_MGMT driver event debug level for Beacon framesJouni Malinen2011-12-181-1/+15
* Make hostapd_eid_wmm_valid() return more logical return valuesJouni Malinen2011-12-172-7/+9
* AP: Pass station's WMM configuration to driver wrappersJason Young2011-12-174-12/+7
* AP: Add uapsd_queues and max_sp fieldsEliad Peller2011-12-174-6/+20
* AP: Consider U-APSD driver supportEliad Peller2011-12-171-1/+2
* Allow WPA passphrase to be fetched with RADIUS Tunnel-Password attributeMichael Braun2011-12-117-5/+74
* Set driver Probe Response template for AP mode offloadArik Nemtsov2011-12-101-0/+42
* Split Probe Response generation into a separate functionArik Nemtsov2011-12-101-102/+114
* Maintain internal copy of Probe Response offload capabilitiesArik Nemtsov2011-12-101-0/+7
* AP: Improve disconnect and timeout related loggingBen Greear2011-12-103-4/+9
* AP: Convert some wpa_printf to wpa_msg/dbgBen Greear2011-12-102-5/+6
* Tell user why a channel cannot be used in AP modeBen Greear2011-12-101-2/+9
* P2P: Append P2P Device Address to AP-STA-DISCONNECTED eventJithu Jance2011-12-101-8/+20
* Add MSK dump mechanism into hostapd RADIUS server for testingJouni Malinen2011-12-093-0/+11
* Fix basic_rates copyingJouni Malinen2011-12-041-2/+2
* Fix no-NEED_AP_MLME buildJouni Malinen2011-12-041-1/+1
* Allow Action frames with unknown BSSID in GO modeArik Nemtsov2011-12-041-0/+5
* Convert hostapd_prepare_rates() to use struct hostapd_ifaceJouni Malinen2011-12-033-23/+23
* Merge set_rate_sets() driver_ops into set_ap()Jouni Malinen2011-12-036-13/+12
* Remove unused parameters from set_rate_sets()Jouni Malinen2011-12-033-8/+4
* hostapd: Show driver event names in debug logJouni Malinen2011-12-031-0/+3
* Fix generated WPS PIN values to use zero-paddingSzymon Bigos2011-12-021-1/+1
* WPS: Allow RF Bands value to be overriddenBharat Chakravarty2011-11-302-2/+10
* WPS: Fix stopping of active WPS operation on dual concurrent APSubrat Dash2011-11-301-0/+18
* WPS ER: Fix segfault in some selected registrar change casesJouni Malinen2011-11-301-6/+0
* P2P: Send STA connected/disconnected events to parent ctrl_ifaceDmitry Shmidt2011-11-252-0/+15
* Use wpa_key_mgmt_*() helpersJouni Malinen2011-11-242-5/+2
* WPS: Include WSC IE in (Re)Association Response for maybe-WPS caseJouni Malinen2011-11-241-1/+2
* Fix wired EAPOL authenticatorJouni Malinen2011-11-201-1/+2
* Avoid excessive probe response retriesHelmut Schaa2011-11-191-1/+8
* Allow MLME frames to be sent without expecting an ACK (no retries)Helmut Schaa2011-11-197-12/+12
* AP: Add explicit EAPOL TX status eventJohannes Berg2011-11-195-9/+53
* Mark local functions staticJouni Malinen2011-11-181-2/+2