Home
last modified time | relevance | path

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

/hostap-latest/src/ap/
Dap_config.h317 char *radius_req_attr_sqlite; member
Dhostapd.c1582 if (conf->radius_req_attr_sqlite) { in hostapd_setup_bss()
1583 if (sqlite3_open(conf->radius_req_attr_sqlite, in hostapd_setup_bss()
1586 conf->radius_req_attr_sqlite); in hostapd_setup_bss()
1591 conf->radius_req_attr_sqlite); in hostapd_setup_bss()
Dap_config.c848 os_free(conf->radius_req_attr_sqlite); in hostapd_config_free_bss()
/hostap-latest/hostapd/
Dconfig_file.c3056 os_free(bss->radius_req_attr_sqlite); in hostapd_config_fill()
3057 bss->radius_req_attr_sqlite = os_strdup(pos); in hostapd_config_fill()