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

/external/wpa_supplicant_8/hostapd/src/ap/
H A Dap_config.h423 u8 venue_group; member in struct:hostapd_bss_config
H A Dieee802_11_shared.c308 *pos++ = hapd->conf->venue_group;
H A Dgas_serv.c204 wpabuf_put_u8(buf, hapd->conf->venue_group);
/external/wpa_supplicant_8/src/ap/
H A Dap_config.h423 u8 venue_group; member in struct:hostapd_bss_config
H A Dieee802_11_shared.c308 *pos++ = hapd->conf->venue_group;
H A Dgas_serv.c204 wpabuf_put_u8(buf, hapd->conf->venue_group);
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dap_config.h423 u8 venue_group; member in struct:hostapd_bss_config
H A Dieee802_11_shared.c308 *pos++ = hapd->conf->venue_group;
H A Dgas_serv.c204 wpabuf_put_u8(buf, hapd->conf->venue_group);
/external/wpa_supplicant_8/hostapd/
H A Dconfig_file.c2890 } else if (os_strcmp(buf, "venue_group") == 0) {
2891 bss->venue_group = atoi(pos);

Completed in 1187 milliseconds