Home
last modified time | relevance | path

Searched refs:rad_attr_db (Results 1 – 3 of 3) sorted by relevance

/external/wpa_supplicant_8/src/ap/
Dhostapd.c1343 &hapd->rad_attr_db)) { in hostapd_setup_bss()
1351 if (!db_table_exists(hapd->rad_attr_db, "radius_attributes") && in hostapd_setup_bss()
1352 db_table_create_radius_attributes(hapd->rad_attr_db) < 0) in hostapd_setup_bss()
2518 if (hapd->rad_attr_db) { in hostapd_bss_deinit()
2519 sqlite3_close(hapd->rad_attr_db); in hostapd_bss_deinit()
2520 hapd->rad_attr_db = NULL; in hostapd_bss_deinit()
Dhostapd.h458 sqlite3 *rad_attr_db; member
Dieee802_1x.c630 if (!hapd->rad_attr_db) in add_sqlite_radius_attr()
636 if (sqlite3_prepare_v2(hapd->rad_attr_db, sql, os_strlen(sql), &stmt, in add_sqlite_radius_attr()
639 sqlite3_errmsg(hapd->rad_attr_db)); in add_sqlite_radius_attr()