Home
last modified time | relevance | path

Searched refs:radius_req_attr_sqlite (Results 1 – 4 of 4) sorted by relevance

/external/wpa_supplicant_8/src/ap/
Dhostapd.c1255 if (conf->radius_req_attr_sqlite) { in hostapd_setup_bss()
1256 if (sqlite3_open(conf->radius_req_attr_sqlite, in hostapd_setup_bss()
1259 conf->radius_req_attr_sqlite); in hostapd_setup_bss()
1264 conf->radius_req_attr_sqlite); in hostapd_setup_bss()
Dap_config.h306 char *radius_req_attr_sqlite; member
Dap_config.c787 os_free(conf->radius_req_attr_sqlite); in hostapd_config_free_bss()
/external/wpa_supplicant_8/hostapd/
Dconfig_file.c2821 os_free(bss->radius_req_attr_sqlite);
2822 bss->radius_req_attr_sqlite = os_strdup(pos);