Home
last modified time | relevance | path

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

/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
Dap_config.h304 char *radius_req_attr_sqlite; member
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()
Dap_config.c698 os_free(conf->radius_req_attr_sqlite); in hostapd_config_free_bss()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
Dap_config.h309 char *radius_req_attr_sqlite; member
Dhostapd.c1260 if (conf->radius_req_attr_sqlite) { in hostapd_setup_bss()
1261 if (sqlite3_open(conf->radius_req_attr_sqlite, in hostapd_setup_bss()
1264 conf->radius_req_attr_sqlite); in hostapd_setup_bss()
1269 conf->radius_req_attr_sqlite); in hostapd_setup_bss()
Dap_config.c792 os_free(conf->radius_req_attr_sqlite); in hostapd_config_free_bss()
/third_party/wpa_supplicant/wpa_supplicant-2.9/hostapd/
Dap_config_file.c2838 os_free(bss->radius_req_attr_sqlite);
2839 bss->radius_req_attr_sqlite = os_strdup(pos);
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hostapd/
Dap_config_file.c2846 os_free(bss->radius_req_attr_sqlite); in hostapd_config_fill()
2847 bss->radius_req_attr_sqlite = os_strdup(pos); in hostapd_config_fill()