Home | History | Annotate | Download | only in radius

Lines Matching defs:tunnel

218 	{ RADIUS_ATTR_TUNNEL_TYPE, "Tunnel-Type", RADIUS_ATTR_HEXDUMP },
219 { RADIUS_ATTR_TUNNEL_MEDIUM_TYPE, "Tunnel-Medium-Type",
221 { RADIUS_ATTR_TUNNEL_PASSWORD, "Tunnel-Password",
227 { RADIUS_ATTR_TUNNEL_PRIVATE_GROUP_ID, "Tunnel-Private-Group-Id",
1326 Tunnel-Type */
1327 int medium_type; /* Tunnel-Medium-Type */
1333 * radius_msg_get_vlanid - Parse RADIUS attributes for VLAN tunnel information
1335 * Returns: VLAN ID for the first tunnel configuration of -1 if none is found
1339 struct radius_tunnel_attrs tunnel[RADIUS_TUNNEL_TAGS], *tun;
1346 os_memset(&tunnel, 0, sizeof(tunnel));
1357 tun = &tunnel[0];
1359 tun = &tunnel[data[0]];
1390 tun = &tunnel[i];
1403 * radius_msg_get_tunnel_password - Parse RADIUS attribute Tunnel-Password
1432 /* find n-th valid Tunnel-Password attribute */