Searched refs:RADIUS_ERROR (Results 1 – 1 of 1) sorted by relevance
/hostap-3.6.0/src/radius/ |
D | radius_server.c | 234 #define RADIUS_ERROR(args...) \ macro 272 RADIUS_ERROR("SQLite error: %s", err); in db_table_create_sim_provisioning() 319 RADIUS_ERROR("Failed to add authlog entry into sqlite database: %s", in srv_log() 696 RADIUS_ERROR("Failed to add pending_tc entry into sqlite database: %s", in radius_srv_hs20_t_c_pending() 726 RADIUS_ERROR("Failed to add current_sessions entry into sqlite database: %s", in radius_server_add_session() 879 RADIUS_ERROR("Failed to add SIM provisioning entry into sqlite database: %s", in radius_server_sim_provisioning_session() 1645 RADIUS_ERROR("Failed to update current_sessions entry: %s", in radius_server_receive_coa_resp() 2036 RADIUS_ERROR("Could not open client file '%s'", client_file); in radius_server_read_clients() 2162 RADIUS_ERROR("Invalid line %d in '%s'", line, client_file); in radius_server_read_clients() 2242 RADIUS_ERROR("Could not open SQLite file '%s'", in radius_server_init() [all …]
|