Lines Matching defs:bss
157 struct hostapd_data *hapd = iface->bss[0];
196 "Setup of non first link (%d) BSS of MLD %s",
250 struct hostapd_data *bss = hapd->iface->bss[i];
251 if (bss->conf->bridge[0])
252 params.bridge[i] = bss->conf->bridge;
282 wpa_printf(MSG_DEBUG, "Setup of first link (%d) BSS of MLD %s",
332 /* Initialize the BSS parameter change to 1 */
351 * hostapd_interface_init - Read configuration file and init BSS data
354 * or more BSSes sharing the same radio) and allocate memory for the BSS
370 os_strlcpy(iface->conf->bss[0]->iface, if_name,
371 sizeof(iface->conf->bss[0]->iface));
377 if (iface->bss[0]->conf->logger_stdout_level > 0)
378 iface->bss[0]->conf->logger_stdout_level--;
381 if (iface->conf->bss[0]->iface[0] == '\0' &&
382 !hostapd_drv_none(iface->bss[0])) {
521 if (ifaces->iface[i]->bss[0]->conf->tnc) {
966 /* Allocate and parse configuration for per-BSS files */
971 wpa_printf(MSG_INFO, "BSS config: %s", bss_config[i]);
975 "Invalid BSS config identifier '%s'",