Searched refs:hapd_iface (Results 1 – 1 of 1) sorted by relevance
658 static int hostapd_enable_iface_cb(struct hostapd_iface *hapd_iface) in hostapd_enable_iface_cb() argument662 wpa_printf(MSG_DEBUG, "Enable interface %s", hapd_iface->conf->bss[0]->iface); in hostapd_enable_iface_cb()664 bss = hapd_iface->bss[0]; in hostapd_enable_iface_cb()668 if (hostapd_config_check(hapd_iface->conf, 1) < 0) { in hostapd_enable_iface_cb()681 if (hostapd_setup_interface(hapd_iface)) { in hostapd_enable_iface_cb()689 static int hostapd_disable_iface_cb(struct hostapd_iface *hapd_iface) in hostapd_disable_iface_cb() argument694 wpa_msg(hapd_iface->bss[0]->msg_ctx, MSG_INFO, AP_EVENT_DISABLED); in hostapd_disable_iface_cb()696 hapd_iface->driver_ap_teardown = !!(hapd_iface->drv_flags in hostapd_disable_iface_cb()700 for (j = 0; j < hapd_iface->num_bss; j++) { in hostapd_disable_iface_cb()701 hostapd_cleanup_cs_params(hapd_iface->bss[j]); in hostapd_disable_iface_cb()[all …]