aboutsummaryrefslogtreecommitdiffstats
path: root/src/wps/wps_er.c
Commit message (Expand)AuthorAgeFilesLines
* WPS ER: Add support for building NFC configuration tokenJouni Malinen2012-06-281-1/+39
* Remove the GPL notification from files contributed by Jouni MalinenJouni Malinen2012-02-111-8/+2
* WPS ER: Fix UPnP XML Device Description parser to find correct deviceJouni Malinen2011-08-311-1/+46
* P2P: Allow WPS_PBC command on GO to select on P2P Device AddressJouni Malinen2011-02-071-1/+1
* WPS ER: Fix compiler warning on non-WPS2 buildsJouni Malinen2010-11-111-0/+2
* WPS ER: Clear WPS state if PutMessage does not include NewOutMessageJouni Malinen2010-11-021-0/+2
* WPS ER: Add validation of WPS attributes in proxied Probe RequestJouni Malinen2010-10-311-0/+6
* WPS ER: Cache AP settings for APs that restart UPnPJouni Malinen2010-10-251-0/+64
* WPS ER: Add more details to wps_er_pbc failure returnsJouni Malinen2010-10-251-2/+7
* WPS ER: Fix SetSelectedRegistrar to include wildcard AuthorizedMACsJouni Malinen2010-10-251-0/+8
* WPS ER: Only activate PBC mode on single APJouni Malinen2010-10-251-10/+32
* WPS ER: Show SetSelectedRegistrar events as ctrl_iface eventsJouni Malinen2010-10-251-1/+23
* WPS ER: Add wps_er_set_config to use local configurationJouni Malinen2010-10-201-0/+28
* WPS ER: Add more debug info on initialization errorsJouni Malinen2010-09-241-0/+2
* WPS ER: Make sure PIN timeout does not interrupt PBC operationJouni Malinen2010-09-231-0/+6
* WPS ER: Fix debug message for protocol run done caseJouni Malinen2010-09-221-0/+4
* WPS: Fix ER PBC overlap detection build with P2P changesJouni Malinen2010-09-091-1/+1
* WPS 2.0: Convert new attributes into WFA vendor extensionJouni Malinen2010-09-091-2/+6
* WPS ER: Use PBC overlap detectionJouni Malinen2010-09-091-0/+7
* WPS ER: Do not use SetSelectedRegistrar when learning/configuring APJouni Malinen2010-09-091-2/+9
* WPS 2.0: Make WSC 2.0 support to be build option (CONFIG_WPS2)Jouni Malinen2010-09-091-0/+2
* WPS 2.0: Add support for AuthorizedMACs attributeJouni Malinen2010-09-091-3/+14
* WPS 2.0: Add new attributes and update version negotiationJouni Malinen2010-09-091-1/+2
* WPS: Limit WPS ER event_id < 2^31 bits to avoid issues with atoi()Jouni Malinen2010-07-201-0/+2
* WPS ER: Add command for configuring an APJouni Malinen2010-05-281-2/+79
* WPS ER: Add ctrl_iface event for learned AP settingsJouni Malinen2010-05-271-1/+7
* WPS ER: Allow AP filtering based on IP addressJouni Malinen2010-05-271-1/+11
* WPS ER: Fix Credential to use correct Enrollee MAC AddressJouni Malinen2010-05-271-0/+12
* WPS ER: Check uuid_str2bin() return valueJouni Malinen2010-01-101-1/+2
* WPS ER: Verify os_get_random() return valueJouni Malinen2010-01-101-1/+5
* WPS: Remove unused mac_addr_text parameter from get_netif_info()Jouni Malinen2010-01-091-7/+4
* WPS ER: Delay wpa_supplicant termination to allow unsubscriptionJouni Malinen2009-12-191-5/+17
* WPS ER: Unsubscribe from AP events whenever removing the AP entryJouni Malinen2009-12-191-19/+178
* WPS ER: Convert lists to use struct dl_listJouni Malinen2009-12-191-84/+24
* WPS ER: Deinitialize protocol instance with STA after completionJouni Malinen2009-11-211-0/+12
* WPS ER: Use random event identifier in event URLJouni Malinen2009-11-211-3/+17
* WPS ER: Move SSDP functionality into a separate fileJouni Malinen2009-11-211-245/+6
* WPS ER: Add more AP information into the ctrl_interface messageJouni Malinen2009-11-211-0/+6
* WPS ER: Fetch AP's M1 to learn device type and WPS stateJouni Malinen2009-11-211-36/+90
* WPS ER: Use (addr,UUID) as the key for AP entriesJouni Malinen2009-11-211-17/+22
* WPS ER: Stop AP unlink loop on matchJouni Malinen2009-11-211-0/+1
* WPS ER: Move STA entry unlinking into a separate functionJouni Malinen2009-11-211-15/+22
* WPS ER: Fix AP entry freeing on timeoutJouni Malinen2009-11-211-0/+19
* WPS ER: Refresh ER data on WPS_ER_START when already startedJouni Malinen2009-11-201-0/+15
* WPS ER: Fix Enrollee entry freeing on timeoutJouni Malinen2009-11-201-1/+15
* WPS ER: Clear WPS protocol run on PutMessage failureJouni Malinen2009-11-151-0/+4
* WPS ER: Deinit WPS protocol data when freeing AP entryJouni Malinen2009-11-151-0/+2
* WPS ER: Use learnt AP settings to build credentials for an EnrolleeJouni Malinen2009-11-151-0/+3
* WPS ER: Add command for fetching current AP settingsJouni Malinen2009-11-151-11/+290
* WPS ER: Do not try to process AP Settings in proxied M7 to ERJouni Malinen2009-11-151-0/+1