index
:
hostap
android-jb
android-kk
android-l
android-m
aosp-jb
aosp-kk
master
pending
hostapd/wpa_supplicant
Jouni Malinen
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
wps
Commit message (
Expand
)
Author
Age
Files
Lines
*
WPS: Fix a typo in a comment (use full WPA2-Personal name)
Jouni Malinen
2019-06-26
1
-1/+1
*
Multi-AP: Avoid memcpy(ptr, NULL, 0) in WPS Registrar initialization
Jouni Malinen
2019-02-23
1
-3/+7
*
hostapd: Support Multi-AP backhaul STA onboarding with WPS
Davina Lu
2019-02-18
6
-0/+123
*
wpa_supplicant: Support Multi-AP backhaul STA onboarding with WPS
Davina Lu
2019-02-18
4
-1/+15
*
WPS: Add multi_ap_subelem to wps_build_wfa_ext()
Arnout Vandecappelle (Essensium/Mind)
2019-02-18
9
-29/+40
*
WPS: Fix wps_validate_credential() argument type
Jouni Malinen
2018-12-24
1
-1/+1
*
WPS NFC: Fix potential NULL pointer dereference on an error path
Yu Ouyang
2018-12-04
1
-1/+2
*
Free dh_ctx on failure in wps_nfc_gen_dh()
Srikanth Marepalli
2018-09-20
1
-0/+1
*
WPS: Do not increment wildcard_uuid when pin is locked
Lior David
2017-10-03
1
-1/+4
*
Use os_memdup()
Johannes Berg
2017-03-07
3
-19/+10
*
Share a single str_starts() implementation
Jouni Malinen
2016-08-06
1
-6/+0
*
tests: Declare module test functions in a header file
Jouni Malinen
2016-06-23
1
-0/+1
*
tests: Mark some module test arrays static
Jouni Malinen
2016-06-23
1
-1/+1
*
WPS: Check sha256_vector() result in wps_build_oob_dev_pw()
Jouni Malinen
2016-05-16
1
-1/+2
*
WPS: Fix debug prints in wps_derive_psk() error case
Jouni Malinen
2016-05-16
4
-11/+16
*
WPS: Fix segmentation fault in new DH key derivation
Rujun Wang
2016-05-13
1
-1/+1
*
WPS: Reject a Credential with invalid passphrase
Jouni Malinen
2016-05-02
1
-0/+10
*
WPS: Explicitly clear wpabuf memory with key information
Jouni Malinen
2016-04-28
5
-48/+48
*
WPS: Use only os_get_random() for PIN generation
Nick Lowe
2016-02-19
2
-8/+6
*
WPS: Testing mechanism to force auth/encr type flags
Jouni Malinen
2016-01-01
3
-3/+29
*
WPS: Add a workaround for WPA2PSK missing from Enrollee auth flags
Jouni Malinen
2016-01-01
1
-0/+17
*
WPS: Do not build Credential with unsupported encr combination on AP
Jouni Malinen
2016-01-01
2
-2/+23
*
WPS: Support parallel UPnP WPS protocol runs
Jouni Malinen
2015-11-30
4
-12/+90
*
WPS: Avoid undefined behavior in pointer arithmetic
Jouni Malinen
2015-10-18
1
-2/+2
*
WPS: Mark web_connection_parse_get() argument filename const
Jouni Malinen
2015-10-03
1
-1/+2
*
WPS: Reduce struct wps_parse_attr size
Jouni Malinen
2015-09-07
3
-22/+26
*
WPS: Reduce wps_ap_priority_compar() stack use
Jouni Malinen
2015-09-07
1
-6/+6
*
WPS ER: Clean up WPS session on PutMessage error cases
Jouni Malinen
2015-09-07
1
-7/+20
*
WPS: Allow config_methods to be cleared with an empty string
Jouni Malinen
2015-09-05
1
-1/+1
*
WPS: Merge identical error paths in ssdp_listener_open()
Jouni Malinen
2015-09-05
1
-8/+5
*
WPS: Remove trailing CR from subscription callback URLs
Jouni Malinen
2015-08-31
1
-0/+2
*
WPS: Print subscription UUID in debug log in more places
Jouni Malinen
2015-08-31
2
-5/+15
*
WPS: Clean up next_advertisement() error path
Jouni Malinen
2015-08-31
1
-5/+1
*
WPS: Merge event_send_start() error paths
Jouni Malinen
2015-08-31
1
-5/+3
*
WPS: Merge SetSelectedRegistrar parsing error returns
Jouni Malinen
2015-08-31
1
-4/+2
*
WPS: Use a shared error path in http_client_addr()
Jouni Malinen
2015-08-29
1
-18/+12
*
WPS: Clean up http_client_tx_ready()
Jouni Malinen
2015-08-29
1
-6/+6
*
WPS: Remove duplicated isgraph() loop in HTTP header parsing
Jouni Malinen
2015-08-28
1
-2/+0
*
WPS: Merge common error paths in HTTP server
Jouni Malinen
2015-08-28
1
-5/+3
*
WPS: Fix HTTP body length check
Jouni Malinen
2015-08-24
1
-3/+6
*
WPS ER: Fix SSDP CACHE-CONTROL line parser
Jouni Malinen
2015-08-15
1
-3/+1
*
WPS: Reject AP settings with invalid network key (PSK/passphrase)
Jouni Malinen
2015-08-06
1
-2/+3
*
WPS: Avoid bogus static analyzer warning in ndef_parse_record()
Jouni Malinen
2015-07-17
1
-3/+5
*
NFC: Add a hardcoded limit on maximum NDEF payload length
Jouni Malinen
2015-07-08
1
-1/+2
*
NFC: Fix payload length validation in NDEF record parser
Jouni Malinen
2015-07-08
1
-1/+4
*
NFC: Avoid misaligned read of an NDEF field
Jouni Malinen
2015-07-07
1
-1/+1
*
WPS: Add more debug prints to httpread
Jouni Malinen
2015-05-03
1
-5/+27
*
WPS: Replace the httpread_debug design with standard debug prints
Jouni Malinen
2015-05-03
1
-43/+18
*
WPS: Check maximum HTTP body length earlier in the process
Jouni Malinen
2015-05-03
1
-0/+13
*
WPS: Extra validation step for HTTP reader
Jouni Malinen
2015-05-03
1
-0/+5
[next]