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

  /external/wpa_supplicant_6/wpa_supplicant/src/radius/
radius_client.h 68 RADIUS_ACCT,
70 * RADIUS_ACCT, but removes any pending interim
radius_client.c 118 if (msg_type == RADIUS_ACCT) {
154 if (msg_type == RADIUS_ACCT || msg_type == RADIUS_ACCT_INTERIM)
170 if (entry->msg_type == RADIUS_ACCT ||
247 if (entry->msg_type == RADIUS_ACCT ||
307 if (entry->msg_type == RADIUS_ACCT ||
455 if (msg_type == RADIUS_ACCT || msg_type == RADIUS_ACCT_INTERIM) {
517 if (msg_type == RADIUS_ACCT) {
575 msg_type == RADIUS_ACCT)) &&
726 if (entry->msg_type == RADIUS_ACCT) {
782 (!auth && entry->msg_type != RADIUS_ACCT))
    [all...]
  /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) {
312 if (msg_type == RADIUS_ACCT || msg_type == RADIUS_ACCT_INTERIM)
329 if (entry->msg_type == RADIUS_ACCT ||
407 if (entry->msg_type == RADIUS_ACCT ||
467 if (entry->msg_type == RADIUS_ACCT ||
603 * @msg_type: Message type (RADIUS_AUTH, RADIUS_ACCT, RADIUS_ACCT_INTERIM)
608 * accounting request (RADIUS_ACCT or RADIUS_ACCT_INTERIM). The only difference
637 if (msg_type == RADIUS_ACCT || msg_type == RADIUS_ACCT_INTERIM) {
701 if (msg_type == RADIUS_ACCT) {
    [all...]
  /external/wpa_supplicant_8/src/ap/
accounting.c 263 radius_client_send(hapd->radius, msg, RADIUS_ACCT, sta->addr);
362 stop ? RADIUS_ACCT : RADIUS_ACCT_INTERIM,
466 radius_client_send(hapd->radius, msg, RADIUS_ACCT, NULL);
484 if (radius_client_register(hapd->radius, RADIUS_ACCT,

Completed in 43 milliseconds