HomeSort by relevance Sort by last modified time
    Searched refs:RADIUS_ACCT (Results 1 - 3 of 3) sorted by null

  /external/wpa_supplicant_8/src/radius/
radius_client.h 190 * RADIUS_ACCT - RADIUS accounting
192 RADIUS_ACCT,
198 * RADIUS_ACCT, but removes any pending interim RADIUS Accounting
radius_client.c 251 * @msg_type: RADIUS client type (RADIUS_AUTH or RADIUS_ACCT)
276 if (msg_type == RADIUS_ACCT) {
314 if (msg_type == RADIUS_ACCT ||
337 if (entry->msg_type == RADIUS_ACCT ||
431 if (entry->msg_type == RADIUS_ACCT ||
491 if (entry->msg_type == RADIUS_ACCT ||
626 * @msg_type: Message type (RADIUS_AUTH, RADIUS_ACCT, RADIUS_ACCT_INTERIM)
631 * accounting request (RADIUS_ACCT or RADIUS_ACCT_INTERIM). The only difference
660 if (msg_type == RADIUS_ACCT || msg_type == RADIUS_ACCT_INTERIM) {
724 if (msg_type == RADIUS_ACCT) {
    [all...]
  /external/wpa_supplicant_8/src/ap/
accounting.c 231 radius_client_send(hapd->radius, msg, RADIUS_ACCT, sta->addr) < 0)
334 stop ? RADIUS_ACCT : RADIUS_ACCT_INTERIM,
439 if (radius_client_send(hapd->radius, msg, RADIUS_ACCT, NULL) < 0)
458 if (radius_client_register(hapd->radius, RADIUS_ACCT,

Completed in 32 milliseconds