Searched refs:radius_req_attr_sqlite (Results 1 – 4 of 4) sorted by relevance
1255 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()
306 char *radius_req_attr_sqlite; member
787 os_free(conf->radius_req_attr_sqlite); in hostapd_config_free_bss()
2821 os_free(bss->radius_req_attr_sqlite);2822 bss->radius_req_attr_sqlite = os_strdup(pos);