Searched refs:dev_types_len (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/bsd/wpa/dist/wpa_supplicant/
H A Ddriver_i.h992 size_t dev_types_len,
999 dev_types_len, ies, ies_len);
986 wpa_drv_p2p_lo_start(struct wpa_supplicant *wpa_s, unsigned int channel, unsigned int period, unsigned int interval, unsigned int count, const u8 *device_types, size_t dev_types_len, const u8 *ies, size_t ies_len) argument
H A Dp2p_supplicant.c9506 size_t dev_types_len; local
9529 dev_types_len = (wpa_s->conf->num_sec_device_types + 1) *
9531 device_types = os_malloc(dev_types_len);
9546 device_types, dev_types_len,
/netbsd-current/external/bsd/wpa/dist/src/drivers/
H A Ddriver.h4130 * @dev_types_len: Number of bytes for device_types
4138 const u8 *device_types, size_t dev_types_len,
H A Ddriver_nl80211.c10365 size_t dev_types_len,
10400 dev_types_len, device_types) ||
10362 nl80211_p2p_lo_start(void *priv, unsigned int freq, unsigned int period, unsigned int interval, unsigned int count, const u8 *device_types, size_t dev_types_len, const u8 *ies, size_t ies_len) argument

Completed in 248 milliseconds