Handle NULL return from os_zalloc() in sta_track_add()
[mech_eap.git] / src / wps /
2014-01-27 Jouni MalinenWPS NFC: Send M2D with config error 20 on pkhash mismatch
2014-01-27 Jouni MalinenWPS: Remove Version attribute from NFC messages
2014-01-27 Jouni MalinenWPS: Add builder functions for AP Channel and RF Bands...
2014-01-07 Jouni MalinenWPS: Convert printf() debug print to use wpa_printf()
2013-12-29 Jouni MalinenWPS: Remove unused send_wpabuf()
2013-12-29 Jouni MalinenWPS: Allow testing mode to disable 2.0 functionality
2013-12-29 Jouni MalinenRemove unused wps_device_data_dup()
2013-12-29 Jouni MalinenRemove unnecessary extra tracking of eloop registration
2013-12-29 Jouni MalinenReplace unnecessary hex_value() with hex2byte()
2013-12-26 Jouni MalinenWPS ER: Fix deinit timeout handling with delayed/failin...
2013-12-24 Johannes BergWPS_UPNP: Use monotonic time for event debouncing
2013-12-24 Johannes Bergwps_registrar: Use monotonic time for PBC workaround
2013-12-24 Johannes Bergwps_registrar: Use monotonic time for PBC session timeout
2013-12-24 Johannes Bergwps_registrar: Use monotonic time for PIN timeout
2013-11-24 Jouni MalinenAdd CONFIG_CODE_COVERAGE=y option for gcov
2013-11-07 Jouni MalinenWPS NFC: Add more debug for NFC Password Token matching
2013-11-07 Jouni MalinenWPS NFC: Add debug log entry on OOB Dev Pw attribute...
2013-10-26 Jouni MalinenAdd explicit buffer length checks for p2p_build_wps_ie()
2013-10-18 Jouni MalinenHTTP server: Allow TCP socket to be reused
2013-09-14 Jouni MalinenWPS: Ignore PBC-to-PIN change from M1 to M2 as a workaround
2013-09-01 Jouni MalinenP2P: Store P2P Device Address in per-device PSK records
2013-09-01 Jouni MalinenP2P: Allow per-device PSK to be assigned
2013-08-25 David SpinadelWPS: Set currently used RF band in RF Bands attribute
2013-08-23 Jeffin MammenWPS: Track peer MAC address from the last operations
2013-08-23 Jeffin MammenWPS: Track result of the latest WPS operation
2013-08-23 Jeffin MammenWPS: Add PBC mode activated/disabled events
2013-08-23 Jouni MalinenWPS: Share a common function for error strings
2013-07-11 Jouni MalinenWPS: Stop SSDP service before freeing the pending entries
2013-05-27 Jouni MalinenWPS: Allow Device Password Id changes between PIN methods
2013-05-04 Jouni MalinenWPS: Do not use void* in arithmetic
2013-04-28 Jouni MalinenWPS ER: Allow UPnP interface to be forced
2013-04-27 Jouni MalinenAdd dup_binstr() to help common binary string tasks
2013-04-27 Jouni MalinenWPS: Fix AP auto configuration on config token generation
2013-04-27 Jouni MalinenWPS NFC: Allow Device Password ID override for selected...
2013-04-27 Jouni MalinenWPS: Use generic MAC Address attribute builder
2013-04-01 Jouni MalinenWPS NFC: Allow configuration token to be built from...
2013-04-01 Jouni MalinenWPS ER: Allow Enrollee to be specified with MAC address
2013-04-01 Jouni MalinenWPS ER: Allow AP to be specified with BSSID
2013-04-01 Jouni MalinenWPS: Fix use of pre-configured DH keys with multiple...
2013-04-01 Jouni MalinenWPS: Be more careful with pre-configured DH parameters
2013-02-24 Jouni MalinenWPS: Fix OOB Device Password use in PSK1,PSK1 derivation
2013-02-15 Jouni MalinenWPS: Use pre-configured NFC password token instead...
2013-02-14 Jouni MalinenWPS: Allow Device Password to be changed from M1 to M2
2013-02-10 Jouni MalinenWPS: Fetch only the carrier record from wpa_supplicant...
2012-12-17 Jouni MalinenWPS: Add RF bands attribute conditionally to Probe...
2012-11-25 Jouni MalinenRemove unneeded header file inclusion
2012-11-15 Jouni MalinenWPS: Add a workaround for PBC session overlap detection
2012-11-11 Jouni MalinenWPS: Remove deprecated UFD config method and OOB ctrl_iface
2012-11-01 Jouni MalinenWPS: Reject invalid credential more cleanly
2012-10-28 Jouni MalinenWPS: Remove old OOB NFC interface
2012-10-28 Jouni MalinenWPS: Use AP Channel attribute in credential to speed...
2012-10-28 Jouni MalinenWPS: Add preliminary NFC connection handover support...
2012-10-10 Jouni MalinenWPS: Limit number of active wildcard PINs to one
2012-10-02 Jouni MalinenWPS: Fix a potential memory leak on wps_init() error...
2012-08-27 Jouni MalinenWPS: Maintain more AP state during WPS PIN iteration
2012-08-13 Eyal ShapiraWPS: Fix nonce comparisons
2012-07-07 Jouni MalinenWPS SSDP: Fix socket leaks on error paths
2012-07-07 Jouni MalinenWPS UDF: Fix fd leak on error path
2012-06-30 Jouni MalinenMove p2p_connect PIN format validation into a separate...
2012-06-28 Jouni MalinenWPS: Share a single function for generating NFS passwor...
2012-06-28 Jouni MalinenWPS: Add support for NCF password token from AP
2012-06-28 Jouni MalinenWPS ER: Add support for building NFC configuration...
2012-06-28 Jouni MalinenWPS: Add support for NFC configuration token from exter...
2012-06-28 Jouni MalinenWPS: Add new mechanism for generation NFC configuration...
2012-06-27 Jouni MalinenWPS: Use separate list of NFC Password Tokens in the...
2012-06-27 Jouni MalinenWPS: Add new mechanism for communicating NFC tag read...
2012-06-27 Jouni MalinenWPS: Add new mechanism for NFC config method using...
2012-06-27 Jouni MalinenWPS: Move attribute parser definitions into a new heade...
2012-06-27 Jouni MalinenWPS: Split wps_build_oob_dev_password() into parts
2012-06-27 Jouni MalinenNDEF: Mark input data const when it is not modified
2012-06-27 Jouni MalinenWPS: Allow NDEF functions to be used from outside src/wps
2012-06-27 Jouni MalinenNDEF: Skip unnecessary wpabuf to ptr/len conversion
2012-06-27 Jouni MalinenWPS: Add support for OOB dev password lengths 16..31
2012-06-27 Jouni MalinenWPS: Fix potential memory leak with NFC password token
2012-06-27 Jouni MalinenWPS: Fix NFC password token building with WPS 2.0
2012-06-25 Yoni Divinskyhostapd: Fix PBC config method of WSC IE in Beacon...
2012-04-03 Anirban SirkhellWPS: Allow vendor specific attribute to be added into M1
2012-03-05 Masashi HonmaWPS: Select the BSD license terms as the only license...
2012-02-29 Jouni MalinenWPS: Invalidate wildcard PIN on other radios after...
2012-02-27 Jouni MalinenP2P: Advertise immediate availability of WPS credential
2012-02-19 Jouni MalinenWPS UPnP: Clean up URL parser
2012-02-13 Jouni MalinenWPS: Fix clearing of SetSelectedRegistrar with multiple...
2012-02-11 Jouni MalinenRemove the GPL notification from files contributed...
2012-02-11 Jouni MalinenRemove the GPL notification from files contributed...
2012-02-08 Ganesh PrasadhWPS: Allow wildcard UUID PIN to be used twice
2012-01-30 Jouni MalinenWPS: Disable AP PIN after 10 consecutive failures
2012-01-27 Jouni MalinenWPS: Fix an interoperability issue with mixed mode...
2011-12-29 Spencer ChangWPS: Cancel previous registered wps_registrar_pbc_timeout
2011-12-11 Vitaly WoolSkip WPS PBC overlap detection if P2P address is the...
2011-11-30 Subrat DashWPS: Fix stopping of active WPS operation on dual concu...
2011-11-30 Jouni MalinenWPS ER: Fix segfault in some selected registrar change...
2011-11-18 Jouni MalinenUse NULL instead of 0 for pointers
2011-11-17 Jouni MalinenWPS: Use strdup to initialize dev_password for PBC
2011-11-13 Jouni MalinenRemove unnecessary include file inclusion
2011-10-30 Olivier SobrieWPS: Send the credential when learning AP params in...
2011-10-23 Jouni MalinenRemove unused variables
2011-10-22 Andrii BordunovRemove unused variable and function
2011-09-30 Zhi ChenWPS: Send AP Settings as a wrapped Credential attribute...
2011-09-21 Pavel RoskinFix typos found by codespell
2011-09-12 Jouni MalinenRemove time.h include from utils/includes.h
next