HomeSort by: relevance | last modified time | path
    Searched refs:upnp_iface (Results 1 - 4 of 4) sorted by relevancy

  /src/external/bsd/wpa/dist/src/ap/
ap_config.h 516 char *upnp_iface; member in struct:hostapd_bss_config
wps_hostapd.c 1767 if (!hapd->conf->upnp_iface)
1778 hapd->conf->upnp_iface);
ap_config.c 888 os_free(conf->upnp_iface);
  /src/external/bsd/wpa/dist/hostapd/
config_file.c 4058 } else if (os_strcmp(buf, "upnp_iface") == 0) {
4059 os_free(bss->upnp_iface);
4060 bss->upnp_iface = os_strdup(pos);

Completed in 20 milliseconds