#include "includes.h"
#include "common.h"
#include "config.h"
#include "base64.h"
Go to the source code of this file.
Functions | |
struct wpa_config * | wpa_config_read (const char *name) |
int | wpa_config_write (const char *name, struct wpa_config *config) |
struct wpa_config* wpa_config_read | ( | const char * | name | ) | [read] |
Definition at line 26 of file config_none.c.
int wpa_config_write | ( | const char * | name, | |
struct wpa_config * | config | |||
) |
Definition at line 38 of file config_none.c.