P2P2: Export p2p_build_go_neg_req()
This is needed for PASN pairing. Signed-off-by: Shivani Baranwal <quic_shivbara@quicinc.com>
This commit is contained in:
parent
ff97a762bc
commit
58cc67c72f
2 changed files with 4 additions and 2 deletions
|
@ -135,8 +135,8 @@ static const char * p2p_wps_method_str(enum p2p_wps_method wps_method)
|
|||
}
|
||||
|
||||
|
||||
static struct wpabuf * p2p_build_go_neg_req(struct p2p_data *p2p,
|
||||
struct p2p_device *peer)
|
||||
struct wpabuf * p2p_build_go_neg_req(struct p2p_data *p2p,
|
||||
struct p2p_device *peer)
|
||||
{
|
||||
struct wpabuf *buf;
|
||||
struct wpabuf *subelems;
|
||||
|
|
|
@ -889,6 +889,8 @@ void p2p_rx_gas_comeback_resp(struct p2p_data *p2p, const u8 *sa,
|
|||
int p2p_start_sd(struct p2p_data *p2p, struct p2p_device *dev);
|
||||
|
||||
/* p2p_go_neg.c */
|
||||
struct wpabuf * p2p_build_go_neg_req(struct p2p_data *p2p,
|
||||
struct p2p_device *peer);
|
||||
int p2p_peer_channels_check(struct p2p_data *p2p, struct p2p_channels *own,
|
||||
struct p2p_device *dev,
|
||||
const u8 *channel_list, size_t channel_list_len);
|
||||
|
|
Loading…
Add table
Reference in a new issue