Home
last modified time | relevance | path

Searched refs:device_types (Results 1 – 4 of 4) sorted by relevance

/hostap-latest/wpa_supplicant/
Ddriver_i.h1031 const u8 *device_types, in wpa_drv_p2p_lo_start() argument
1038 interval, count, device_types, in wpa_drv_p2p_lo_start()
Dp2p_supplicant.c10169 u8 *device_types; in wpas_p2p_lo_start() local
10195 device_types = os_malloc(dev_types_len); in wpas_p2p_lo_start()
10196 if (!device_types) in wpas_p2p_lo_start()
10198 os_memcpy(device_types, wpa_s->conf->device_type, WPS_DEV_TYPE_LEN); in wpas_p2p_lo_start()
10199 os_memcpy(&device_types[WPS_DEV_TYPE_LEN], wpa_s->conf->sec_device_type, in wpas_p2p_lo_start()
10205 os_free(device_types); in wpas_p2p_lo_start()
10210 device_types, dev_types_len, in wpas_p2p_lo_start()
10216 os_free(device_types); in wpas_p2p_lo_start()
/hostap-latest/src/drivers/
Ddriver.h5043 const u8 *device_types, size_t dev_types_len,
Ddriver_nl80211.c12950 unsigned int count, const u8 *device_types, in nl80211_p2p_lo_start() argument
12986 dev_types_len, device_types) || in nl80211_p2p_lo_start()