Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/wpa/src/ap/
H A Dap_config.h304 char *radius_req_attr_sqlite; member
H A Dhostapd.c1223 if (conf->radius_req_attr_sqlite) { in hostapd_setup_bss()
1224 if (sqlite3_open(conf->radius_req_attr_sqlite, in hostapd_setup_bss()
1227 conf->radius_req_attr_sqlite); in hostapd_setup_bss()
1232 conf->radius_req_attr_sqlite); in hostapd_setup_bss()
H A Dap_config.c698 os_free(conf->radius_req_attr_sqlite); in hostapd_config_free_bss()
/freebsd-12.1/contrib/wpa/hostapd/
H A Dconfig_file.c2838 os_free(bss->radius_req_attr_sqlite);
2839 bss->radius_req_attr_sqlite = os_strdup(pos);