Home
last modified time | relevance | path

Searched refs:_conf (Results 1 – 2 of 2) sorted by relevance

/external/u-boot/tools/
Dgenboardscfg.py126 self._conf = kconfiglib.Config(print_warnings=False)
168 warnings = self._conf.load_config(self._tmpfile)
181 value = self._conf.get_symbol(symbol).get_value()
/external/wpa_supplicant_8/src/ap/
Dwpa_auth_glue.c1260 struct wpa_auth_config _conf; in hostapd_setup_wpa() local
1299 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()