Home
last modified time | relevance | path

Searched refs:device_type (Results 1 – 15 of 15) sorted by relevance

/hostap-latest/wpa_supplicant/
Dwin_example.reg19 "device_type"="1-0050F204-1"
Dconfig.h788 u8 device_type[WPS_DEV_TYPE_LEN]; member
Dconfig_winreg.c248 if (t && wps_dev_type_str2bin(t, config->device_type)) in wpa_config_read_global()
605 buf = wps_dev_type_bin2str(config->device_type, in wpa_config_write_global()
DREADME-P2P42 device_name and device_type should be specified. For example,
47 device_type=1-0050F204-1
706 set device_type <device type>
Dap.c776 os_memcpy(bss->device_type, wpa_s->conf->device_type, in wpa_supplicant_conf_ap()
Dwps_supplicant.c1617 os_memcpy(wps->dev.pri_dev_type, wpa_s->conf->device_type, in wpas_wps_init()
2284 os_memcpy(wps->dev.pri_dev_type, wpa_s->conf->device_type, in wpas_wps_update_config()
Dp2p_supplicant.c2184 os_memcpy(d->device_type, s->device_type, WPS_DEV_TYPE_LEN); in wpas_p2p_clone_config()
5029 os_memcpy(p2p.pri_dev_type, wpa_s->conf->device_type, in wpas_p2p_init()
8096 p2p_set_pri_dev_type(p2p, wpa_s->conf->device_type); in wpas_p2p_update_config()
10198 os_memcpy(device_types, wpa_s->conf->device_type, WPS_DEV_TYPE_LEN); in wpas_p2p_lo_start()
Dconfig_file.c1185 buf = wps_dev_type_bin2str(config->device_type, in wpa_config_write_global()
Dconfig.c5041 return wps_dev_type_str2bin(pos, config->device_type); in wpa_config_process_device_type()
5449 { FUNC(device_type), CFG_CHANGED_DEVICE_TYPE },
/hostap-latest/wpa_supplicant/dbus/
Ddbus_new_handlers_wps.c757 wpa_s->conf->device_type, in wpas_dbus_getter_wps_device_device_type()
799 os_memcpy(wpa_s->conf->device_type, dev_type, WPS_DEV_TYPE_LEN); in wpas_dbus_setter_wps_device_device_type()
Ddbus_new_handlers_p2p.c975 (char *) wpa_s->conf->device_type, in wpas_dbus_getter_p2p_device_config()
1129 os_memcpy(wpa_s->conf->device_type, in wpas_dbus_setter_p2p_device_config()
/hostap-latest/src/ap/
Dap_config.h519 u8 device_type[WPS_DEV_TYPE_LEN]; member
Dwps_hostapd.c1152 os_memcpy(wps->dev.pri_dev_type, hapd->conf->device_type, in hostapd_init_wps()
/hostap-latest/hostapd/
DREADME-WPS108 device_type=6-0050F204-1
Dconfig_file.c4037 if (wps_dev_type_str2bin(pos, bss->device_type)) in hostapd_config_fill()