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
*
Rename blacklist.[ch] to bssid_ignore.[ch]
Jouni Malinen
2021-02-07
1
-1/+1
*
Rename wpa_blacklist to wpa_bssid_ignore
Jouni Malinen
2021-02-07
1
-7/+8
*
wpa_supplicant: Track consecutive connection failures
Kevin Lund
2020-10-10
1
-1/+1
*
Use per-interface type driver key_mgmt capabilities when possible
Veerendranath Jakkam
2020-05-12
1
-1/+5
*
WPS: Convert WPA/TKIP-only to WPA+WPA2 mixed mode credential
Jouni Malinen
2020-04-17
1
-2/+2
*
Allow TKIP support to be removed from build
Disha Das
2020-04-17
1
-0/+5
*
WPS: Do not set auth_alg=OPEN for PSK+SAE case
Jouni Malinen
2020-03-10
1
-0/+1
*
WPS: Ignore other APs if PBC is used with a specific BSSID
Jouni Malinen
2020-02-24
1
-0/+12
*
WPS: Add WPS-PIN-ACTIVE and WPS-CANCEL events
Bilal Hatipoglu
2019-12-25
1
-0/+5
*
P2P: Add support for EDMG channels
Ahmad Masri
2019-12-19
1
-0/+10
*
wpa_supplicant: Add support for 60 GHz band channels 5 and 6
Alexei Avshalom Lazar
2019-09-13
1
-1/+1
*
WPS: Update MAC address on address changes
Mikael Kanstrup
2019-09-09
1
-0/+10
*
Remove CONFIG_IEEE80211W build parameter
Jouni Malinen
2019-09-08
1
-2/+0
*
WPS: Allow SAE configuration to be added automatically for PSK
Jouni Malinen
2019-03-06
1
-1/+8
*
wpa_supplicant: Support Multi-AP backhaul STA onboarding with WPS
Davina Lu
2019-02-18
1
-2/+7
*
WPS: Add GCMP-256 and CCMP-256 cipher options on Enrollee
Jouni Malinen
2017-12-02
1
-0/+10
*
WPS: Check BSS table against current BSSID if credential does not match
Jouni Malinen
2017-12-02
1
-0/+3
*
WPS: Add option for using random UUID
Jouni Malinen
2017-04-13
1
-0/+3
*
WPS: Notify about WPS PBC event in Enrollee mode
Jörg Krause
2017-03-11
1
-0/+1
*
Use os_memdup()
Johannes Berg
2017-03-07
1
-2/+1
*
wpa_supplicant: "don't care" value for pbss in ssid structure
Lior David
2016-04-08
1
-0/+14
*
P2P: Add a separate pointer to the P2P Device instance
Lior David
2016-02-27
1
-6/+6
*
WPS: Use only os_get_random() for PIN generation
Nick Lowe
2016-02-19
1
-1/+4
*
wpa_supplicant: Basic support for PBSS/PCP
Lior David
2016-02-08
1
-0/+8
*
WPS: Reconnect for a failed data connection when STA_AUTOCONNECT is 0
Sunil Dutt
2015-11-17
1
-0/+7
*
D-Bus: Add Signal to notify WPS PBC Overlap event
Saurav Babu
2015-09-27
1
-0/+16
*
D-Bus: Add signal to notify WPS timeout event
Saurav Babu
2015-09-27
1
-0/+12
*
P2P: Fix PBC overlap detection
Avraham Stern
2015-06-19
1
-29/+28
*
WPS: Allow the priority for the WPS networks to be configured
Sunil Dutt
2015-06-04
1
-0/+4
*
P2P: Fix a potential memory leak in a P2P+NFC corner case
Purushottam Kushwaha
2015-05-29
1
-0/+1
*
WPS: Add support for 60 GHz band
Hamad Kadmany
2015-04-27
1
-1/+8
*
WPS: Enforce five second minimum time before AP iteration
Hu Wang
2015-04-24
1
-3/+18
*
Use SSID_MAX_LEN define instead of value 32 when comparing SSID length
Jouni Malinen
2015-04-22
1
-1/+1
*
Do not add blacklist entries based on normal disconnect request cases
Jouni Malinen
2015-03-01
1
-1/+7
*
WPS: Reject station-mode WPS operations when AP mode is enabled
Jouni Malinen
2015-01-02
1
-0/+22
*
WPS ER: Explicitly clear PSK from stack after use
Jouni Malinen
2014-12-29
1
-1/+4
*
WPS: Do not indicate PBC overlap for the same BSS
Jouni Malinen
2014-12-25
1
-0/+4
*
WPS ER: Remove unnecessary return value
Jouni Malinen
2014-12-14
1
-2/+1
*
Check os_snprintf() result more consistently - automatic 1
Jouni Malinen
2014-12-08
1
-3/+3
*
Check os_snprintf() result more consistently - success case
Jouni Malinen
2014-12-08
1
-1/+1
*
WPS: Fix current_ssid clearing on duplicate network removal
Jouni Malinen
2014-11-30
1
-0/+2
*
P2P: Support GCMP as part of 60 GHz support
Ahmad Masri
2014-10-27
1
-1/+8
*
WPS: Merge mixed-WPA/WPA2 credentials if received in same session
Hu Wang
2014-08-29
1
-2/+49
*
P2P: Clean up by moving ifdef CONFIG_P2P to p2p_suppplicant.h
Jouni Malinen
2014-06-15
1
-6/+0
*
Remove leftover timeouts on cleanup
Alexandru Costache
2014-05-12
1
-0/+4
*
WPS: Split eapol_cb reconnect to a separate code path
Jouni Malinen
2014-04-13
1
-3/+32
*
WPS: Close p2p_group and temporary parameters to all network blocks
Jouni Malinen
2014-04-13
1
-0/+11
*
WPS NFC: Remove NFC_RX_HANDOVER_SEL
Jouni Malinen
2014-04-06
1
-2/+2
*
WPS: Remove unused WEP related functionality
Jouni Malinen
2014-04-06
1
-39/+2
*
P2P: Fix segfault when PBC overlap is detected
Avraham Stern
2014-03-28
1
-10/+1
[next]