Lines Matching refs:ref

24 \ref src/p2p/p2p.h.
27 (\ref src/wps/wps.h).
30 (\ref wpa_supplicant/p2p_supplicant.c) and WPS
31 (\ref wpa_supplicant/wps_supplicant.c). The driver operations are passed
85 P2P module API is defined in \ref src/p2p/p2p.h. The API consists of
95 - \ref p2p_find()
96 - \ref p2p_stop_find()
97 - \ref p2p_listen()
98 - \ref p2p_connect()
99 - \ref p2p_reject()
100 - \ref p2p_prov_disc_req()
101 - \ref p2p_sd_request()
102 - \ref p2p_sd_cancel_request()
103 - \ref p2p_sd_response()
104 - \ref p2p_sd_service_update()
105 - \ref p2p_invite()
110 - \ref p2p_config::dev_found()
111 - \ref p2p_config::go_neg_req_rx()
112 - \ref p2p_config::go_neg_completed()
113 - \ref p2p_config::sd_request()
114 - \ref p2p_config::sd_response()
115 - \ref p2p_config::prov_disc_req()
116 - \ref p2p_config::prov_disc_resp()
117 - \ref p2p_config::invitation_process()
118 - \ref p2p_config::invitation_received()
119 - \ref p2p_config::invitation_result()
124 - \ref p2p_config::p2p_scan()
125 - \ref p2p_config::send_probe_resp()
126 - \ref p2p_config::send_action()
127 - \ref p2p_config::send_action_done()
128 - \ref p2p_config::start_listen()
129 - \ref p2p_config::stop_listen()
134 - \ref p2p_probe_req_rx()
135 - \ref p2p_rx_action()
136 - \ref p2p_scan_res_handler()
137 - \ref p2p_scan_res_handled()
138 - \ref p2p_send_action_cb()
139 - \ref p2p_listen_cb()
147 - \ref p2p_group_notif_assoc()
148 - \ref p2p_group_notif_disassoc()
149 - \ref p2p_group_notif_formation_done()
150 - \ref p2p_group_match_dev_type()
155 - \ref p2p_group_config::ie_update()
163 - \ref wpa_driver_ops::if_add()
164 - \ref wpa_driver_ops::if_remove()
165 - \ref wpa_driver_ops::remain_on_channel()
166 - \ref wpa_driver_ops::cancel_remain_on_channel()
167 - \ref wpa_driver_ops::send_action()
168 - \ref wpa_driver_ops::probe_req_report()
173 - \ref wpa_event_type::EVENT_RX_MGMT
174 - \ref wpa_event_type::EVENT_REMAIN_ON_CHANNEL
175 - \ref wpa_event_type::EVENT_CANCEL_REMAIN_ON_CHANNEL
176 - \ref wpa_event_type::EVENT_RX_PROBE_REQ
188 calling \ref p2p_find(). The P2P module start the discovery by requesting a
189 full scan to be completed by calling \ref p2p_config::p2p_scan(). Results
190 from the scan will be reported by calling \ref p2p_scan_res_handler() and
192 call to \ref p2p_scan_res_handled(). The P2P peers that are found during
193 the full scan are reported with the \ref p2p_config::dev_found() callback.
197 terminated, e.g., with a call to \ref p2p_stop_find().
201 \ref p2p_config::start_listen(). The glue code using the P2P module may
205 \ref p2p_listen_cb(). The Probe Request frames that are received during the
207 \ref p2p_config::p2p_probe_req_rx() and P2P module request a response to
208 these to be sent by using \ref p2p_config::send_probe_resp() callback
211 upper layer code with the \ref p2p_config::go_neg_req_tx() callback.
214 i.e., the P2P module will call \ref p2p_config::p2p_scan() just like in the
217 \ref p2p_scan_res_handler() and \ref p2p_scan_res_handled() functions.
221 negotiation by calling \ref p2p_connect(). Before doing this, the upper
231 \ref p2p_prov_disc_req(). The response to this will be reported with the
232 \ref p2p_config::prov_disc_resp() callback. If the peer device started
234 \ref p2p_config::prov_disc_req() callback. The P2P module will
237 generate the PIN and to configure it with following \ref p2p_connect() call
240 The P2P module will use \ref p2p_config::send_action() callback to request
242 negotiation. \ref p2p_send_action_cb() is used to report the result of
249 be reported with the \ref p2p_config::go_neg_completed() callback. The
258 to \ref p2p_wps_success_cb(). The P2P module will clear its group formation
263 calling \ref p2p_group_notif_formation_done() as described below.
266 a call to \ref p2p_group_formation_failed(). The P2P module will clear its
289 part of the device discovery phase. \ref p2p_sd_request() function is used
291 discovered peers. \ref p2p_sd_cancel_request() can be used to cancel a
296 is started with a call to \ref p2p_find(). The pending service discovery
299 \ref p2p_config::sd_response() callback.
304 \ref p2p_config::sd_request() callback. The response to the query is sent
305 by calling \ref p2p_sd_response().
314 \ref p2p_config::sd_request() and \ref p2p_config::sd_response() callbacks. The
316 \ref p2p_sd_service_update() whenever availability of the local services
329 data is initialized with \ref p2p_group_init(). This call provides a
331 per-group operation. The configured \ref p2p_group_config::ie_update()
337 case of manual group setup), \ref p2p_group_notif_formation_done() is
344 \ref p2p_group_notif_assoc() and \ref p2p_group_notif_disassoc(). The P2P module
347 clients. The \ref p2p_group_config::ie_update() callback is used whenever
351 can use \ref p2p_group_match_dev_type() to check whether the Probe Request
359 \ref p2p_group_deinit() is used to deinitialize the per-group P2P module
365 wpa_supplicant \ref ctrl_iface_page "control interface" can be used
372 - \ref ctrl_iface_P2P_FIND P2P_FIND
373 - \ref ctrl_iface_P2P_STOP_FIND P2P_STOP_FIND
374 - \ref ctrl_iface_P2P_CONNECT P2P_CONNECT
375 - \ref ctrl_iface_P2P_LISTEN P2P_LISTEN
376 - \ref ctrl_iface_P2P_GROUP_REMOVE P2P_GROUP_REMOVE
377 - \ref ctrl_iface_P2P_GROUP_ADD P2P_GROUP_ADD
378 - \ref ctrl_iface_P2P_PROV_DISC P2P_PROV_DISC
379 - \ref ctrl_iface_P2P_SERV_DISC_REQ P2P_SERV_DISC_REQ
380 - \ref ctrl_iface_P2P_SERV_DISC_CANCEL_REQ P2P_SERV_DISC_CANCEL_REQ
381 - \ref ctrl_iface_P2P_SERV_DISC_RESP P2P_SERV_DISC_RESP
382 - \ref ctrl_iface_P2P_SERVICE_UPDATE P2P_SERVICE_UPDATE
383 - \ref ctrl_iface_P2P_SERV_DISC_EXTERNAL P2P_SERV_DISC_EXTERNAL
384 - \ref ctrl_iface_P2P_REJECT P2P_REJECT
385 - \ref ctrl_iface_P2P_INVITE P2P_INVITE
388 - \ref ctrl_iface_event_P2P_EVENT_DEVICE_FOUND P2P-DEVICE-FOUND
389 - \ref ctrl_iface_event_P2P_EVENT_GO_NEG_REQUEST P2P-GO-NEG-REQUEST
390 - \ref ctrl_iface_event_P2P_EVENT_GO_NEG_SUCCESS P2P-GO-NEG-SUCCESS
391 - \ref ctrl_iface_event_P2P_EVENT_GO_NEG_FAILURE P2P-GO-NEG-FAILURE
392 - \ref ctrl_iface_event_P2P_EVENT_GROUP_FORMATION_SUCCESS P2P-GROUP-FORMATION-SUCCESS
393 - \ref ctrl_iface_event_P2P_EVENT_GROUP_FORMATION_FAILURE P2P-GROUP-FORMATION-FAILURE
394 - \ref ctrl_iface_event_P2P_EVENT_GROUP_STARTED P2P-GROUP-STARTED
395 - \ref ctrl_iface_event_P2P_EVENT_GROUP_REMOVED P2P-GROUP-REMOVED
396 - \ref ctrl_iface_event_P2P_EVENT_PROV_DISC_SHOW_PIN P2P-PROV-DISC-SHOW-PIN
397 - \ref ctrl_iface_event_P2P_EVENT_PROV_DISC_ENTER_PIN P2P-PROV-DISC-ENTER-PIN
398 - \ref ctrl_iface_event_P2P_EVENT_SERV_DISC_REQ P2P-SERV-DISC-REQ
399 - \ref ctrl_iface_event_P2P_EVENT_SERV_DISC_RESP P2P-SERV-DISC-RESP
400 - \ref ctrl_iface_event_P2P_EVENT_INVITATION_RECEIVED P2P-INVITATION-RECEIVED
401 - \ref ctrl_iface_event_P2P_EVENT_INVITATION_RESULT P2P-INVITATION-RESULT