Searched refs:untagged (Results 1 - 25 of 35) sorted by relevance

12

/external/wpa_supplicant_8/hostapd/src/ap/
H A Dvlan.c27 if (a->untagged != b->untagged)
H A Dvlan.h16 int untagged; /* >0 802.1q vid */ member in struct:vlan_description
H A Dvlan_full.c423 int untagged, *tagged, i, notempty; local
439 untagged = vlan->vlan_desc.untagged;
447 } else if (untagged > 0 && untagged <= MAX_VLAN_ID) {
448 vlan_bridge_name(br_name, hapd, untagged);
450 vlan_get_bridge(br_name, hapd, untagged);
457 if (tagged[i] == untagged ||
536 int untagged = vlan->vlan_desc.untagged; local
[all...]
H A Dieee802_11_auth.c511 int *untagged, *tagged, *notempty; local
570 untagged = &cache->vlan_id.untagged;
572 *notempty = !!radius_msg_get_vlanid(msg, untagged,
603 cache->vlan_id.untagged,
H A Dap_config.c671 if (!vlan_desc->notempty || vlan_desc->untagged < 0 ||
672 vlan_desc->untagged > MAX_VLAN_ID)
679 if (!vlan_desc->untagged && !vlan_desc->tagged[0])
H A Dsta_info.c882 vlan_id = vlan_desc->untagged;
892 vlan_desc->untagged,
907 vlan_desc ? vlan_desc->untagged : -1,
H A Dieee802_1x.c1670 int *untagged, *tagged, *notempty; local
1740 untagged = &vlan_desc.untagged;
1742 *notempty = !!radius_msg_get_vlanid(msg, untagged,
1754 vlan_desc.untagged,
/external/wpa_supplicant_8/src/ap/
H A Dvlan.c27 if (a->untagged != b->untagged)
H A Dvlan.h16 int untagged; /* >0 802.1q vid */ member in struct:vlan_description
H A Dvlan_full.c423 int untagged, *tagged, i, notempty; local
439 untagged = vlan->vlan_desc.untagged;
447 } else if (untagged > 0 && untagged <= MAX_VLAN_ID) {
448 vlan_bridge_name(br_name, hapd, untagged);
450 vlan_get_bridge(br_name, hapd, untagged);
457 if (tagged[i] == untagged ||
536 int untagged = vlan->vlan_desc.untagged; local
[all...]
H A Dieee802_11_auth.c511 int *untagged, *tagged, *notempty; local
570 untagged = &cache->vlan_id.untagged;
572 *notempty = !!radius_msg_get_vlanid(msg, untagged,
603 cache->vlan_id.untagged,
H A Dap_config.c671 if (!vlan_desc->notempty || vlan_desc->untagged < 0 ||
672 vlan_desc->untagged > MAX_VLAN_ID)
679 if (!vlan_desc->untagged && !vlan_desc->tagged[0])
H A Dsta_info.c882 vlan_id = vlan_desc->untagged;
892 vlan_desc->untagged,
907 vlan_desc ? vlan_desc->untagged : -1,
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dvlan.c27 if (a->untagged != b->untagged)
H A Dvlan.h16 int untagged; /* >0 802.1q vid */ member in struct:vlan_description
H A Dvlan_full.c423 int untagged, *tagged, i, notempty; local
439 untagged = vlan->vlan_desc.untagged;
447 } else if (untagged > 0 && untagged <= MAX_VLAN_ID) {
448 vlan_bridge_name(br_name, hapd, untagged);
450 vlan_get_bridge(br_name, hapd, untagged);
457 if (tagged[i] == untagged ||
536 int untagged = vlan->vlan_desc.untagged; local
[all...]
H A Dieee802_11_auth.c511 int *untagged, *tagged, *notempty; local
570 untagged = &cache->vlan_id.untagged;
572 *notempty = !!radius_msg_get_vlanid(msg, untagged,
603 cache->vlan_id.untagged,
H A Dap_config.c671 if (!vlan_desc->notempty || vlan_desc->untagged < 0 ||
672 vlan_desc->untagged > MAX_VLAN_ID)
679 if (!vlan_desc->untagged && !vlan_desc->tagged[0])
H A Dsta_info.c882 vlan_id = vlan_desc->untagged;
892 vlan_desc->untagged,
907 vlan_desc ? vlan_desc->untagged : -1,
/external/wpa_supplicant_8/hostapd/src/radius/
H A Dradius.h282 int radius_msg_get_vlanid(struct radius_msg *msg, int *untagged, int numtagged,
H A Dradius.c1432 * @untagged: Pointer to store untagged vid
1436 * Returns: 0 if neither tagged nor untagged configuration is found, 1 otherwise
1438 int radius_msg_get_vlanid(struct radius_msg *msg, int *untagged, int numtagged, argument
1452 *untagged = 0;
1502 *untagged = vlan_id;
1510 /* Use tunnel with the lowest tag for untagged VLAN id */
1517 *untagged = tun->vlanid;
1525 if (*untagged > 0 || taggedidx)
/external/wpa_supplicant_8/src/radius/
H A Dradius.h282 int radius_msg_get_vlanid(struct radius_msg *msg, int *untagged, int numtagged,
H A Dradius.c1432 * @untagged: Pointer to store untagged vid
1436 * Returns: 0 if neither tagged nor untagged configuration is found, 1 otherwise
1438 int radius_msg_get_vlanid(struct radius_msg *msg, int *untagged, int numtagged, argument
1452 *untagged = 0;
1502 *untagged = vlan_id;
1510 /* Use tunnel with the lowest tag for untagged VLAN id */
1517 *untagged = tun->vlanid;
1525 if (*untagged > 0 || taggedidx)
/external/wpa_supplicant_8/wpa_supplicant/src/radius/
H A Dradius.h282 int radius_msg_get_vlanid(struct radius_msg *msg, int *untagged, int numtagged,
H A Dradius.c1432 * @untagged: Pointer to store untagged vid
1436 * Returns: 0 if neither tagged nor untagged configuration is found, 1 otherwise
1438 int radius_msg_get_vlanid(struct radius_msg *msg, int *untagged, int numtagged, argument
1452 *untagged = 0;
1502 *untagged = vlan_id;
1510 /* Use tunnel with the lowest tag for untagged VLAN id */
1517 *untagged = tun->vlanid;
1525 if (*untagged > 0 || taggedidx)

Completed in 156 milliseconds

12