Searched refs:vlan_tagged_interface (Results 1 - 10 of 10) sorted by relevance

/external/wpa_supplicant_8/hostapd/src/ap/
H A Dap_config.h78 char *vlan_tagged_interface; member in struct:hostapd_ssid
H A Dvlan_init.c482 char *tagged_interface = hapd->conf->ssid.vlan_tagged_interface;
548 char *tagged_interface = hapd->conf->ssid.vlan_tagged_interface;
H A Dap_config.c416 os_free(conf->ssid.vlan_tagged_interface);
/external/wpa_supplicant_8/src/ap/
H A Dap_config.h78 char *vlan_tagged_interface; member in struct:hostapd_ssid
H A Dvlan_init.c482 char *tagged_interface = hapd->conf->ssid.vlan_tagged_interface;
548 char *tagged_interface = hapd->conf->ssid.vlan_tagged_interface;
H A Dap_config.c416 os_free(conf->ssid.vlan_tagged_interface);
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dap_config.h78 char *vlan_tagged_interface; member in struct:hostapd_ssid
H A Dvlan_init.c482 char *tagged_interface = hapd->conf->ssid.vlan_tagged_interface;
548 char *tagged_interface = hapd->conf->ssid.vlan_tagged_interface;
H A Dap_config.c416 os_free(conf->ssid.vlan_tagged_interface);
/external/wpa_supplicant_8/hostapd/
H A Dconfig_file.c2570 } else if (os_strcmp(buf, "vlan_tagged_interface") == 0) {
2571 os_free(bss->ssid.vlan_tagged_interface);
2572 bss->ssid.vlan_tagged_interface = os_strdup(pos);

Completed in 219 milliseconds