Searched refs:venue_url (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/wpa/src/ap/
H A Dgas_serv.c295 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) {
H A Dap_config.h560 struct hostapd_venue_url *venue_url; member in struct:hostapd_bss_config
H A Dap_config.c775 os_free(conf->venue_url);
/freebsd-11-stable/contrib/wpa/hostapd/
H A Dconfig_file.c1439 url = os_realloc_array(bss->venue_url, bss->venue_url_count + 1,
1444 bss->venue_url = url;
1445 url = &bss->venue_url[bss->venue_url_count++];
1454 wpa_printf(MSG_ERROR, "Line %d: Invalid venue_url '%s'",
3858 } else if (os_strcmp(buf, "venue_url") == 0) {

Completed in 92 milliseconds