Home | History | Annotate | Download | only in p2p

Lines Matching full:peer

100 	 * peer_device_addr - P2P Device Address of the peer
105 * peer_interface_addr - P2P Interface Address of the peer
127 * peer_config_timeout - Peer configuration timeout (in 10 msec units)
144 * struct p2p_peer_info - P2P peer information
148 * p2p_device_addr - P2P Device Address of the peer
384 * target peer is known or if other channels are scanned in steps).
445 * no need to wait for a response from the destination peer anymore.
502 * @info: P2P peer information
503 * @new_device: Inform if the peer is newly found
597 * @peer: Source address of the request
609 void (*prov_disc_req)(void *ctx, const u8 *peer, u16 config_methods,
617 * @peer: Source address of the response
625 void (*prov_disc_resp)(void *ctx, const u8 *peer, u16 config_methods);
630 * @peer: Source address of the response
639 void (*prov_disc_fail)(void *ctx, const u8 *peer,
708 * the value received from the peer in Invitation Response with 0
741 * This command removes the P2P module state like peer device entries.
746 * p2p_unauthorize - Unauthorize the specified peer device
748 * @addr: P2P peer entry to be unauthorized
752 * peer device address. This can be used, e.g., to cancel effect of a previous
855 * @peer_addr: MAC address of the peer P2P client
871 * @peer_addr: MAC address of the peer P2P client
888 * p2p_reject - Reject peer device (explicitly block connection attempts)
890 * @peer_addr: MAC address of the peer P2P client
898 * @peer_addr: MAC address of the peer P2P client
903 * This function can be used to request a discovered P2P peer to display a PIN
908 * dsicovery (start with a p2p_find() call). Response from the peer is
917 * @dst: Destination peer or %NULL to apply for all peers
969 * @peer: Device Address of the peer P2P Device
979 int p2p_invite(struct p2p_data *p2p, const u8 *peer, enum p2p_invite_role role,
1025 * @mac_addr: Peer address
1395 * p2p_get_peer_info - Get P2P peer information in text format
1397 * @addr: P2P Device Address of the peer or %NULL to indicate the first peer
1398 * @next: Whether to select the peer entry following the one indicated by addr
1493 * p2p_get_peer_found - Get P2P peer info structure of a found peer
1495 * @addr: P2P Device Address of the peer or %NULL to indicate the first peer
1496 * @next: Whether to select the peer entry following the one indicated by addr
1497 * Returns: The first P2P peer info available or %NULL if no such peer exists