OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:config_read_cb
(Results
1 - 3
of
3
) sorted by null
/external/wpa_supplicant_8/src/ap/
hostapd.h
34
struct hostapd_config * (*
config_read_cb
)(const char *config_fname);
member in struct:hapd_interfaces
hostapd.c
169
iface->interfaces->
config_read_cb
== NULL)
171
newconf = iface->interfaces->
config_read_cb
(iface->config_fname);
[
all
...]
/external/wpa_supplicant_8/hostapd/
main.c
594
interfaces.
config_read_cb
= hostapd_config_read;
Completed in 693 milliseconds