HomeSort by relevance Sort by last modified time
    Searched defs:notempty (Results 1 - 4 of 4) sorted by null

  /external/wpa_supplicant_8/src/ap/
vlan.h 15 int notempty; /* 0 : no vlan information present, 1: else */ member in struct:vlan_description
ieee802_11_auth.c 512 int *untagged, *tagged, *notempty; local
570 notempty = &cache->vlan_id.notempty;
573 *notempty = !!radius_msg_get_vlanid(msg, untagged,
598 if (cache->vlan_id.notempty &&
609 !cache->vlan_id.notempty)
vlan_full.c 423 int untagged, *tagged, i, notempty; local
438 notempty = vlan->vlan_desc.notempty;
442 if (!notempty) {
535 int notempty = vlan->vlan_desc.notempty; local
552 if (!notempty) {
ieee802_1x.c 1696 int *untagged, *tagged, *notempty; local
    [all...]

Completed in 178 milliseconds