atheros: Deinit l2_packet sock_xmit on error path
[libeap.git] / src / wps /
2010-08-24 Jouni MalinenWPS: Optimize M2 processing in AP Setup Locked case
2010-08-24 Jouni MalinenWPS: Add support for dynamic AP PIN management
2010-08-24 Jouni MalinenWPS: Use WSC_NACK if no device password is known on...
2010-08-11 Jouni MalinenWPS: Make DH debug prints easier to understand
2010-07-27 Jouni MalinenWPS: Allow AP to start in Enrollee mode without AP...
2010-07-21 Jouni MalinenWPS: Limit WPS ER event_id < 2^31 bits to avoid issues...
2010-07-18 Jouni MalinenWPS: Add more debug info for DH keys
2010-07-05 Jouni MalinenWPS: Add a workaround for OS X 10.6.3 and .4 (use PSK...
2010-07-05 Jouni MalinenWPS: Add a workaround for parsing M1 from OS X 10.6
2010-06-11 Jouni MalinenWPS: Use different scan result sorting rules when doing...
2010-06-11 Jouni MalinenWPS: Add workaround for missing Network Key attribute
2010-05-27 Jouni MalinenWPS ER: Add command for configuring an AP
2010-05-27 Jouni MalinenWPS ER: Add ctrl_iface event for learned AP settings
2010-05-27 Jouni MalinenWPS ER: Allow AP filtering based on IP address
2010-05-27 Jouni MalinenWPS ER: Fix Credential to use correct Enrollee MAC...
2010-05-26 Jouni MalinenAdd WPS IE into (Re)Association Response frame if WPS...
2010-05-26 Jouni MalinenFix WPS attribute parser to use correct pointer for...
2010-05-25 Jouni MalinenFix a typo in unused attribute name
2010-04-17 Jouni MalinenRemove unnecessary SUBDIRS loops from src/*/Makefile
2010-04-06 Jouni MalinenWPS: Add a workaround for incorrect NewWLANEventMAC...
2010-04-04 Jouni MalinenWPS: Do not include Label in default Config Methods
2010-04-04 Jouni MalinenWPS: Fix PBC session overlap detection to use Device...
2010-03-13 Jouni MalinenFix WPS IE in Probe Response frame to include proper...
2010-03-06 Jouni MalinenAvoid warnings on unused function/variables if debug...
2010-03-06 Kel Moddermanwpa_supplicant: fix FTBFS on Debian GNU/kFreeBSD
2010-02-12 Jouni MalinenWPS: Fix AP operation with internal Registrar when...
2010-01-10 Jouni MalinenWPS ER: Check uuid_str2bin() return value
2010-01-10 Jouni MalinenWPS ER: Verify os_get_random() return value
2010-01-10 Jouni MalinenCheck WPS attr build helper return value
2010-01-09 Jouni MalinenWPS: Remove unused mac_addr_text parameter from get_net...
2010-01-01 Jouni MalinenWPS: Fix Probe Request processing to handle missing...
2009-12-28 Jouni MalinenWPS: Add Enrollee-seen event message and wpa_gui-qt4...
2009-12-24 Jouni MalinenWPS: Fix a memory leak if set_ie_cb() is not set
2009-12-24 Jouni MalinenMerge driver ops set_wps_beacon_ie and set_wps_probe_re...
2009-12-21 Jouni MalinenWPS: Make Config Methods configurable for wpa_supplicant
2009-12-21 Jouni MalinenWPS: Prefer PSK format if Enrollee does not advertise...
2009-12-21 Jouni MalinenWPS: Add option for forcing Registrar to use PSK format...
2009-12-19 Jouni MalinenWPS ER: Delay wpa_supplicant termination to allow unsub...
2009-12-19 Jouni MalinenWPS ER: Unsubscribe from AP events whenever removing...
2009-12-19 Jouni MalinenWPS: Convert Registrar PIN list to use struct dl_list
2009-12-19 Jouni MalinenWPS ER: Convert lists to use struct dl_list
2009-12-19 Jouni MalinenWPS: Remove unused net_if copy
2009-12-19 Jouni MalinenWPS: Remove parent pointer from advertisement state...
2009-12-19 Jouni MalinenWPS: Convert struct advertisement_state_machine to...
2009-12-19 Jouni MalinenWPS: Remove unused struct subscr_addr parent pointer
2009-12-19 Jouni MalinenWPS: Convert struct wps_event_ to use struct dl_list
2009-12-19 Jouni MalinenWPS: Convert struct subscription to use struct dl_list
2009-12-19 Jouni MalinenWPS: Convert struct subscr_addr to use dl_list
2009-12-12 Jouni MalinenWPS: Handle Selected Registrar as a union of info from...
2009-12-12 Jouni MalinenWPS: Move POST URL validation into web_connection_parse...
2009-12-12 Jouni MalinenWPS: Remove an obsolete comment about UPnP actions...
2009-12-12 Jouni MalinenWPS: Remove unnecessary GetDevice and PutMessage callbacks
2009-12-12 Jouni MalinenWPS: Remove unnecessary SetSelectedRegistrar callback
2009-11-29 Jouni MalinenRemove src/crypto from default include path
2009-11-29 Jouni MalinenRemove src/common from default header file path
2009-11-29 Jouni MalinenMove uuid_gen_mac_addr() from uuid.c into src/wps
2009-11-28 Jouni MalinenFix doxygen file level comments
2009-11-28 Jouni MalinenFix doxygen file level comments
2009-11-26 Jouni MalinenWPS: Update couple of missed Primary Device Type uses
2009-11-26 Jouni MalinenWPS: Clean up Primary Device Type handling
2009-11-24 Jouni MalinenResolve some sparse warnings
2009-11-21 Jouni MalinenWPS: Do not try to send byebye advertisements if socket...
2009-11-21 Jouni MalinenWPS ER: Deinitialize protocol instance with STA after...
2009-11-21 Jouni MalinenWPS ER: Use random event identifier in event URL
2009-11-21 Jouni MalinenWPS: Cleanup subscription URL list handling
2009-11-21 Jouni MalinenWPS ER: Move SSDP functionality into a separate file
2009-11-21 Jouni MalinenWPS ER: Add more AP information into the ctrl_interface...
2009-11-21 Jouni MalinenWPS ER: Fetch AP's M1 to learn device type and WPS...
2009-11-21 Jouni MalinenWPS ER: Use (addr,UUID) as the key for AP entries
2009-11-21 Jouni MalinenWPS ER: Stop AP unlink loop on match
2009-11-21 Jouni MalinenWPS ER: Move STA entry unlinking into a separate function
2009-11-21 Jouni MalinenWPS ER: Fix AP entry freeing on timeout
2009-11-20 Jouni MalinenWPS ER: Refresh ER data on WPS_ER_START when already...
2009-11-20 Jouni MalinenWPS ER: Fix Enrollee entry freeing on timeout
2009-11-18 Jouni MalinenWPS: Fix MAC Address inside Credential be that of Enrol...
2009-11-15 Jouni MalinenWPS ER: Clear WPS protocol run on PutMessage failure
2009-11-15 Jouni MalinenWPS ER: Deinit WPS protocol data when freeing AP entry
2009-11-15 Jouni MalinenWPS ER: Use learnt AP settings to build credentials...
2009-11-15 Jouni MalinenWPS ER: Add command for fetching current AP settings
2009-11-15 Jouni MalinenWPS: Determine the OpCode based on message type attribu...
2009-11-15 Jouni MalinenWPS ER: Do not try to process AP Settings in proxied...
2009-11-15 Jouni MalinenWPS ER: Add preliminary PBC support
2009-11-15 Jouni MalinenWPS ER: Only send Enrollee notification on Probe Reques...
2009-11-15 Jouni MalinenWPS ER: Add ctrl_iface notifications for AP/Enrollee...
2009-11-15 Jouni MalinenWPS ER: Store AP UUID in binary format for future use
2009-11-14 Jouni MalinenWPS: Use a dummy WSC_ACK as WLANEvent as the initial...
2009-11-14 Jouni MalinenWPS: Send SSDP byebye notifications when stopping UPnP...
2009-11-14 Jouni MalinenWPS: Remove derivation of management keys
2009-11-14 Jouni MalinenWPS: Remove unused WFA WLANConfig Service actions
2009-11-13 Jouni MalinenWPS ER: Fix Op-Code for WSC_{ACK,NACK,Done}
2009-11-13 Jouni MalinenWPS: Fix AP to proxy WSC_NACK to ER
2009-11-13 Jouni MalinenWPS: Fix OpCode when proxying WSC_ACK or WSC_NACK from ER
2009-11-13 Jouni MalinenWPS ER: Add PIN configuration and SetSelectedRegistrar...
2009-11-13 Jouni MalinenWPS: Fix http_link_update() to nul terminate the result
2009-11-11 Jouni MalinenWPS ER: Add PutWLANResponse generation and transmission
2009-11-11 Jouni MalinenWPS ER: Add STA/Enrollee entries and start processing...
2009-11-10 Jouni MalinenWPS ER: Parse WLANEvent notifications and send HTTP...
2009-11-10 Jouni MalinenWPS: Fixed printf size_t warning on 32-bit builds
2009-11-09 Jouni MalinenWPS ER: Subscribe to UPnP events
2009-11-08 Jouni MalinenWPS: Read HTTP request within HTTP server code
next