summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* tests: Secure mesh network setup failing due to wpa_init() OOMJouni Malinen2015-09-051-1/+12
* mesh: Fix memory leak on error pathMasashi Honma2015-09-051-0/+1
* mesh: Fix segfault on error pathMasashi Honma2015-09-051-1/+2
* mesh: Add RSN IE to Mesh Peering Open/Confirm framesMasashi Honma2015-09-051-0/+6
* mesh: Rename IE field to clarify its useMasashi Honma2015-09-053-8/+8
* TDLS: Use proper IE parsing routine for non-EAPOL-Key casesJouni Malinen2015-09-051-6/+9
* Add BSS operating frequency to more debug messagesJouni Malinen2015-09-052-4/+8
* tests: AP and STA tracking with passive scanJouni Malinen2015-09-051-0/+57
* Add station tracking based on other management frame subtypesJouni Malinen2015-09-053-1/+5
* wpa_gui: Increase control interface message buffer for LIST_NETWORKSJouni Malinen2015-09-051-1/+1
* WPS: Merge identical error paths in ssdp_listener_open()Jouni Malinen2015-09-051-8/+5
* tests: Dualband AP rejecting authentication from dualband STA on 2.4 GHzJouni Malinen2015-09-052-1/+115
* Add option to reject authentication on 2.4 GHz from dualband STAJouni Malinen2015-09-058-7/+88
* Indicate CTRL-EVENT-AUTH-REJECT event on authentication rejectionJouni Malinen2015-09-052-2/+18
* tests: Dualband AP not replying to probes from dualband STA on 2.4 GHzJouni Malinen2015-09-051-0/+35
* Add option to ignore Probe Request frames on 2.4 GHz from dualband STAJouni Malinen2015-09-055-0/+57
* tests: Unconnected station trackingJouni Malinen2015-09-051-0/+79
* hostapd: Add mechanism to track unconnected stationsJouni Malinen2015-09-059-0/+155
* wpa_priv: Add authentication command and eventJouni Malinen2015-09-053-0/+198
* wpa_priv: Add support for EVENT_SCAN_STARTEDJouni Malinen2015-09-053-0/+8
* wpa_priv: Print unsupported driver event name in debug logJouni Malinen2015-09-051-2/+2
* wpa_priv: Clear extended_capa pointersJouni Malinen2015-09-052-0/+8
* wpa_priv: Add support for global driver interface contextJouni Malinen2015-09-051-3/+26
* wpa_priv: allow l2_packet to be opened for ethertype 0x890dJouni Malinen2015-09-051-1/+2
* wpa_priv: Add -c argument to usage textJouni Malinen2015-09-051-2/+3
* wpa_priv: Fix early exit pathJouni Malinen2015-09-051-4/+6
* Do not advertise DSSS/CCK support in 40 MHz for 5 GHz bandVasanthakumar Thiagarajan2015-09-051-0/+9
* Make it clearer that ap_scan=2 mode should not be used with nl80211Jouni Malinen2015-09-054-1/+23
* tests: WPS Enrollee protocol testingJouni Malinen2015-09-011-4/+427
* tests: AP configuration using wps_config and wps_cred_processing=2Jouni Malinen2015-09-011-0/+15
* tests: WPS ER timing out STA entry after negotiationJouni Malinen2015-09-011-0/+4
* Allow wpa_cli/hostapd_cli client socket directory to be specifiedManikandan Mohan2015-09-014-10/+65
* WPS: Remove trailing CR from subscription callback URLsJouni Malinen2015-08-311-0/+2
* WPS: Print subscription UUID in debug log in more placesJouni Malinen2015-08-312-5/+15
* tests: WPS AP and advertisement OOMJouni Malinen2015-08-311-2/+25
* WPS: Clean up next_advertisement() error pathJouni Malinen2015-08-311-5/+1
* WPS: Merge event_send_start() error pathsJouni Malinen2015-08-311-5/+3
* tests: WPS UPnP SetSelectedRegistrar protocol testingJouni Malinen2015-08-311-0/+59
* WPS: Merge SetSelectedRegistrar parsing error returnsJouni Malinen2015-08-311-4/+2
* tests: WPS ER Selected Registrar timeoutJouni Malinen2015-08-311-6/+100
* tests: More WPS/HTTP test coverageJouni Malinen2015-08-315-25/+1037
* EAP-WSC peer: Reject connection on unexpected failureJouni Malinen2015-08-301-0/+3
* Allow BSS to return information for AP that uses an invalid WSC IEJouni Malinen2015-08-301-2/+3
* WPS: Use a shared error path in http_client_addr()Jouni Malinen2015-08-291-18/+12
* WPS: Clean up http_client_tx_ready()Jouni Malinen2015-08-291-6/+6
* WPS: Remove duplicated isgraph() loop in HTTP header parsingJouni Malinen2015-08-281-2/+0
* WPS: Merge common error paths in HTTP serverJouni Malinen2015-08-281-5/+3
* tests: cfg80211 connect command to trigger roamJouni Malinen2015-08-281-0/+13
* Remove unnecessary enum typedef from wpa_auth_sm_event()Jouni Malinen2015-08-282-4/+4
* EAPOL auth: Avoid recursive wpa_sm_step() on WPA_DEAUTH caseJouni Malinen2015-08-281-0/+8