Home | History | Annotate | Download | only in hostapd

Lines Matching defs:bss

159 	struct hostapd_data *hapd = iface->bss[0];
203 struct hostapd_data *bss = hapd->iface->bss[i];
204 if (bss->conf->bridge[0])
205 params.bridge[i] = bss->conf->bridge;
253 * hostapd_interface_init - Read configuration file and init BSS data
256 * or more BSSes sharing the same radio) and allocate memory for the BSS
272 os_strlcpy(iface->conf->bss[0]->iface, if_name,
273 sizeof(iface->conf->bss[0]->iface));
279 if (iface->bss[0]->conf->logger_stdout_level > 0)
280 iface->bss[0]->conf->logger_stdout_level--;
283 if (iface->conf->bss[0]->iface[0] == '\0' &&
284 !hostapd_drv_none(iface->bss[0])) {
423 if (ifaces->iface[i]->bss[0]->conf->tnc) {
830 /* Allocate and parse configuration for per-BSS files */
835 wpa_printf(MSG_INFO, "BSS config: %s", bss_config[i]);
839 "Invalid BSS config identifier '%s'",
880 struct hostapd_data *hapd = interfaces.iface[i]->bss[j];