ESP-IDF
hapd_interfaces
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
hapd_interfaces
hapd_interfaces struct
Syntax
Show:
Summary
Declaration
from
hostapd.h:29
struct
hapd_interfaces
{
int
(
*
reload_config
)
(
struct
hostapd_iface
*
iface
)
;
struct
hostapd_config
*
(
*
config_read_cb
)
(
const
char
*
config_fname
)
;
int
(
*
ctrl_iface_init
)
(
struct
hostapd_data
*
hapd
)
;
void
(
*
ctrl_iface_deinit
)
(
struct
hostapd_data
*
hapd
)
;
int
(
*
for_each_interface
)
(
struct
hapd_interfaces
*
interfaces
,
int
(
*
cb
)
(
struct
hostapd_iface
*
iface
,
void
*
ctx
)
,
void
*
ctx
)
;
int
(
*
driver_init
)
(
struct
hostapd_iface
*
iface
)
;
size_t
count
;
int
global_ctrl_sock
;
char
*
global_iface_path
;
char
*
global_iface_name
;
struct
hostapd_iface
*
*
iface
;
}
;
Fields
Field
Declared as
hapd_interfaces::reload_config
int
(
*
)
(
struct
hostapd_iface
*
iface
)
hapd_interfaces::config_read_cb
struct
hostapd_config
*
(
*
)
(
const
char
*
config_fname
)
hapd_interfaces::ctrl_iface_init
int
(
*
)
(
struct
hostapd_data
*
hapd
)
hapd_interfaces::ctrl_iface_deinit
void
(
*
)
(
struct
hostapd_data
*
hapd
)
hapd_interfaces::for_each_interface
int
(
*
)
(
struct
hapd_interfaces
*
interfaces
,
int
(
*
cb
)
(
struct
hostapd_iface
*
iface
,
void
*
ctx
)
,
void
*
ctx
)
hapd_interfaces::driver_init
int
(
*
)
(
struct
hostapd_iface
*
iface
)
hapd_interfaces::count
size_t
hapd_interfaces::global_ctrl_sock
int
hapd_interfaces::global_iface_path
char
*
hapd_interfaces::global_iface_name
char
*
hapd_interfaces::iface
struct
hostapd_iface
*
*
Examples
References
from
examples
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out