Searched refs:radius_msg_new (Results 1 - 22 of 22) sorted by relevance

/external/wpa_supplicant_8/hostapd/src/radius/
H A Dradius_das.c170 reply = radius_msg_new(error ? RADIUS_CODE_DISCONNECT_NAK :
274 reply = radius_msg_new(RADIUS_CODE_COA_NAK,
H A Dradius.h227 struct radius_msg * radius_msg_new(u8 code, u8 identifier);
H A Dradius_server.c740 msg = radius_msg_new(code, hdr->identifier);
897 msg = radius_msg_new(code, hdr->identifier);
947 msg = radius_msg_new(RADIUS_CODE_ACCESS_REJECT, hdr->identifier);
1404 resp = radius_msg_new(RADIUS_CODE_ACCOUNTING_RESPONSE, hdr->identifier);
H A Dradius.c94 * radius_msg_new - Create a new RADIUS message
102 struct radius_msg * radius_msg_new(u8 code, u8 identifier) function
125 * @msg: RADIUS message from radius_msg_new() or radius_msg_parse()
/external/wpa_supplicant_8/src/radius/
H A Dradius_das.c170 reply = radius_msg_new(error ? RADIUS_CODE_DISCONNECT_NAK :
274 reply = radius_msg_new(RADIUS_CODE_COA_NAK,
H A Dradius.h227 struct radius_msg * radius_msg_new(u8 code, u8 identifier);
H A Dradius_server.c740 msg = radius_msg_new(code, hdr->identifier);
897 msg = radius_msg_new(code, hdr->identifier);
947 msg = radius_msg_new(RADIUS_CODE_ACCESS_REJECT, hdr->identifier);
1404 resp = radius_msg_new(RADIUS_CODE_ACCOUNTING_RESPONSE, hdr->identifier);
H A Dradius.c94 * radius_msg_new - Create a new RADIUS message
102 struct radius_msg * radius_msg_new(u8 code, u8 identifier) function
125 * @msg: RADIUS message from radius_msg_new() or radius_msg_parse()
/external/wpa_supplicant_8/wpa_supplicant/src/radius/
H A Dradius_das.c170 reply = radius_msg_new(error ? RADIUS_CODE_DISCONNECT_NAK :
274 reply = radius_msg_new(RADIUS_CODE_COA_NAK,
H A Dradius.h227 struct radius_msg * radius_msg_new(u8 code, u8 identifier);
H A Dradius_server.c740 msg = radius_msg_new(code, hdr->identifier);
897 msg = radius_msg_new(code, hdr->identifier);
947 msg = radius_msg_new(RADIUS_CODE_ACCESS_REJECT, hdr->identifier);
1404 resp = radius_msg_new(RADIUS_CODE_ACCOUNTING_RESPONSE, hdr->identifier);
H A Dradius.c94 * radius_msg_new - Create a new RADIUS message
102 struct radius_msg * radius_msg_new(u8 code, u8 identifier) function
125 * @msg: RADIUS message from radius_msg_new() or radius_msg_parse()
/external/wpa_supplicant_8/hostapd/src/ap/
H A Daccounting.c46 msg = radius_msg_new(RADIUS_CODE_ACCOUNTING_REQUEST,
H A Dieee802_11_auth.c154 msg = radius_msg_new(RADIUS_CODE_ACCESS_REQUEST, query->radius_id);
H A Dieee802_1x.c610 msg = radius_msg_new(RADIUS_CODE_ACCESS_REQUEST,
/external/wpa_supplicant_8/src/ap/
H A Daccounting.c46 msg = radius_msg_new(RADIUS_CODE_ACCOUNTING_REQUEST,
H A Dieee802_11_auth.c154 msg = radius_msg_new(RADIUS_CODE_ACCESS_REQUEST, query->radius_id);
H A Dieee802_1x.c610 msg = radius_msg_new(RADIUS_CODE_ACCESS_REQUEST,
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Daccounting.c46 msg = radius_msg_new(RADIUS_CODE_ACCOUNTING_REQUEST,
H A Dieee802_11_auth.c154 msg = radius_msg_new(RADIUS_CODE_ACCESS_REQUEST, query->radius_id);
H A Dieee802_1x.c610 msg = radius_msg_new(RADIUS_CODE_ACCESS_REQUEST,
/external/wpa_supplicant_8/wpa_supplicant/
H A Deapol_test.c189 msg = radius_msg_new(RADIUS_CODE_ACCESS_REQUEST,

Completed in 182 milliseconds