Searched refs:p2p_buf_add_go_intent (Results 1 – 3 of 3) sorted by relevance
174 p2p_buf_add_go_intent(buf, (p2p->go_intent << 1) | peer->tie_breaker); in p2p_build_go_neg_req()316 p2p_buf_add_go_intent(buf, (p2p->go_intent << 1) | tie_breaker); in p2p_build_go_neg_resp()
753 void p2p_buf_add_go_intent(struct wpabuf *buf, u8 go_intent);
74 void p2p_buf_add_go_intent(struct wpabuf *buf, u8 go_intent) in p2p_buf_add_go_intent() function