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

  /external/wpa_supplicant_8/src/ap/
pmksa_cache_auth.h 31 struct vlan_description *vlan_desc; member in struct:rsn_pmksa_cache_entry
pmksa_cache_auth.c 41 os_free(entry->vlan_desc);
144 struct vlan_description *vlan_desc; local
167 vlan_desc = ((struct sta_info *) eapol->sta)->vlan_desc;
168 if (vlan_desc && vlan_desc->notempty) {
169 entry->vlan_desc = os_zalloc(sizeof(struct vlan_description));
170 if (entry->vlan_desc)
171 *entry->vlan_desc = *vlan_desc;
    [all...]
ieee802_1x.c 1694 struct vlan_description vlan_desc; local
    [all...]
sta_info.h 154 struct vlan_description *vlan_desc; member in struct:sta_info
286 struct vlan_description *vlan_desc);
ap_config.h 123 struct vlan_description vlan_desc; member in struct:hostapd_vlan
778 struct vlan_description *vlan_desc);

Completed in 83 milliseconds