Searched refs:RADIUS_MAX_MSG_LEN (Results 1 - 3 of 3) sorted by relevance

/external/wpa_supplicant_8/hostapd/src/radius/
H A Dradius_server.c34 * RADIUS_MAX_MSG_LEN - Maximum message length for incoming RADIUS messages
36 #define RADIUS_MAX_MSG_LEN 3000 macro
1203 buf = os_malloc(RADIUS_MAX_MSG_LEN);
1209 len = recvfrom(sock, buf, RADIUS_MAX_MSG_LEN, 0,
1315 buf = os_malloc(RADIUS_MAX_MSG_LEN);
1321 len = recvfrom(sock, buf, RADIUS_MAX_MSG_LEN, 0,
/external/wpa_supplicant_8/src/radius/
H A Dradius_server.c34 * RADIUS_MAX_MSG_LEN - Maximum message length for incoming RADIUS messages
36 #define RADIUS_MAX_MSG_LEN 3000 macro
1203 buf = os_malloc(RADIUS_MAX_MSG_LEN);
1209 len = recvfrom(sock, buf, RADIUS_MAX_MSG_LEN, 0,
1315 buf = os_malloc(RADIUS_MAX_MSG_LEN);
1321 len = recvfrom(sock, buf, RADIUS_MAX_MSG_LEN, 0,
/external/wpa_supplicant_8/wpa_supplicant/src/radius/
H A Dradius_server.c34 * RADIUS_MAX_MSG_LEN - Maximum message length for incoming RADIUS messages
36 #define RADIUS_MAX_MSG_LEN 3000 macro
1203 buf = os_malloc(RADIUS_MAX_MSG_LEN);
1209 len = recvfrom(sock, buf, RADIUS_MAX_MSG_LEN, 0,
1315 buf = os_malloc(RADIUS_MAX_MSG_LEN);
1321 len = recvfrom(sock, buf, RADIUS_MAX_MSG_LEN, 0,

Completed in 86 milliseconds