Home | History | Annotate | Download | only in hostapd

Lines Matching refs:conf

55 	if (hapd && hapd->conf) {
56 conf_syslog_level = hapd->conf->logger_syslog_level;
57 conf_stdout_level = hapd->conf->logger_stdout_level;
58 conf_syslog = hapd->conf->logger_syslog;
59 conf_stdout = hapd->conf->logger_stdout;
92 if (hapd && hapd->conf && addr)
94 hapd->conf->iface, MAC2STR(addr),
97 else if (hapd && hapd->conf)
99 hapd->conf->iface, module_str ? " " : "",
153 struct hostapd_bss_config *conf = hapd->conf;
154 u8 *b = conf->bssid;
186 params.ifname = hapd->conf->iface;
188 params.use_pae_group_addr = hapd->conf->use_pae_group_addr;
196 if (bss->conf->bridge[0])
197 params.bridge[i] = bss->conf->bridge;
223 triggs = wpa_get_wowlan_triggers(conf->wowlan_triggers, &capa);
256 if (iface->bss[0]->conf->logger_stdout_level > 0)
257 iface->bss[0]->conf->logger_stdout_level--;
260 if (iface->conf->bss[0]->iface[0] == '\0' &&
397 if (ifaces->iface[i]->bss[0]->conf->tnc) {