feat: introduce the network state model and secure persistent storage
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
#ifndef NETWORK_CREDENTIAL_STORE_H
|
||||
#define NETWORK_CREDENTIAL_STORE_H
|
||||
#include <stdbool.h>
|
||||
#include "network_state.h"
|
||||
bool network_credential_store_load(network_profile_t *profile);
|
||||
bool network_credential_store_replace(const network_profile_t *profile);
|
||||
bool network_credential_store_delete(void);
|
||||
#endif
|
||||
Reference in New Issue
Block a user