os_setenv() function
os_setenv - Set environment variable @name: Name of the variable @value: Value to set to the variable @overwrite: Whether existing variable should be overwritten 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.