os_unsetenv() function
os_unsetenv - Delete environent variable @name: Name of the variable Returns: 0 on success, -1 on error This function is only used for wpa_cli action scripts. OS wrapper does not need to implement this if such functionality is not needed.
Syntax
int os_unsetenv(const char *name);