Lines Matching refs:peer
110 * peer_device_addr - P2P Device Address of the peer
115 * peer_interface_addr - P2P Interface Address of the peer
140 * peer_config_timeout - Peer configuration timeout (in 10 msec units)
157 * struct p2p_peer_info - P2P peer information
161 * p2p_device_addr - P2P Device Address of the peer
421 * target peer is known or if other channels are scanned in steps).
482 * no need to wait for a response from the destination peer anymore.
539 * @info: P2P peer information
540 * @new_device: Inform if the peer is newly found
634 * @peer: Source address of the request
648 void (*prov_disc_req)(void *ctx, const u8 *peer, u16 config_methods,
657 * @peer: Source address of the response
665 void (*prov_disc_resp)(void *ctx, const u8 *peer, u16 config_methods);
670 * @peer: Source address of the response
679 void (*prov_disc_fail)(void *ctx, const u8 *peer,
746 * @addr: Peer address
750 * the value received from the peer in Invitation Response with 0
794 * This command removes the P2P module state like peer device entries.
799 * p2p_unauthorize - Unauthorize the specified peer device
801 * @addr: P2P peer entry to be unauthorized
805 * peer device address. This can be used, e.g., to cancel effect of a previous
911 * @peer_addr: MAC address of the peer P2P client
939 * @peer_addr: MAC address of the peer P2P client
965 * p2p_reject - Reject peer device (explicitly block connection attempts)
967 * @peer_addr: MAC address of the peer P2P client
975 * @peer_addr: MAC address of the peer P2P client
982 * This function can be used to request a discovered P2P peer to display a PIN
987 * dsicovery (start with a p2p_find() call). Response from the peer is
997 * @dst: Destination peer or %NULL to apply for all peers
1058 * @peer: Device Address of the peer P2P Device
1070 int p2p_invite(struct p2p_data *p2p, const u8 *peer, enum p2p_invite_role role,
1116 * @mac_addr: Peer address
1136 * @addr: Peer P2P Device Address
1141 * peer.
1148 * @iface_addr: Peer P2P Device Address
1151 * peer.
1564 * p2p_get_peer_info - Get P2P peer information
1566 * @addr: P2P Device Address of the peer or %NULL to indicate the first peer
1567 * @next: Whether to select the peer entry following the one indicated by addr
1568 * Returns: Pointer to peer info or %NULL if not found
1574 * p2p_get_peer_info_txt - Get internal P2P peer information in text format
1575 * @info: Pointer to P2P peer info from p2p_get_peer_info()
1588 * p2p_peer_known - Check whether P2P peer is known
1590 * @addr: P2P Device Address of the peer
1591 * Returns: 1 if the specified device is in the P2P peer table or 0 if not
1710 * p2p_get_peer_found - Get P2P peer info structure of a found peer
1712 * @addr: P2P Device Address of the peer or %NULL to indicate the first peer
1713 * @next: Whether to select the peer entry following the one indicated by addr
1714 * Returns: The first P2P peer info available or %NULL if no such peer exists