]> git.ipfire.org Git - thirdparty/hostap.git/history - src/wps
Add attribute for dwell time in QCA vendor scan
[thirdparty/hostap.git] / src / wps /
2020-02-15  Tomasz JankowskiWPS: Make it possible to use PSKs loaded from the PSK...
2020-02-15  Jouni MalinenWPS: Use PMK_LEN instead of hardcoded 32
2020-01-04  Bilal HatipogluWPS: Add application extension data to WPS IE
2019-12-22  Brian NorrisWPS: Add prefixes to public event_* functions
2019-11-28  Jouni MalinenClean up base64_{encode,decode} pointer types
2019-10-15  Jouni MalinenWPS: Check SHA256 result success
2019-06-26  Jouni MalinenWPS: Fix a typo in a comment (use full WPA2-Personal...
2019-02-23  Jouni MalinenMulti-AP: Avoid memcpy(ptr, NULL, 0) in WPS Registrar...
2019-02-18  Davina Luhostapd: Support Multi-AP backhaul STA onboarding with WPS
2019-02-18  Davina Luwpa_supplicant: Support Multi-AP backhaul STA onboardin...
2019-02-18  Arnout Vandecappel... WPS: Add multi_ap_subelem to wps_build_wfa_ext()
2018-12-24  Jouni MalinenWPS: Fix wps_validate_credential() argument type
2018-12-04  Yu OuyangWPS NFC: Fix potential NULL pointer dereference on...
2018-09-20  Srikanth MarepalliFree dh_ctx on failure in wps_nfc_gen_dh()
2017-10-03  Lior DavidWPS: Do not increment wildcard_uuid when pin is locked
2017-03-07  Johannes BergUse os_memdup()
2016-08-06  Jouni MalinenShare a single str_starts() implementation
2016-06-23  Jouni Malinentests: Declare module test functions in a header file
2016-06-23  Jouni Malinentests: Mark some module test arrays static
2016-05-16  Jouni MalinenWPS: Check sha256_vector() result in wps_build_oob_dev_pw()
2016-05-16  Jouni MalinenWPS: Fix debug prints in wps_derive_psk() error case
2016-05-13  Rujun WangWPS: Fix segmentation fault in new DH key derivation
2016-05-02  Jouni MalinenWPS: Reject a Credential with invalid passphrase
2016-04-28  Jouni MalinenWPS: Explicitly clear wpabuf memory with key information
2016-02-19  Nick LoweWPS: Use only os_get_random() for PIN generation
2016-01-01  Jouni MalinenWPS: Testing mechanism to force auth/encr type flags
2016-01-01  Jouni MalinenWPS: Add a workaround for WPA2PSK missing from Enrollee...
2016-01-01  Jouni MalinenWPS: Do not build Credential with unsupported encr...
2015-11-30  Jouni MalinenWPS: Support parallel UPnP WPS protocol runs
2015-10-18  Jouni MalinenWPS: Avoid undefined behavior in pointer arithmetic
2015-10-03  Jouni MalinenWPS: Mark web_connection_parse_get() argument filename...
2015-09-07  Jouni MalinenWPS: Reduce struct wps_parse_attr size
2015-09-07  Jouni MalinenWPS: Reduce wps_ap_priority_compar() stack use
2015-09-07  Jouni MalinenWPS ER: Clean up WPS session on PutMessage error cases
2015-09-05  Jouni MalinenWPS: Allow config_methods to be cleared with an empty...
2015-09-05  Jouni MalinenWPS: Merge identical error paths in ssdp_listener_open()
2015-08-31  Jouni MalinenWPS: Remove trailing CR from subscription callback...
2015-08-31  Jouni MalinenWPS: Print subscription UUID in debug log in more places
2015-08-31  Jouni MalinenWPS: Clean up next_advertisement() error path
2015-08-31  Jouni MalinenWPS: Merge event_send_start() error paths
2015-08-31  Jouni MalinenWPS: Merge SetSelectedRegistrar parsing error returns
2015-08-29  Jouni MalinenWPS: Use a shared error path in http_client_addr()
2015-08-29  Jouni MalinenWPS: Clean up http_client_tx_ready()
2015-08-28  Jouni MalinenWPS: Remove duplicated isgraph() loop in HTTP header...
2015-08-28  Jouni MalinenWPS: Merge common error paths in HTTP server
2015-08-24  Jouni MalinenWPS: Fix HTTP body length check
2015-08-15  Jouni MalinenWPS ER: Fix SSDP CACHE-CONTROL line parser
2015-08-06  Jouni MalinenWPS: Reject AP settings with invalid network key (PSK...
2015-07-17  Jouni MalinenWPS: Avoid bogus static analyzer warning in ndef_parse_...
2015-07-08  Jouni MalinenNFC: Add a hardcoded limit on maximum NDEF payload...
2015-07-08  Jouni MalinenNFC: Fix payload length validation in NDEF record parser
2015-07-07  Jouni MalinenNFC: Avoid misaligned read of an NDEF field
2015-05-03  Jouni MalinenWPS: Add more debug prints to httpread
2015-05-03  Jouni MalinenWPS: Replace the httpread_debug design with standard...
2015-05-03  Jouni MalinenWPS: Check maximum HTTP body length earlier in the...
2015-05-03  Jouni MalinenWPS: Extra validation step for HTTP reader
2015-05-03  Jouni MalinenWPS: Fix HTTP chunked transfer encoding parser
2015-04-27  Hamad KadmanyWPS: Add support for 60 GHz band
2015-04-25  Mikael KanstrupDeclare all read only data structures as const
2015-04-22  Jouni MalinenWPS: Explicitly reject Public Key attribute with unexpe...
2015-04-22  Jouni MalinenWPS: Truncate variable length string attributes to...
2015-04-22  Jouni Malinentests: Add p2p-fuzzer
2015-04-22  Jouni MalinenUse common is_ctrl_char() helper function
2015-04-22  Jouni MalinenWPS: Ignore too long SSID attribute
2015-04-22  Jouni MalinenUse SSID_MAX_LEN define instead of value 32 when compar...
2015-04-22  Jouni MalinenWPS: Ignore too long Device Name attribute
2015-04-22  Jouni MalinenAdd WPS_DEV_NAME_MAX_LEN define and use it when compari...
2015-02-02  Brian GixP2PS: WPS changes needed for P2PS default PIN
2015-01-19  Jouni MalinenWPS: Re-fix an interoperability issue with mixed mode...
2014-12-21  Jouni MalinenFlush WPS registrar state on wpa_supplicant FLUSH command
2014-12-08  Jouni MalinenCheck os_snprintf() result more consistently - automatic 1
2014-10-25  Ilan PeerWPS: Add missing device types
2014-10-11  Jouni MalinenWPS UPnP: Check os_get_random() result more consistently
2014-10-11  Jouni MalinenWPS UPnP: Check os_get_random() result
2014-10-11  Jouni MalinenWPS UPnP: Make dl_list_first() use easier for static...
2014-09-08  Jouni MalinenWPS: Extend internal entropy pool help for key/snonce...
2014-07-02  Jouni MalinenWPS: Clear keys/PINs explicitly
2014-07-02  Jouni MalinenWPS: Use os_memcmp_const() for hash/password comparisons
2014-06-14  Jouni MalinenWPS: Check wps_build_wfa_ext() return value consistentl...
2014-06-12  Jouni MalinenWPS: Clean up indentation level (CID 68109)
2014-06-07  Jouni MalinenWPS: Check for theoretical gmtime() failure
2014-06-07  Jouni MalinenWPS ER: Fix UDN parser to handle missing field
2014-04-29  Jouni MalinenMake dl_list_first() and dl_list_last() uses easier...
2014-04-29  Jouni MalinenWPS HTTP: Remove unused assignment
2014-04-28  Jouni MalinenWPS: Print setsockopt() failure in debug log
2014-04-06  Jouni MalinenWPS: Remove unused WEP related functionality
2014-03-25  Jouni MalinenWPS: Enable WSC 2.0 support unconditionally
2014-03-20  Jouni MalinenWPS: Do not advertise WPA/WPA2-Enterprise Auth Type...
2014-03-13  Jouni MalinenWPS: Extend per-station PSK to support ER case as well
2014-03-05  Rahul JainWPS: Parse Registrar Configuration Methods
2014-03-02  Jouni MalinenWPS: Remove duplicate variable setting
2014-03-02  Jouni MalinenMake code path easier for static analyzers
2014-02-22  Jouni MalinenWPS: Fix UNSUBSCRIBE error returns if NT or CALLBACK...
2014-02-22  Jouni MalinenWPS: Fix UNSUBSCRIBE to return 412 if no SID match...
2014-02-22  Jouni MalinenWPS: Remove unnecessary filename NULL check
2014-02-21  Jouni Malinentests: Add module tests for WPS attribute parsing
2014-02-21  Jouni MalinenWPS: Fix parsing of 0-length WFA vendor extension subel...
2014-02-07  Jouni MalinenWPS: Add more debug information to M7 AP Settings
2014-02-07  Jouni MalinenWPS: Indicate current AP settings in M7 in unconfigurat...
2014-02-04  Jouni MalinenWPS: Remove unused Credential AP Channel processing
next