Searched defs:attr_pos (Results 1 - 4 of 4) sorted by relevance

/external/wpa_supplicant_6/wpa_supplicant/src/radius/
H A Dradius.h184 size_t *attr_pos; /* array of indexes to attributes (number of bytes member in struct:radius_msg
/external/wpa_supplicant_8/hostapd/src/radius/
H A Dradius.c33 * attr_pos - Array of indexes to attributes
38 size_t *attr_pos; member in struct:radius_msg
68 (wpabuf_mhead_u8(msg->buf) + msg->attr_pos[idx]);
81 msg->attr_pos = os_calloc(RADIUS_DEFAULT_ATTR_COUNT,
82 sizeof(*msg->attr_pos));
83 if (msg->attr_pos == NULL)
133 os_free(msg->attr_pos);
565 nattr_pos = os_realloc_array(msg->attr_pos, nlen,
566 sizeof(*msg->attr_pos));
570 msg->attr_pos
[all...]
/external/wpa_supplicant_8/src/radius/
H A Dradius.c33 * attr_pos - Array of indexes to attributes
38 size_t *attr_pos; member in struct:radius_msg
68 (wpabuf_mhead_u8(msg->buf) + msg->attr_pos[idx]);
81 msg->attr_pos = os_calloc(RADIUS_DEFAULT_ATTR_COUNT,
82 sizeof(*msg->attr_pos));
83 if (msg->attr_pos == NULL)
133 os_free(msg->attr_pos);
565 nattr_pos = os_realloc_array(msg->attr_pos, nlen,
566 sizeof(*msg->attr_pos));
570 msg->attr_pos
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/radius/
H A Dradius.c33 * attr_pos - Array of indexes to attributes
38 size_t *attr_pos; member in struct:radius_msg
68 (wpabuf_mhead_u8(msg->buf) + msg->attr_pos[idx]);
81 msg->attr_pos = os_calloc(RADIUS_DEFAULT_ATTR_COUNT,
82 sizeof(*msg->attr_pos));
83 if (msg->attr_pos == NULL)
133 os_free(msg->attr_pos);
565 nattr_pos = os_realloc_array(msg->attr_pos, nlen,
566 sizeof(*msg->attr_pos));
570 msg->attr_pos
[all...]

Completed in 47 milliseconds