Lines Matching defs:p2p_device
42 struct p2p_device { struct
55 * p2p_device_addr must still be set in such a case to the unique argument
61 u8 interface_addr[ETH_ALEN];
67 u8 member_in_go_dev[ETH_ALEN];
73 u8 member_in_go_iface[ETH_ALEN];
75 int go_neg_req_sent;
76 enum p2p_go_state go_state;
77 u8 dialog_token;
78 u8 tie_breaker;
79 u8 intended_addr[ETH_ALEN];
81 char country[3];
82 struct p2p_channels channels;
83 int oper_freq;
84 u8 oper_ssid[SSID_MAX_LEN];
85 size_t oper_ssid_len;
90 u16 req_config_methods;
98 u16 wps_prov_info;
122 unsigned int flags;
124 int status; /* enum p2p_status_code */
125 unsigned int wait_count;
126 unsigned int connect_reqs;
127 unsigned int invitation_reqs;
128 unsigned int sd_reqs;
130 u16 ext_listen_period;
131 u16 ext_listen_interval;
133 u8 go_timeout;
134 u8 client_timeout;
139 u8 go_neg_conf_sent;
144 int go_neg_conf_freq;
149 struct wpabuf *go_neg_conf;
151 int sd_pending_bcast_queries;
152 bool support_6ghz;