]> git.ipfire.org Git - thirdparty/hostap.git/history - wpa_supplicant/dpp_supplicant.c
DPP2: Add Connector and C-sign-key in psk/sae credentials for reconfig
[thirdparty/hostap.git] / wpa_supplicant / dpp_supplicant.c
2020-04-02  Jouni MalinenDPP2: Add Connector and C-sign-key in psk/sae credentia...
2020-04-01  Jouni MalinenDPP2: Clear requirement for QR Code mutual authenticati...
2020-03-27  Jouni MalinenDPP2: Presence Announcement processing at Configurator
2020-03-27  Jouni MalinenDPP2: Chirping in wpa_supplicant Enrollee
2020-03-27  Jouni MalinenDPP: Store global pointers in struct dpp_authentication
2020-02-11  Jouni MalinenDPP: Stop Action frame sequence on DPP_STOP_LISTEN...
2020-02-11  Jouni MalinenDPP: Reset DPP_AUTH_INIT netrole back to STA by default
2020-01-31  Jouni MalinenDPP: Received Configurator backup processing
2020-01-27  Jouni MalinenDPP: NFC negotiated connection handover
2019-12-20  Jouni MalinenDPP: Abort ongoing scan if connection status needs...
2019-12-12  Jouni MalinenDPP: Configurator netRole for Enrollee
2019-12-12  Jouni MalinenDPP: Replace ap boolean with netRole enum in Configurat...
2019-12-05  Jouni MalinenDPP: Bootstrapping via NFC URI Record
2019-11-28  Jouni MalinenDPP2: Report received ssid_charset as DPP-CONFOBJ-SSID...
2019-10-01  Jouni MalinenDPP2: Support multiple Config Objects in Enrollee
2019-09-18  Jouni MalinenDPP: Add bandSupport JSON array into config request
2019-09-18  Jouni MalinenDPP: Allow name and mudurl to be configured for Config...
2019-09-16  Jouni MalinenDPP2: Connection status result (Enrollee)
2019-09-16  Jouni MalinenDPP2: Connection status result (Configurator)
2019-08-05  Jouni MalinenDPP: Indicate authentication success on ConfReqRX if...
2019-04-22  Jouni MalinenDPP2: wpa_supplicant as TCP initiator
2019-04-22  Jouni MalinenDPP2: wpa_supplicant as Controller over TCP
2019-04-21  Jouni MalinenDPP: Add configuration structure to dpp_global_init()
2019-04-03  Jouni MalinenDPP: Move GAS encapsulation into dpp_build_conf_req()
2019-03-24  Jouni MalinenDPP: Common configurator/bootstrapping data management
2019-03-18  Jouni MalinenDPP2: PFS for PTK derivation
2019-03-16  Jouni MalinenDPP2: Support new legacy+DPP config object credentials
2019-03-16  Jouni MalinenDPP: Support DPP and SAE in the same network profile
2019-03-16  Jouni MalinenDPP: Clean up configuration parsing
2019-03-14  Jouni MalinenDPP2: Testing option for Config Object rejction
2019-03-14  Jouni MalinenDPP2: Configuration Result message generation and proce...
2019-03-09  Jouni MalinenDPP: Update wpa_supplicant configuration file after...
2019-01-30  Jouni MalinenDPP: Clear dpp_listen_freq on remain-on-channel failure
2018-12-02  Jouni MalinenDPP: Remove unused wpas_dpp_remain_on_channel_cb()
2018-12-01  Jouni MalinenDPP: Apply testing configuration option to signing...
2018-11-30  Jouni MalinenDPP: Reject invalid no-psk/pass legacy configurator...
2018-11-25  Jouni MalinenDPP: Fix GAS client error case handling
2018-08-30  Purushottam KushwahaDPP: Set group id through DPP_AUTH_INIT or dpp_configur...
2018-03-16  Purushottam KushwahaDPP: Support retrieving of configurator's private key
2018-03-12  Srinivas DasariDPP: Extend dpp_test 89 functionality to transmit side
2018-02-10  Jouni MalinenDPP: Use wildcard BSSID in GAS query frames
2018-02-07  Jouni MalinenDPP: PKEX initiation on other bands
2018-02-06  Jouni MalinenDPP: Require use of PMF for DPP AKM
2018-01-11  Jouni MalinenDPP: Report reception of Config Request to upper layers
2017-12-02  Jouni MalinenDPP: Change Authentication Response retry time to 1...
2017-11-30  Jouni MalinenDPP: Extend dpp_test with invalid Transaction ID in...
2017-11-29  Jouni MalinenDPP: Call wpas_dpp_stop() from wpas_dpp_deinit()
2017-11-29  Jouni MalinenDPP: Stop pending GAS client operation on DPP_STOP_LISTEN
2017-11-29  Jouni MalinenDPP: Deinit PKEX instance on DPP_STOP_LISTEN
2017-11-27  Jouni MalinenDPP: Do not process dpp_auth_ok_on_ack multiple times
2017-11-27  Jouni MalinenDPP: Ignore GAS server status callback for unknown...
2017-11-27  Jouni MalinenDPP: Add DPP_CONFIGURATOR_SIGN support to hostapd
2017-11-23  Jouni MalinenDPP: Provide peer_mac to PKEX Initiator through functio...
2017-11-23  Jouni MalinenDPP: Remove compiler warnings about signed/unsigned...
2017-11-23  Jouni MalinenDPP: Fix number of Authentication Request retry cases
2017-11-22  Jouni MalinenDPP: Take response wait time into account for init...
2017-11-22  Jouni MalinenDPP: Stop Authentication Request attempts if no respons...
2017-11-22  Jouni MalinenDPP: Add SAE credential support to Configurator
2017-11-22  Jouni MalinenDPP: Add akm=sae and akm=psk+sae support in Enrollee...
2017-11-22  Jouni MalinenDPP: Retry PKEX Exchange Request frame up to five times
2017-11-19  Jouni MalinenDPP: Protocol testing for invalid Peer Discovery Req...
2017-11-19  Jouni MalinenDPP: Protocol testing for invalid Config Attrib Object...
2017-11-13  Jouni MalinenDPP: Retransmit DPP Authentication Response frame if...
2017-11-13  Jouni MalinenDPP: Stop authentication exchange of DPP_STOP_LISTEN
2017-11-13  Jouni MalinenDPP: Allowed initiator to indicate either role
2017-11-13  Jouni MalinenDPP: Support multiple channels for initiating DPP Authe...
2017-11-13  Jouni MalinenDPP: Share a helper function for PKEX final steps
2017-11-06  Jouni MalinenDPP: Protocol testing to allow missing attributes in...
2017-11-03  Jouni MalinenDPP: PKEX counter t
2017-11-03  Jouni MalinenDPP: Terminate PKEX exchange on detection of a mismatch...
2017-11-03  Jouni MalinenDPP: PKEX and STATUS_BAD_GROUP
2017-11-02  Jouni MalinenDPP: Report possible PKEX code mismatch in control...
2017-11-01  Jouni MalinenDPP: Enable PMF when adding wpa_supplicant network...
2017-10-29  Jouni MalinenDPP: Negotiation channel change request from Initiator
2017-10-29  Jouni MalinenDPP: Add DPP Status attribute into Peer Discovery Response
2017-10-22  Jouni MalinenDPP: Report invalid messages and failure conditions...
2017-10-22  Jouni MalinenDPP: Report transmitted messages as control interface...
2017-10-22  Jouni MalinenDPP: Report received messages as control interface...
2017-10-22  Jouni MalinenDPP: Remove unnecessary Wrapped Data checks from callers
2017-10-19  Jouni MalinenDPP: Update AES-SIV AD for PKEX frames
2017-10-18  Jouni MalinenDPP: Update AES-SIV AD for DPP Authentication frames
2017-10-09  Jouni MalinenDPP: Add the crypto suite field to the frames
2017-10-09  Jouni MalinenDPP: Remove C-sign-key expiry
2017-09-15  Jouni MalinenDPP: Allow raw hex PSK to be used for legacy configuration
2017-08-23  Jouni MalinenDPP: Use Transaction ID in Peer Discovery Request/Respo...
2017-08-22  Jouni MalinenDPP: Remove devices object from the connector
2017-07-04  Jouni MalinenDPP: Add DPP_CONFIGURATOR_SIGN to generate own connector
2017-07-04  Jouni MalinenDPP: Share bootstrap type to string helper function
2017-07-03  Jouni MalinenDPP: Set PMKSA expiration based on peer connector
2017-07-03  Jouni MalinenDPP: Configurator parameters in responder role
2017-07-02  Jouni MalinenDPP: PKEX bootstrapping
2017-06-23  Jouni MalinenDPP: Allow passphrase to be set for Configurator
2017-06-23  Jouni MalinenDPP: Allow SSID to be set for Configurator
2017-06-22  Jouni MalinenDPP: Add DPP_BOOTSTRAP_INFO command
2017-06-21  Jouni MalinenDPP: Automatic network profile creation
2017-06-19  Jouni MalinenDPP: Network Introduction protocol for wpa_supplicant
2017-06-19  Jouni MalinenDPP: Configuration exchange
2017-06-19  Jouni MalinenDPP: Authentication exchange
2017-06-19  Jouni MalinenDPP: Bootstrap information management