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
/
wpa_supplicant
/
wps_supplicant.c
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
WPS ER: Add command for configuring an AP
Jouni Malinen
2010-05-27
1
-0/+51
*
WPS ER: Add ctrl_iface event for learned AP settings
Jouni Malinen
2010-05-27
1
-0/+30
*
WPS ER: Allow AP filtering based on IP address
Jouni Malinen
2010-05-27
1
-2/+2
*
Optimize post-WPS scan based on channel used during provisioning
Jouni Malinen
2010-04-11
1
-0/+2
*
Move wpa_supplicant specific scan code away from src/drivers
Jouni Malinen
2010-01-03
1
-0/+1
*
Use BSS table entry instead of raw scan result for connection
Jouni Malinen
2010-01-02
1
-12/+9
*
WPS: Use BSS table instead of raw scan results
Jouni Malinen
2010-01-02
1
-44/+16
*
WPS: Clear SSID selection if more than one BSSID match is found
Jouni Malinen
2009-12-28
1
-2/+15
*
Use wpa_msg_ctrl() for WPS AP available events
Jouni Malinen
2009-12-27
1
-3/+6
*
WPS: Make Config Methods configurable for wpa_supplicant
Jouni Malinen
2009-12-21
1
-2/+2
*
WPS ER: Delay wpa_supplicant termination to allow unsubscription
Jouni Malinen
2009-12-19
1
-2/+22
*
WPS: Add display and keypad config methods for WPS ER
Jouni Malinen
2009-12-12
1
-0/+2
*
Remove src/crypto from default include path
Jouni Malinen
2009-11-29
1
-7/+7
*
Remove src/rsn_supp from default header path
Jouni Malinen
2009-11-29
1
-1/+1
*
Remove src/common from default header file path
Jouni Malinen
2009-11-29
1
-4/+4
*
WPS: Update couple of missed Primary Device Type uses
Jouni Malinen
2009-11-26
1
-10/+6
*
WPS: Clean up Primary Device Type handling
Jouni Malinen
2009-11-26
1
-28/+10
*
WPS ER: Add more AP information into the ctrl_interface message
Jouni Malinen
2009-11-21
1
-2/+13
*
WPS ER: Refresh ER data on WPS_ER_START when already started
Jouni Malinen
2009-11-20
1
-1/+1
*
WPS ER: Deinit ER before WPS registrar/context
Jouni Malinen
2009-11-15
1
-5/+5
*
WPS ER: Add command for fetching current AP settings
Jouni Malinen
2009-11-15
1
-0/+12
*
WPS ER: Add preliminary PBC support
Jouni Malinen
2009-11-15
1
-0/+10
*
WPS ER: Add ctrl_iface notifications for AP/Enrollee add/remove
Jouni Malinen
2009-11-15
1
-0/+77
*
WPS ER: Add PIN configuration and SetSelectedRegistrar call
Jouni Malinen
2009-11-13
1
-0/+32
*
WPS: Fix WPS build with ER support disabled
Jouni Malinen
2009-11-10
1
-0/+2
*
WPS: Add initial part of External Registrar functionality
Jouni Malinen
2009-11-07
1
-0/+30
*
WPS: Add PBC overlap and timeout events from WPS module
Oleg Kravtsov
2009-11-01
1
-0/+4
*
Allow the internal DH implementation to be overridden
Jouni Malinen
2009-10-11
1
-4/+5
*
Add wpa_supplicant notification calls
Jouni Malinen
2009-09-13
1
-5/+21
*
Add parsed information from WPS IE(s) into scan results
Jouni Malinen
2009-09-11
1
-0/+17
*
WPS: Add support for AP reconfiguration with wps_reg
Jouni Malinen
2009-09-06
1
-3/+22
*
WPS: Workaround mixed-mode WPA+WPA2 auth type in credentials
Jouni Malinen
2009-08-15
1
-7/+15
*
WPS: Fix local configuration update after AP configuration
Jouni Malinen
2009-03-30
1
-0/+10
*
Add preliminary hostapd data structure initialization for AP mode
Jouni Malinen
2009-03-26
1
-0/+1
*
WPS: Add support for NFC out-of-band mechanism
Masashi Honma
2009-03-06
1
-1/+2
*
WPS: Add a workaround for TKIP/CCMP mixed mode credentials
Jouni Malinen
2009-03-05
1
-0/+99
*
WPS UFD: Build OOB functionality only if UFD is enabled
Jouni Malinen
2009-02-26
1
-0/+2
*
WPS UFD: Use pre-configured DH keys only with OOB
Jouni Malinen
2009-02-26
1
-10/+18
*
WPS UFD: Remove oob_dev pointer from wps_context
Jouni Malinen
2009-02-26
1
-4/+5
*
WPS: Add UFD support (USBA out-of-band mechanism)
Masashi Honma
2009-02-26
1
-1/+43
*
WPS: Fix WEP key index to use 1..4 instead of 0..3
Andriy Tkachuk
2009-02-18
1
-3/+4
*
WPS: support WEP keys in hex characters format in received credentials
Andriy Tkachuk
2009-02-17
1
-5/+28
*
WPS: Lock AP Setup on multiple AP PIN validation failures
Jouni Malinen
2009-01-23
1
-0/+2
*
Allow WPS APs for PIN enrollment even without Selected Registrar
Jouni Malinen
2009-01-23
1
-10/+52
*
WPS: Add configurable option for processing credentials externally
Jouni Malinen
2009-01-18
1
-1/+27
*
WPS: Provide the unparsed Credential attribute to cred_cb()
Jouni Malinen
2009-01-17
1
-0/+3
*
WPS: Ignore credentials for unsupported authentication type
Jouni Malinen
2009-01-17
1
-0/+10
*
Fixed WPS credential conversion to wpa_supplicant configuration
Jouni Malinen
2009-01-17
1
-5/+0
*
Moved WPS Registrar initialization from EAP peer to wps_supplicant.c
Jouni Malinen
2009-01-03
1
-0/+49
*
Added Doxygen documentation for WPS code
Jouni Malinen
2009-01-03
1
-3/+1
[prev]
[next]