Searched refs:interfaces (Results 1 – 2 of 2) sorted by relevance
96 return interfaces->iface[0]; in hostapd_get_interface()187 interfaces->eloop_initialized = 1; in hostapd_global_init()433 iface->interfaces = interfaces; in hostapd_interface_init()477 dpp_conf.cb_ctx = interfaces; in zephyr_hostapd_init()479 if (!interfaces->dpp) { in zephyr_hostapd_init()484 interfaces->count = 1; in zephyr_hostapd_init()486 interfaces->iface = os_calloc(interfaces->count + num_bss_configs, in zephyr_hostapd_init()488 if (interfaces->iface == NULL) { in zephyr_hostapd_init()511 interfaces->iface[i] = hostapd_interface_init(interfaces, ifname, in zephyr_hostapd_init()513 if (!interfaces->iface[i]) { in zephyr_hostapd_init()[all …]
13 void zephyr_hostapd_init(struct hapd_interfaces *interfaces);
Completed in 15 milliseconds