Home
last modified time | relevance | path

Searched refs:RADIUS_MAX_ATTR_LEN (Results 1 – 6 of 6) sorted by relevance

/third_party/wpa_supplicant/wpa_supplicant-2.9/src/radius/
Dradius.h49 #define RADIUS_MAX_ATTR_LEN (255 - sizeof(struct radius_attr_hdr)) macro
Dradius.c639 if (data_len > RADIUS_MAX_ATTR_LEN) { in radius_msg_add_attr()
745 if (left > RADIUS_MAX_ATTR_LEN) in radius_msg_add_eap()
746 len = RADIUS_MAX_ATTR_LEN; in radius_msg_add_eap()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/radius/
Dradius.h49 #define RADIUS_MAX_ATTR_LEN (255 - sizeof(struct radius_attr_hdr)) macro
Dradius.c639 if (data_len > RADIUS_MAX_ATTR_LEN) { in radius_msg_add_attr()
745 if (left > RADIUS_MAX_ATTR_LEN) in radius_msg_add_eap()
746 len = RADIUS_MAX_ATTR_LEN; in radius_msg_add_eap()
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
Deapol_test.c109 char buf[RADIUS_MAX_ATTR_LEN + 1]; in add_extra_attr()
125 if ((len & 1) || (len / 2) > RADIUS_MAX_ATTR_LEN) { in add_extra_attr()
182 char buf[RADIUS_MAX_ATTR_LEN + 1]; in ieee802_1x_encapsulate_radius()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
Deapol_test.c109 char buf[RADIUS_MAX_ATTR_LEN + 1]; in add_extra_attr()
125 if ((len & 1) || (len / 2) > RADIUS_MAX_ATTR_LEN) { in add_extra_attr()
182 char buf[RADIUS_MAX_ATTR_LEN + 1]; in ieee802_1x_encapsulate_radius()