#ifndef NETWORK_CREDENTIAL_STORE_H #define NETWORK_CREDENTIAL_STORE_H #include #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