Searched refs:_conf (Results 1 – 2 of 2) sorted by relevance
126 self._conf = kconfiglib.Config(print_warnings=False)168 warnings = self._conf.load_config(self._tmpfile)181 value = self._conf.get_symbol(symbol).get_value()
1260 struct wpa_auth_config _conf; in hostapd_setup_wpa() local1299 hostapd_wpa_auth_conf(hapd->conf, hapd->iconf, &_conf); in hostapd_setup_wpa()1301 _conf.tx_status = 1; in hostapd_setup_wpa()1303 _conf.ap_mlme = 1; in hostapd_setup_wpa()1304 hapd->wpa_auth = wpa_init(hapd->own_addr, &_conf, &cb, hapd); in hostapd_setup_wpa()