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 253 * @msg_type: RADIUS client type (RADIUS_AUTH or RADIUS_ACCT)
278 if (msg_type == RADIUS_ACCT) {
316 if (msg_type == RADIUS_ACCT ||
340 if (entry->msg_type == RADIUS_ACCT ||
454 if (entry->msg_type == RADIUS_ACCT ||
531 if (entry->msg_type == RADIUS_ACCT ||
665 * @msg_type: Message type (RADIUS_AUTH, RADIUS_ACCT, RADIUS_ACCT_INTERIM)
670 * accounting request (RADIUS_ACCT or RADIUS_ACCT_INTERIM). The only difference
699 if (msg_type == RADIUS_ACCT || msg_type == RADIUS_ACCT_INTERIM) {
771 if (msg_type == RADIUS_ACCT) {
    [all...]
  /external/wpa_supplicant_8/src/ap/
accounting.c 240 radius_client_send(hapd->radius, msg, RADIUS_ACCT, sta->addr) < 0)
343 stop ? RADIUS_ACCT : RADIUS_ACCT_INTERIM,
448 if (radius_client_send(hapd->radius, msg, RADIUS_ACCT, NULL) < 0)
471 if (radius_client_register(hapd->radius, RADIUS_ACCT,

Completed in 48 milliseconds