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
/
dpp_supplicant.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
DPP: Report reception of Config Request to upper layers
Jouni Malinen
2018-01-11
1
-0/+2
*
DPP: Change Authentication Response retry time to 1 second
Jouni Malinen
2017-12-02
1
-1/+1
*
DPP: Extend dpp_test with invalid Transaction ID in Peer Disc Req
Jouni Malinen
2017-11-30
1
-0/+6
*
DPP: Call wpas_dpp_stop() from wpas_dpp_deinit()
Jouni Malinen
2017-11-29
1
-3/+1
*
DPP: Stop pending GAS client operation on DPP_STOP_LISTEN
Jouni Malinen
2017-11-29
1
-0/+5
*
DPP: Deinit PKEX instance on DPP_STOP_LISTEN
Jouni Malinen
2017-11-29
1
-0/+2
*
DPP: Do not process dpp_auth_ok_on_ack multiple times
Jouni Malinen
2017-11-27
1
-0/+3
*
DPP: Ignore GAS server status callback for unknown response
Jouni Malinen
2017-11-27
1
-0/+8
*
DPP: Add DPP_CONFIGURATOR_SIGN support to hostapd
Jouni Malinen
2017-11-27
1
-1/+1
*
DPP: Provide peer_mac to PKEX Initiator through function argument
Jouni Malinen
2017-11-23
1
-2/+1
*
DPP: Remove compiler warnings about signed/unsigned comparisons
Jouni Malinen
2017-11-23
1
-1/+1
*
DPP: Fix number of Authentication Request retry cases
Jouni Malinen
2017-11-23
1
-24/+63
*
DPP: Take response wait time into account for init retries
Jouni Malinen
2017-11-22
1
-1/+11
*
DPP: Stop Authentication Request attempts if no response after ACK
Jouni Malinen
2017-11-22
1
-6/+25
*
DPP: Add SAE credential support to Configurator
Jouni Malinen
2017-11-22
1
-6/+20
*
DPP: Add akm=sae and akm=psk+sae support in Enrollee role
Jouni Malinen
2017-11-22
1
-1/+7
*
DPP: Retry PKEX Exchange Request frame up to five times
Jouni Malinen
2017-11-22
1
-12/+70
*
DPP: Protocol testing for invalid Peer Discovery Req/Resp values
Jouni Malinen
2017-11-19
1
-0/+16
*
DPP: Protocol testing for invalid Config Attrib Object value
Jouni Malinen
2017-11-19
1
-0/+6
*
DPP: Retransmit DPP Authentication Response frame if it is not ACKed
Jouni Malinen
2017-11-13
1
-0/+67
*
DPP: Stop authentication exchange of DPP_STOP_LISTEN
Jouni Malinen
2017-11-13
1
-0/+7
*
DPP: Allowed initiator to indicate either role
Jouni Malinen
2017-11-13
1
-4/+7
*
DPP: Support multiple channels for initiating DPP Authentication
Jouni Malinen
2017-11-13
1
-42/+114
*
DPP: Share a helper function for PKEX final steps
Jouni Malinen
2017-11-13
1
-38/+32
*
DPP: Protocol testing to allow missing attributes in peer discovery
Jouni Malinen
2017-11-06
1
-0/+19
*
DPP: PKEX counter t
Jouni Malinen
2017-11-03
1
-0/+17
*
DPP: Terminate PKEX exchange on detection of a mismatching code
Jouni Malinen
2017-11-03
1
-0/+5
*
DPP: PKEX and STATUS_BAD_GROUP
Jouni Malinen
2017-11-03
1
-0/+13
*
DPP: Report possible PKEX code mismatch in control interface
Jouni Malinen
2017-11-02
1
-2/+2
*
DPP: Enable PMF when adding wpa_supplicant network profile
Jouni Malinen
2017-11-01
1
-1/+3
*
DPP: Negotiation channel change request from Initiator
Jouni Malinen
2017-10-29
1
-7/+49
*
DPP: Add DPP Status attribute into Peer Discovery Response
Jouni Malinen
2017-10-29
1
-9/+38
*
DPP: Report invalid messages and failure conditions in control interface
Jouni Malinen
2017-10-22
1
-8/+8
*
DPP: Report transmitted messages as control interface events
Jouni Malinen
2017-10-22
1
-13/+47
*
DPP: Report received messages as control interface events
Jouni Malinen
2017-10-22
1
-1/+10
*
DPP: Remove unnecessary Wrapped Data checks from callers
Jouni Malinen
2017-10-22
1
-18/+5
*
DPP: Update AES-SIV AD for PKEX frames
Jouni Malinen
2017-10-19
1
-6/+9
*
DPP: Update AES-SIV AD for DPP Authentication frames
Jouni Malinen
2017-10-18
1
-49/+25
*
DPP: Add the crypto suite field to the frames
Jouni Malinen
2017-10-09
1
-6/+12
*
DPP: Remove C-sign-key expiry
Jouni Malinen
2017-10-09
1
-29/+3
*
DPP: Allow raw hex PSK to be used for legacy configuration
Jouni Malinen
2017-09-15
1
-6/+24
*
DPP: Use Transaction ID in Peer Discovery Request/Response frames
Jouni Malinen
2017-08-23
1
-33/+26
*
DPP: Remove devices object from the connector
Jouni Malinen
2017-08-22
1
-5/+0
*
DPP: Add DPP_CONFIGURATOR_SIGN to generate own connector
Jouni Malinen
2017-07-04
1
-41/+72
*
DPP: Share bootstrap type to string helper function
Jouni Malinen
2017-07-04
1
-13/+1
*
DPP: Set PMKSA expiration based on peer connector
Jouni Malinen
2017-07-03
1
-2/+16
*
DPP: Configurator parameters in responder role
Jouni Malinen
2017-07-03
1
-59/+80
*
DPP: PKEX bootstrapping
Jouni Malinen
2017-07-02
1
-0/+345
*
DPP: Allow passphrase to be set for Configurator
Jouni Malinen
2017-06-23
1
-6/+15
*
DPP: Allow SSID to be set for Configurator
Jouni Malinen
2017-06-23
1
-5/+18
[next]