aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* OpenSSL: Remove unneeded MinGW CryptoAPI compat codeJouni Malinen2009-11-211-68/+0
* GnuTLS: Fix compilation with newer GnuTLS versionsJouni Malinen2009-11-211-0/+4
* Fix strict aliasing issue with the internal SHA-1 implementationJouni Malinen2009-11-211-2/+2
* 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
* Add 'none' driver as an option for wpa_supplicantJouni Malinen2009-11-202-11/+47
* WPS: Fix MAC Address inside Credential be that of Enrollee'sJouni Malinen2009-11-193-3/+35
* nl80211/SME: Use reassociation when roaming within the ESSJouni Malinen2009-11-172-0/+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-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-153-2/+111
* 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
* hostapd: fix AP mode initialization for nl80211Felix Fietkau2009-11-111-3/+3
* WPS ER: Parse WLANEvent notifications and send HTTP responseJouni Malinen2009-11-111-4/+166
* driver_prism54: Use os_zalloc instead of malloc to clear memoryJouni Malinen2009-11-101-8/+8
* Fix comparison to use correct symbol name (__rand vs. rand)Jouni Malinen2009-11-101-1/+1
* Add wpa_msg_ctrl() for ctrl_interface-only messagesJouni Malinen2009-11-102-0/+39
* 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