Home | History | Annotate | Download | only in p2p

Lines Matching full:callback

392 	 * cb_ctx - Context to use with callback functions
401 * @ctx: Callback context from cb_ctx
410 * This callback function is used to request a P2P scan or search
434 * @ctx: Callback context from cb_ctx
448 * start_listen() callback. It should be noted that the received Probe
456 * @ctx: Callback context from cb_ctx
478 * @ctx: Callback context from cb_ctx
488 * @ctx: Callback context from cb_ctx
511 * @ctx: Callback context from cb_ctx
513 * This callback can be used to stop a Listen state operation that was
520 * @ctx: Callback context from cb_ctx
537 * @ctx: Callback context from cb_ctx
542 * This callback is used to notify that a new P2P Device has been
553 * @ctx: Callback context from cb_ctx
556 * This callback is used to notify that a P2P Device has been deleted.
562 * @ctx: Callback context from cb_ctx
566 * This callback is used to notify that a P2P Device is requesting
577 * @ctx: Callback context from cb_ctx
580 * This callback is used to notify that Group Owner Negotiation has
595 * sd_request - Callback on Service Discovery Request
596 * @ctx: Callback context from cb_ctx
604 * This callback is used to indicate reception of a service discovery
607 callback function.
609 * This callback handler can be set to %NULL to indicate that service
616 * sd_response - Callback on Service Discovery Response
617 * @ctx: Callback context from cb_ctx
623 * This callback is used to indicate reception of a service discovery
624 * response. This callback handler can be set to %NULL if no service
632 * prov_disc_req - Callback on Provisiong Discovery Request
633 * @ctx: Callback context from cb_ctx
645 * This callback is used to indicate reception of a Provision Discovery
655 * prov_disc_resp - Callback on Provisiong Discovery Response
656 * @ctx: Callback context from cb_ctx
660 * This callback is used to indicate reception of a Provision Discovery
662 * p2p_prov_disc_req(). This callback handler can be set to %NULL if
668 * prov_disc_fail - Callback on Provision Discovery failure
669 * @ctx: Callback context from cb_ctx
673 * This callback is used to indicate either a failure or no response
676 * This callback handler can be set to %NULL if provision discovery
683 * invitation_process - Optional callback for processing Invitations
684 * @ctx: Callback context from cb_ctx
698 * This optional callback can be used to implement persistent reconnect
700 * interaction. If this callback is not implemented (i.e., is %NULL),
703 * invitation_result() callback.
710 * invitation_received() callback will be called in that case
719 * invitation_received - Callback on Invitation Request RX
720 * @ctx: Callback context from cb_ctx
729 * This callback is used to indicate sending of an Invitation Response
741 * invitation_result - Callback on Invitation result
742 * @ctx: Callback context from cb_ctx
748 * This callback is used to indicate result of an Invitation procedure
760 * @ctx: Callback context from cb_ctx
778 * caller does not need to maintain this structure. However, the callback
988 * indicated with the p2p_config::prov_disc_resp() callback.
1002 * callback.
1023 * @freq: Frequency from p2p_config::sd_request() callback
1024 * @dst: Destination address from p2p_config::sd_request() callback
1025 * @dialog_token: Dialog token from p2p_config::sd_request() callback
1029 * p2p_config::sd_request() callback.
1262 * that was requested with struct p2p_config::send_action() callback.
1275 * struct p2p_config::start_listen() callback has started.
1287 * struct p2p_config::start_listen() callback has ended.
1338 * cb_ctx - Context to use with callback functions
1344 * @ctx: Callback context from cb_ctx
1348 * P2P module uses this callback function to notify whenever the P2P IE
1360 * @ctx: Callback context from cb_ctx