HomeSort by relevance Sort by last modified time
    Searched defs:RADIUS_DEBUG (Results 1 - 2 of 2) sorted by null

  /external/wpa_supplicant_6/wpa_supplicant/src/radius/
radius_server.c 109 #define RADIUS_DEBUG(args...) \
230 RADIUS_DEBUG("Removing completed session 0x%x", sess->sess_id);
240 RADIUS_DEBUG("Timing out authentication session 0x%x", sess->sess_id);
252 RADIUS_DEBUG("Maximum number of existing session - no room "
284 RADIUS_DEBUG("Creating a new session");
292 RADIUS_DEBUG("Could not get User-Name");
303 RADIUS_DEBUG("Matching user entry found");
306 RADIUS_DEBUG("Failed to create a new session");
310 RADIUS_DEBUG("User-Name not found from user database");
332 RADIUS_DEBUG("Failed to initialize EAP state machine for the
    [all...]
  /external/wpa_supplicant_8/src/radius/
radius_server.c 298 #define RADIUS_DEBUG(args...) \
413 RADIUS_DEBUG("Removing completed session 0x%x", sess->sess_id);
423 RADIUS_DEBUG("Timing out authentication session 0x%x", sess->sess_id);
435 RADIUS_DEBUG("Maximum number of existing session - no room "
467 RADIUS_DEBUG("Creating a new session");
475 RADIUS_DEBUG("Could not get User-Name");
486 RADIUS_DEBUG("Matching user entry found");
489 RADIUS_DEBUG("Failed to create a new session");
493 RADIUS_DEBUG("User-Name not found from user database");
517 RADIUS_DEBUG("Failed to initialize EAP state machine for the
    [all...]

Completed in 17 milliseconds