Searched refs:venue_type (Results 1 – 7 of 7) sorted by relevance
/hostap-3.7.0/tests/hwsim/ |
D | test_gas.py | 1619 venue_type = 13 1620 venue_info = struct.pack('BB', venue_group, venue_type) 1638 "venue_type": str(venue_type), 1682 venue_type = 13 1683 venue_info = struct.pack('BB', venue_group, venue_type) 1701 "venue_type": str(venue_type), 1737 venue_type = 13 1738 venue_info = struct.pack('BB', venue_group, venue_type) 1758 "venue_type": str(venue_type),
|
D | test_sigma_dut.py | 4011 venue_type = 13 4012 venue_info = struct.pack('BB', venue_group, venue_type) 4024 params["venue_type"] = str(venue_type)
|
/hostap-3.7.0/src/ap/ |
D | ap_config.h | 557 u8 venue_type; member
|
D | ieee802_11_shared.c | 528 *pos++ = hapd->conf->venue_type; in hostapd_eid_interworking()
|
D | gas_serv.c | 322 wpabuf_put_u8(buf, hapd->conf->venue_type); in anqp_add_venue_name()
|
/hostap-3.7.0/wpa_supplicant/ |
D | ap.c | 623 bss->venue_type = wpa_s->conf->go_venue_type; in wpa_supplicant_conf_ap()
|
/hostap-3.7.0/hostapd/ |
D | config_file.c | 3951 bss->venue_type = atoi(pos); in hostapd_config_fill()
|