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
/
wps_er.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
WPS UPnP: Do not allow event subscriptions with URLs to other networks
Jouni Malinen
2020-06-08
1
-1/+1
*
Clean up base64_{encode,decode} pointer types
Jouni Malinen
2019-11-28
1
-2/+2
*
WPS: Add multi_ap_subelem to wps_build_wfa_ext()
Arnout Vandecappelle (Essensium/Mind)
2019-02-18
1
-2/+2
*
Use os_memdup()
Johannes Berg
2017-03-07
1
-6/+3
*
WPS ER: Clean up WPS session on PutMessage error cases
Jouni Malinen
2015-09-07
1
-7/+20
*
WPS ER: Fix UDN parser to handle missing field
Jouni Malinen
2014-06-07
1
-6/+9
*
WPS: Enable WSC 2.0 support unconditionally
Jouni Malinen
2014-03-25
1
-6/+0
*
WPS NFC: Allow BSSID and channel to be included in handover select
Jouni Malinen
2014-01-27
1
-1/+1
*
NFC: Update WPS ER to use the new connection handover design
Jouni Malinen
2014-01-27
1
-0/+25
*
WPS: Remove Version attribute from NFC messages
Jouni Malinen
2014-01-27
1
-2/+1
*
WPS ER: Fix deinit timeout handling with delayed/failing unsubscribe
Jouni Malinen
2013-12-26
1
-3/+11
*
WPS ER: Allow UPnP interface to be forced
Jouni Malinen
2013-04-28
1
-2/+18
*
Add dup_binstr() to help common binary string tasks
Jouni Malinen
2013-04-27
1
-30/+9
*
WPS NFC: Allow configuration token to be built from network block
Jouni Malinen
2013-04-01
1
-17/+27
*
WPS ER: Allow Enrollee to be specified with MAC address
Jouni Malinen
2013-04-01
1
-3/+19
*
WPS ER: Allow AP to be specified with BSSID
Jouni Malinen
2013-04-01
1
-16/+25
*
WPS ER: Add support for building NFC configuration token
Jouni Malinen
2012-06-28
1
-1/+39
*
Remove the GPL notification from files contributed by Jouni Malinen
Jouni Malinen
2012-02-11
1
-8/+2
*
WPS ER: Fix UPnP XML Device Description parser to find correct device
Jouni Malinen
2011-08-31
1
-1/+46
*
P2P: Allow WPS_PBC command on GO to select on P2P Device Address
Jouni Malinen
2011-02-07
1
-1/+1
*
WPS ER: Fix compiler warning on non-WPS2 builds
Jouni Malinen
2010-11-11
1
-0/+2
*
WPS ER: Clear WPS state if PutMessage does not include NewOutMessage
Jouni Malinen
2010-11-02
1
-0/+2
*
WPS ER: Add validation of WPS attributes in proxied Probe Request
Jouni Malinen
2010-10-31
1
-0/+6
*
WPS ER: Cache AP settings for APs that restart UPnP
Jouni Malinen
2010-10-25
1
-0/+64
*
WPS ER: Add more details to wps_er_pbc failure returns
Jouni Malinen
2010-10-25
1
-2/+7
*
WPS ER: Fix SetSelectedRegistrar to include wildcard AuthorizedMACs
Jouni Malinen
2010-10-25
1
-0/+8
*
WPS ER: Only activate PBC mode on single AP
Jouni Malinen
2010-10-25
1
-10/+32
*
WPS ER: Show SetSelectedRegistrar events as ctrl_iface events
Jouni Malinen
2010-10-25
1
-1/+23
*
WPS ER: Add wps_er_set_config to use local configuration
Jouni Malinen
2010-10-20
1
-0/+28
*
WPS ER: Add more debug info on initialization errors
Jouni Malinen
2010-09-24
1
-0/+2
*
WPS ER: Make sure PIN timeout does not interrupt PBC operation
Jouni Malinen
2010-09-23
1
-0/+6
*
WPS ER: Fix debug message for protocol run done case
Jouni Malinen
2010-09-23
1
-0/+4
*
WPS: Fix ER PBC overlap detection build with P2P changes
Jouni Malinen
2010-09-09
1
-1/+1
*
WPS 2.0: Convert new attributes into WFA vendor extension
Jouni Malinen
2010-09-09
1
-2/+6
*
WPS ER: Use PBC overlap detection
Jouni Malinen
2010-09-09
1
-0/+7
*
WPS ER: Do not use SetSelectedRegistrar when learning/configuring AP
Jouni Malinen
2010-09-09
1
-2/+9
*
WPS 2.0: Make WSC 2.0 support to be build option (CONFIG_WPS2)
Jouni Malinen
2010-09-09
1
-0/+2
*
WPS 2.0: Add support for AuthorizedMACs attribute
Jouni Malinen
2010-09-09
1
-3/+14
*
WPS 2.0: Add new attributes and update version negotiation
Jouni Malinen
2010-09-09
1
-1/+2
*
WPS: Limit WPS ER event_id < 2^31 bits to avoid issues with atoi()
Jouni Malinen
2010-07-21
1
-0/+2
*
WPS ER: Add command for configuring an AP
Jouni Malinen
2010-05-27
1
-2/+79
*
WPS ER: Add ctrl_iface event for learned AP settings
Jouni Malinen
2010-05-27
1
-1/+7
*
WPS ER: Allow AP filtering based on IP address
Jouni Malinen
2010-05-27
1
-1/+11
*
WPS ER: Fix Credential to use correct Enrollee MAC Address
Jouni Malinen
2010-05-27
1
-0/+12
*
WPS ER: Check uuid_str2bin() return value
Jouni Malinen
2010-01-10
1
-1/+2
*
WPS ER: Verify os_get_random() return value
Jouni Malinen
2010-01-10
1
-1/+5
*
WPS: Remove unused mac_addr_text parameter from get_netif_info()
Jouni Malinen
2010-01-09
1
-7/+4
*
WPS ER: Delay wpa_supplicant termination to allow unsubscription
Jouni Malinen
2009-12-19
1
-5/+17
*
WPS ER: Unsubscribe from AP events whenever removing the AP entry
Jouni Malinen
2009-12-19
1
-19/+178
*
WPS ER: Convert lists to use struct dl_list
Jouni Malinen
2009-12-19
1
-84/+24
[next]