Searched refs:device_type (Results 1 – 15 of 15) sorted by relevance
/hostap-latest/wpa_supplicant/ |
D | win_example.reg | 19 "device_type"="1-0050F204-1"
|
D | config.h | 788 u8 device_type[WPS_DEV_TYPE_LEN]; member
|
D | config_winreg.c | 248 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()
|
D | README-P2P | 42 device_name and device_type should be specified. For example, 47 device_type=1-0050F204-1 706 set device_type <device type>
|
D | ap.c | 776 os_memcpy(bss->device_type, wpa_s->conf->device_type, in wpa_supplicant_conf_ap()
|
D | wps_supplicant.c | 1617 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()
|
D | p2p_supplicant.c | 2184 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()
|
D | config_file.c | 1185 buf = wps_dev_type_bin2str(config->device_type, in wpa_config_write_global()
|
D | config.c | 5041 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/ |
D | dbus_new_handlers_wps.c | 757 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()
|
D | dbus_new_handlers_p2p.c | 975 (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/ |
D | ap_config.h | 519 u8 device_type[WPS_DEV_TYPE_LEN]; member
|
D | wps_hostapd.c | 1152 os_memcpy(wps->dev.pri_dev_type, hapd->conf->device_type, in hostapd_init_wps()
|
/hostap-latest/hostapd/ |
D | README-WPS | 108 device_type=6-0050F204-1
|
D | config_file.c | 4037 if (wps_dev_type_str2bin(pos, bss->device_type)) in hostapd_config_fill()
|