Move wps_hostapd.c into src/ap
This commit is contained in:
parent
1057d78eb8
commit
32da61d9c9
10 changed files with 11 additions and 30 deletions
|
@ -176,6 +176,7 @@ struct hostapd_data {
|
|||
struct hostapd_iface {
|
||||
struct hapd_interfaces *interfaces;
|
||||
void *owner;
|
||||
int (*reload_config)(struct hostapd_iface *iface);
|
||||
struct hostapd_config * (*config_read_cb)(const char *config_fname);
|
||||
char *config_fname;
|
||||
struct hostapd_config *conf;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue