Home
last modified time | relevance | path

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

/netbsd/external/bsd/wpa/dist/src/ap/
H A Dhostapd.c1225 &hapd->rad_attr_db)) { in hostapd_setup_bss()
1233 if (!db_table_exists(hapd->rad_attr_db, "radius_attributes") && in hostapd_setup_bss()
1234 db_table_create_radius_attributes(hapd->rad_attr_db) < 0) in hostapd_setup_bss()
2256 if (hapd->rad_attr_db) { in hostapd_bss_deinit()
2257 sqlite3_close(hapd->rad_attr_db); in hostapd_bss_deinit()
2258 hapd->rad_attr_db = NULL; in hostapd_bss_deinit()
H A Dhostapd.h399 sqlite3 *rad_attr_db; member
H A 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()