aboutsummaryrefslogtreecommitdiffstats
path: root/src/wps
Commit message (Expand)AuthorAgeFilesLines
* Remove src/crypto from default include pathJouni Malinen2009-11-296-17/+17
* Remove src/common from default header file pathJouni Malinen2009-11-292-2/+2
* Move uuid_gen_mac_addr() from uuid.c into src/wpsJouni Malinen2009-11-292-1/+31
* Fix doxygen file level commentsJouni Malinen2009-11-283-3/+3
* Fix doxygen file level commentsJouni Malinen2009-11-284-3/+17
* WPS: Update couple of missed Primary Device Type usesJouni Malinen2009-11-261-4/+5
* WPS: Clean up Primary Device Type handlingJouni Malinen2009-11-266-37/+61
* Resolve some sparse warningsJouni Malinen2009-11-253-1/+3
* WPS: Do not try to send byebye advertisements if socket is not validJouni Malinen2009-11-211-1/+1
* 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-212-3/+18
* WPS: Cleanup subscription URL list handlingJouni Malinen2009-11-213-6/+5
* WPS ER: Move SSDP functionality into a separate fileJouni Malinen2009-11-213-245/+283
* WPS ER: Add more AP information into the ctrl_interface messageJouni Malinen2009-11-212-0/+9
* 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-202-0/+16
* WPS ER: Fix Enrollee entry freeing on timeoutJouni Malinen2009-11-201-1/+15
* WPS: Fix MAC Address inside Credential be that of Enrollee'sJouni Malinen2009-11-193-3/+35
* 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-153-10/+20
* WPS ER: Add command for fetching current AP settingsJouni Malinen2009-11-154-11/+300
* WPS: Determine the OpCode based on message type attribute (UPnP)Jouni Malinen2009-11-151-0/+11
* WPS ER: Do not try to process AP Settings in proxied M7 to ERJouni Malinen2009-11-153-2/+8
* WPS ER: Add preliminary PBC supportJouni Malinen2009-11-152-0/+19
* WPS ER: Only send Enrollee notification on Probe Request and M1Jouni Malinen2009-11-151-4/+16
* WPS ER: Add ctrl_iface notifications for AP/Enrollee add/removeJouni Malinen2009-11-152-2/+105
* WPS ER: Store AP UUID in binary format for future useJouni Malinen2009-11-151-0/+7
* WPS: Use a dummy WSC_ACK as WLANEvent as the initial event if neededJouni Malinen2009-11-151-3/+43
* WPS: Send SSDP byebye notifications when stopping UPnP advertisementsJouni Malinen2009-11-153-5/+36
* WPS: Remove derivation of management keysJouni Malinen2009-11-143-59/+0
* WPS: Remove unused WFA WLANConfig Service actionsJouni Malinen2009-11-142-386/+0
* WPS ER: Fix Op-Code for WSC_{ACK,NACK,Done}Jouni Malinen2009-11-131-6/+21
* WPS: Fix AP to proxy WSC_NACK to ERJouni Malinen2009-11-131-1/+2
* WPS: Fix OpCode when proxying WSC_ACK or WSC_NACK from ERJouni Malinen2009-11-131-1/+11
* WPS ER: Add PIN configuration and SetSelectedRegistrar callJouni Malinen2009-11-133-36/+224
* WPS: Fix http_link_update() to nul terminate the resultJouni Malinen2009-11-131-2/+3
* WPS ER: Add PutWLANResponse generation and transmissionJouni Malinen2009-11-121-13/+101
* WPS ER: Add STA/Enrollee entries and start processing EAP messagesJouni Malinen2009-11-111-12/+213
* WPS ER: Parse WLANEvent notifications and send HTTP responseJouni Malinen2009-11-111-4/+166
* WPS: Fixed printf size_t warning on 32-bit buildsJouni Malinen2009-11-101-1/+2
* WPS ER: Subscribe to UPnP eventsJouni Malinen2009-11-093-19/+193
* WPS: Read HTTP request within HTTP server codeJouni Malinen2009-11-085-174/+255
* WPS: Add HTTP server moduleJouni Malinen2009-11-084-71/+168
* WPS ER: Fetch and parse device descriptionJouni Malinen2009-11-084-7/+170
* WPS: Move generic UPnP XML helper functionality into a separate fileJouni Malinen2009-11-085-272/+321