Home
last modified time | relevance | path

Searched defs:include_6ghz (Results 1 – 4 of 4) sorted by relevance

/freebsd-src/contrib/wpa/src/p2p/
H A Dp2p_i.h552 bool include_6ghz; global() member
H A Dp2p.c1162 p2p_find(struct p2p_data * p2p,unsigned int timeout,enum p2p_discovery_type type,unsigned int num_req_dev_types,const u8 * req_dev_types,const u8 * dev_id,unsigned int search_delay,u8 seek_count,const char ** seek,int freq,bool include_6ghz) p2p_find() argument
/freebsd-src/contrib/wpa/wpa_supplicant/
H A Dp2p_supplicant.c409 wpas_p2p_scan(void * ctx,enum p2p_scan_type type,int freq,unsigned int num_req_dev_types,const u8 * req_dev_types,const u8 * dev_id,u16 pw_id,bool include_6ghz) wpas_p2p_scan() argument
7322 wpas_p2p_find(struct wpa_supplicant * wpa_s,unsigned int timeout,enum p2p_discovery_type type,unsigned int num_req_dev_types,const u8 * req_dev_types,const u8 * dev_id,unsigned int search_delay,u8 seek_cnt,const char ** seek_string,int freq,bool include_6ghz) wpas_p2p_find() argument
H A Dctrl_iface.c5687 bool include_6ghz = false; p2p_ctrl_find() local