Home | History | Annotate | Download | only in p2p

Lines Matching refs:peer

132 	 * peer_device_addr - P2P Device Address of the peer
137 * peer_interface_addr - P2P Interface Address of the peer
162 * peer_config_timeout - Peer configuration timeout (in 10 msec units)
204 * session_mac - MAC address of the peer that started the session
209 * adv_mac - MAC address of the peer advertised the service
315 * struct p2p_peer_info - P2P peer information
319 * p2p_device_addr - P2P Device Address of the peer
397 * IE(s) from the frame that was used to discover the peer.
477 * local end may become the client. This may allow the peer to become a
617 * target peer is known or if other channels are scanned in steps).
681 * no need to wait for a response from the destination peer anymore.
738 * @info: P2P peer information
739 * @new_device: Inform if the peer is newly found
770 * @go_intent: Peer's GO Intent
841 * @peer: Source address of the request
855 void (*prov_disc_req)(void *ctx, const u8 *peer, u16 config_methods,
864 * @peer: Source address of the response
872 void (*prov_disc_resp)(void *ctx, const u8 *peer, u16 config_methods);
877 * @peer: Source address of the response
889 void (*prov_disc_fail)(void *ctx, const u8 *peer,
963 * @addr: Peer address
965 * @peer_oper_freq: Operating frequency (in MHz) advertized by the peer
970 * the value received from the peer in Invitation Response with 0
1016 * Determine if we have a persistent group we share with remote peer
1019 * @addr: Peer device address to search for
1060 int (*remove_stale_groups)(void *ctx, const u8 *peer, const u8 *go,
1093 * @incoming: Peer requested roles, expressed with P2PS_SETUP_* bitmap.
1148 * This command removes the P2P module state like peer device entries.
1153 * p2p_unauthorize - Unauthorize the specified peer device
1155 * @addr: P2P peer entry to be unauthorized
1159 * peer device address. This can be used, e.g., to cancel effect of a previous
1285 * @peer_addr: MAC address of the peer P2P client
1313 * @peer_addr: MAC address of the peer P2P client
1339 * p2p_reject - Reject peer device (explicitly block connection attempts)
1341 * @peer_addr: MAC address of the peer P2P client
1349 * @peer_addr: MAC address of the peer P2P client
1357 * This function can be used to request a discovered P2P peer to display a PIN
1362 * dsicovery (start with a p2p_find() call). Response from the peer is
1373 * @dst: Destination peer or %NULL to apply for all peers
1430 * @peer: Device Address of the peer P2P Device
1444 int p2p_invite(struct p2p_data *p2p, const u8 *peer, enum p2p_invite_role role,
1490 * @mac_addr: Peer address
1510 * @addr: Peer P2P Device Address
1515 * peer.
1522 * @iface_addr: Peer P2P Device Address
1525 * peer.
1954 * p2p_get_peer_info - Get P2P peer information
1956 * @addr: P2P Device Address of the peer or %NULL to indicate the first peer
1957 * @next: Whether to select the peer entry following the one indicated by addr
1958 * Returns: Pointer to peer info or %NULL if not found
1964 * p2p_get_peer_info_txt - Get internal P2P peer information in text format
1965 * @info: Pointer to P2P peer info from p2p_get_peer_info()
1978 * p2p_peer_known - Check whether P2P peer is known
1980 * @addr: P2P Device Address of the peer
1981 * Returns: 1 if the specified device is in the P2P peer table or 0 if not
2184 * p2p_get_peer_found - Get P2P peer info structure of a found peer
2186 * @addr: P2P Device Address of the peer or %NULL to indicate the first peer
2187 * @next: Whether to select the peer entry following the one indicated by addr
2188 * Returns: The first P2P peer info available or %NULL if no such peer exists
2326 struct p2p_peer_info *peer;
2346 void (*peer_callback)(struct p2p_peer_info *peer,
2369 * expected to call periodically to clean up expired peer entries.