Home | History | Annotate | Download | only in p2p

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)
156 * struct p2p_peer_info - P2P peer information
160 * p2p_device_addr - P2P Device Address of the peer
238 * IE(s) from the frame that was used to discover the peer.
312 * local end may become the client. This may allow the peer to become a
451 * target peer is known or if other channels are scanned in steps).
512 * no need to wait for a response from the destination peer anymore.
569 * @info: P2P peer information
570 * @new_device: Inform if the peer is newly found
670 * @peer: Source address of the request
684 void (*prov_disc_req)(void *ctx, const u8 *peer, u16 config_methods,
693 * @peer: Source address of the response
701 void (*prov_disc_resp)(void *ctx, const u8 *peer, u16 config_methods);
706 * @peer: Source address of the response
715 void (*prov_disc_fail)(void *ctx, const u8 *peer,
787 * @addr: Peer address
789 * @peer_oper_freq: Operating frequency (in MHz) advertized by the peer
794 * the value received from the peer in Invitation Response with 0
866 * This command removes the P2P module state like peer device entries.
871 * p2p_unauthorize - Unauthorize the specified peer device
873 * @addr: P2P peer entry to be unauthorized
877 * peer device address. This can be used, e.g., to cancel effect of a previous
989 * @peer_addr: MAC address of the peer P2P client
1017 * @peer_addr: MAC address of the peer P2P client
1043 * p2p_reject - Reject peer device (explicitly block connection attempts)
1045 * @peer_addr: MAC address of the peer P2P client
1053 * @peer_addr: MAC address of the peer P2P client
1060 * This function can be used to request a discovered P2P peer to display a PIN
1065 * dsicovery (start with a p2p_find() call). Response from the peer is
1075 * @dst: Destination peer or %NULL to apply for all peers
1132 * @peer: Device Address of the peer P2P Device
1146 int p2p_invite(struct p2p_data *p2p, const u8 *peer, enum p2p_invite_role role,
1192 * @mac_addr: Peer address
1212 * @addr: Peer P2P Device Address
1217 * peer.
1224 * @iface_addr: Peer P2P Device Address
1227 * peer.
1645 * p2p_get_peer_info - Get P2P peer information
1647 * @addr: P2P Device Address of the peer or %NULL to indicate the first peer
1648 * @next: Whether to select the peer entry following the one indicated by addr
1649 * Returns: Pointer to peer info or %NULL if not found
1655 * p2p_get_peer_info_txt - Get internal P2P peer information in text format
1656 * @info: Pointer to P2P peer info from p2p_get_peer_info()
1669 * p2p_peer_known - Check whether P2P peer is known
1671 * @addr: P2P Device Address of the peer
1672 * Returns: 1 if the specified device is in the P2P peer table or 0 if not
1841 * p2p_get_peer_found - Get P2P peer info structure of a found peer
1843 * @addr: P2P Device Address of the peer or %NULL to indicate the first peer
1844 * @next: Whether to select the peer entry following the one indicated by addr
1845 * Returns: The first P2P peer info available or %NULL if no such peer exists
1982 struct p2p_peer_info *peer;
2002 void (*peer_callback)(struct p2p_peer_info *peer,