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

  /src/external/bsd/wpa/dist/src/ap/
gas_serv.c 295 if (hapd->conf->venue_url || get_anqp_elem(hapd, ANQP_VENUE_URL))
340 if (hapd->conf->venue_url) {
348 url = &hapd->conf->venue_url[i];
1183 if (info_id == ANQP_VENUE_URL && hapd->conf->venue_url) {
ap_config.h 586 struct hostapd_venue_url *venue_url; member in struct:hostapd_bss_config
ap_config.c 904 os_free(conf->venue_url);
  /src/external/bsd/wpa/dist/hostapd/
config_file.c 1397 url = os_realloc_array(bss->venue_url, bss->venue_url_count + 1,
1402 bss->venue_url = url;
1403 url = &bss->venue_url[bss->venue_url_count++];
1412 wpa_printf(MSG_ERROR, "Line %d: Invalid venue_url '%s'",
4195 } else if (os_strcmp(buf, "venue_url") == 0) {

Completed in 22 milliseconds