|
|
|
@ -30,16 +30,7 @@ |
|
|
|
|
int interface_added; /* virtual interface added for this BSS */
|
|
|
|
|
unsigned int started:1;
|
|
|
|
|
unsigned int disabled:1;
|
|
|
|
|
@@ -392,6 +394,8 @@ struct hostapd_iface {
|
|
|
|
|
struct hostapd_config *conf;
|
|
|
|
|
char phy[16]; /* Name of the PHY (radio) */
|
|
|
|
|
|
|
|
|
|
+ struct hostapd_ubus_iface ubus;
|
|
|
|
|
+
|
|
|
|
|
enum hostapd_iface_state {
|
|
|
|
|
HAPD_IFACE_UNINITIALIZED,
|
|
|
|
|
HAPD_IFACE_DISABLED,
|
|
|
|
|
@@ -544,6 +548,7 @@ hostapd_alloc_bss_data(struct hostapd_if
|
|
|
|
|
@@ -544,6 +546,7 @@ hostapd_alloc_bss_data(struct hostapd_if
|
|
|
|
|
struct hostapd_bss_config *bss);
|
|
|
|
|
int hostapd_setup_interface(struct hostapd_iface *iface);
|
|
|
|
|
int hostapd_setup_interface_complete(struct hostapd_iface *iface, int err);
|
|
|
|
|