-
Notifications
You must be signed in to change notification settings - Fork 74
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Sebastian Lukas <[email protected]>
- Loading branch information
Showing
7 changed files
with
158 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,6 +16,7 @@ enum class Event { | |
|
||
// internal events | ||
FAILED, | ||
SUCCESS, | ||
}; | ||
|
||
using FSMReturnType = int; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,8 +12,21 @@ provides: | |
description: Timeout for CM_SET_KEY.REQ. Default works for QCA7000/QCA7005/CG5317. | ||
type: integer | ||
default: 500 | ||
do_chip_reset: | ||
description: Perform a chip reset after setting NMK using the RS_DEV.REQ Vendor MME Extension (Only works on Qualcomm chips) | ||
type: boolean | ||
default: false | ||
chip_reset_delay_ms: | ||
description: Delay between SET_KEY.CNF and RS_DEV.REQ | ||
type: integer | ||
default: 100 | ||
chip_reset_timeout_ms: | ||
description: Timeout for RS_DEV.REQ (waiting for RS_DEV.CNF) | ||
type: integer | ||
default: 500 | ||
metadata: | ||
base_license: https://directory.fsf.org/wiki/License:BSD-3-Clause-Clear | ||
license: https://opensource.org/licenses/Apache-2.0 | ||
authors: | ||
- [email protected] | ||
- Sebastian Lukas |