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

/external/wpa_supplicant_8/hostapd/src/radius/
H A Dradius_das.c156 reply = radius_msg_new(error ? RADIUS_CODE_DISCONNECT_NAK :
258 reply = radius_msg_new(RADIUS_CODE_COA_NAK,
H A Dradius.h214 struct radius_msg * radius_msg_new(u8 code, u8 identifier);
H A Dradius_server.c717 msg = radius_msg_new(code, hdr->identifier);
874 msg = radius_msg_new(code, hdr->identifier);
924 msg = radius_msg_new(RADIUS_CODE_ACCESS_REJECT, hdr->identifier);
1381 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.c156 reply = radius_msg_new(error ? RADIUS_CODE_DISCONNECT_NAK :
258 reply = radius_msg_new(RADIUS_CODE_COA_NAK,
H A Dradius.h214 struct radius_msg * radius_msg_new(u8 code, u8 identifier);
H A Dradius_server.c717 msg = radius_msg_new(code, hdr->identifier);
874 msg = radius_msg_new(code, hdr->identifier);
924 msg = radius_msg_new(RADIUS_CODE_ACCESS_REJECT, hdr->identifier);
1381 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.c156 reply = radius_msg_new(error ? RADIUS_CODE_DISCONNECT_NAK :
258 reply = radius_msg_new(RADIUS_CODE_COA_NAK,
H A Dradius.h214 struct radius_msg * radius_msg_new(u8 code, u8 identifier);
H A Dradius_server.c717 msg = radius_msg_new(code, hdr->identifier);
874 msg = radius_msg_new(code, hdr->identifier);
924 msg = radius_msg_new(RADIUS_CODE_ACCESS_REJECT, hdr->identifier);
1381 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.c43 msg = radius_msg_new(RADIUS_CODE_ACCOUNTING_REQUEST,
H A Dieee802_11_auth.c164 msg = radius_msg_new(RADIUS_CODE_ACCESS_REQUEST, query->radius_id);
H A Dieee802_1x.c552 msg = radius_msg_new(RADIUS_CODE_ACCESS_REQUEST,
/external/wpa_supplicant_8/src/ap/
H A Daccounting.c43 msg = radius_msg_new(RADIUS_CODE_ACCOUNTING_REQUEST,
H A Dieee802_11_auth.c164 msg = radius_msg_new(RADIUS_CODE_ACCESS_REQUEST, query->radius_id);
H A Dieee802_1x.c552 msg = radius_msg_new(RADIUS_CODE_ACCESS_REQUEST,
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Daccounting.c43 msg = radius_msg_new(RADIUS_CODE_ACCOUNTING_REQUEST,
H A Dieee802_11_auth.c164 msg = radius_msg_new(RADIUS_CODE_ACCESS_REQUEST, query->radius_id);
H A Dieee802_1x.c552 msg = radius_msg_new(RADIUS_CODE_ACCESS_REQUEST,
/external/wpa_supplicant_8/wpa_supplicant/
H A Deapol_test.c185 msg = radius_msg_new(RADIUS_CODE_ACCESS_REQUEST,

Completed in 155 milliseconds