- c89090c Add a lint for toplevel "using namespace" in headers. (#32757) by Boris Zbarsky · 9 months ago
- 60b6beb [ICD] Expose ActiveModeDuration, ActiveModeThreshold, IdleModeDuration to application (#32494) by yunhanw-google · 9 months ago
- 813181a [ICD] Invoke stayActive in the end of commissioning flow (#32496) by yunhanw-google · 9 months ago
- 968cea2 Remove unset threadNetwork Scan (#31704) by joonhaengHeo · 9 months ago
- 52f66e1 [icd] read UserActiveModeTrigger during commissioning (#31039) by Song GUO · 12 months ago
- 8e3d98c [controller] merge ReadCommissioningInfo2 into ReadCommissioningInfo (#30978) by Song GUO · 1 year ago
- fb47c90 [ICD] ICD registration in AutoCommissioner (#30260) by Song GUO · 1 year ago
- 90f36a4 Implement Non concurrent mode (#30201) by simonhmorris1 · 1 year, 1 month ago
- 5774359 AutoCommissioner: Set default NTP to internal buffer (#29954) by C Freeman · 1 year, 1 month ago
- 2b91805 [icd] Add steps for checking ICD during commissioning (#29427) by Song GUO · 1 year, 2 months ago
- d996ef1 Commissioning time sync: copy parameters to autocommissioner (#29908) by C Freeman · 1 year, 2 months ago
- b15a6e6 Make constexpr constants in headers inline constexpr (#29279) by Karsten Sperling · 1 year, 3 months ago
- ac3535b Commissioning: Implement time sync requirements (#27812) by C Freeman · 1 year, 5 months ago
- 3bacb57 Optimize compilation time (#27228) by Damian Królik · 1 year, 6 months ago
- 0dc592e Update Network Commissioning cluster XML to match specification. (#26988) by Boris Zbarsky · 1 year, 7 months ago
- 9876878 Align General Commissioning cluster XML to spec changes. (#26732) by Boris Zbarsky · 1 year, 7 months ago
- e42b533 Extend our fail-safe a bit before we try to enable wifi/thread networks. (#25667) by Boris Zbarsky · 1 year, 9 months ago
- 5706a21 Make AutoCommissioner::SetCommissioningParameters safer. (#24422) by Boris Zbarsky · 1 year, 11 months ago
- 9b63633 [crypto] Replace AesCcm128Key with sensitive data buffer (#24357) by Damian Królik · 1 year, 11 months ago
- 620ef8f Add network retry and case failsafe timer to AutoCommissioner (#23209) by chrisdecenzo · 2 years, 1 month ago
- baff1a7 [doc] Document CommissioningStage enum. (#22941) by Martin Turon · 2 years, 3 months ago
- 88fa9ab Address testing feedback from opcert callbacks, and re-commissioning (#22369) by chrisdecenzo · 2 years, 3 months ago
- 70143fe Fixes related to PASE-only commissioning on Android (#22140) by chrisdecenzo · 2 years, 4 months ago
- a604ce2 Issue 21314 - add proper step to commissioner for obtaining network credentials (#21876) by chrisdecenzo · 2 years, 4 months ago
- b6859d7 No longer provide OperationDeviceProxy in OnDeviceConnected callback (#21256) by Terence Hampson · 2 years, 4 months ago
- 1679342 add ScanNetworks step to CHIPDeviceController (#20766) by chrisdecenzo · 2 years, 5 months ago
- b27420a Fix command timeouts during commissioning. (#19137) by Boris Zbarsky · 2 years, 7 months ago
- 75d7211 Handle response errors during commissioning (#17778) by tehampson · 2 years, 8 months ago
- 7aab2eb Pass the country code via commissioning parameters. (#17284) by Boris Zbarsky · 2 years, 8 months ago
- b06bd8c Added mechanism to override device attestation failure based on client/user (#17028) by Anush Nadathur · 2 years, 8 months ago
- c3b1810 Properly handle commissioning error paths (#16882) by C Freeman · 2 years, 9 months ago
- a208c3d Validate CSR in separate commissioning step (#16913) by C Freeman · 2 years, 9 months ago
- e784f35 Remove stake todo (#16787) by C Freeman · 2 years, 9 months ago
- 2a692ef Add documentation for commissioning parameters. (#16262) by C Freeman · 2 years, 9 months ago
- c4d81c8 Add more prints to AutoCommissioner/CASESessionManager (#14736) by Jerry Johns · 2 years, 9 months ago
- d772f5f Remove some unused commisisoning states. (#16263) by C Freeman · 2 years, 9 months ago
- d8c337f Switch return type for OpCert signing request (#15868) by C Freeman · 2 years, 9 months ago
- 29eec86 Read the min network connection time from the device (#15862) by C Freeman · 2 years, 10 months ago
- 22fb6c3 Prepare for adding PAA trust store to chip-tool (#15224) by Tennessee Carmel-Veilleux · 2 years, 10 months ago
- 6c56743 Add regulatory location read and defaults. (#15368) by C Freeman · 2 years, 10 months ago
- 482e6fd Add DACs to support PID/VID verfification (#14845) by C Freeman · 2 years, 10 months ago
- 52d0b42 Bulk read all the things (#14752) by C Freeman · 2 years, 10 months ago
- ad28f32 Revert "Check VID/PID when doing device attestation (#14551)" (#14795) by Andrei Litvin · 2 years, 10 months ago
- a7d7d8d Check VID/PID when doing device attestation (#14551) by C Freeman · 2 years, 11 months ago
- 1ee9366 Query network cluster using wildcard reads (#14567) by C Freeman · 2 years, 11 months ago
- 8ffe422 Pass in commissioning delegate in init parameters (#14510) by C Freeman · 2 years, 11 months ago
- 9fc0d2e Check feature map for network technology (#13829) by C Freeman · 2 years, 11 months ago
- 8d6805f Cleanup error handling in commissioner (#14282) by C Freeman · 2 years, 11 months ago
- d625d35 Add interfaces to pass ipk and adminSubject from op creds delegate (#13830) by Michael Sandstedt · 2 years, 11 months ago
- 09a4921 Separate device attestation and operational cert provisioning into separate steps (#12915) by C Freeman · 2 years, 11 months ago
- 8eb0c21 Add failsafe timer time as a parameter. (#13674) by C Freeman · 2 years, 11 months ago
- 45214cf Have commissioner call cleanup on error. (#13518) by C Freeman · 3 years ago
- 4972181 Replace Wifi by WiFi into src/ (#13323) by Vivien Nicolas · 3 years ago
- 8bedafa Move ble to commissioning state machine (#12909) by C Freeman · 3 years ago
- 798d7d2 Run commissioning from external class. (#12643) by C Freeman · 3 years ago