Searched refs:peer_intent (Results 1 – 4 of 4) sorted by relevance
1132 pwdinfo->peer_intent = attr_content; /* include both intent and tie breaker values. */ in process_p2p_group_negotation_req()1134 if (pwdinfo->intent == (pwdinfo->peer_intent >> 1)) { in process_p2p_group_negotation_req()1145 } else if (pwdinfo->intent > (pwdinfo->peer_intent >> 1)) { in process_p2p_group_negotation_req()1272 pwdinfo->peer_intent = attr_content; /* include both intent and tie breaker values. */ in process_p2p_group_negotation_resp()1274 if (pwdinfo->intent == (pwdinfo->peer_intent >> 1)) { in process_p2p_group_negotation_resp()1288 } else if (pwdinfo->intent > (pwdinfo->peer_intent >> 1)) { in process_p2p_group_negotation_resp()1400 if ((pwdinfo->intent) > (pwdinfo->peer_intent >> 1)) { in process_p2p_group_negotation_confirm()1402 } else if ((pwdinfo->intent) < (pwdinfo->peer_intent >> 1)) { in process_p2p_group_negotation_confirm()1406 if (pwdinfo->peer_intent & 0x01) in process_p2p_group_negotation_confirm()
2331 if (pwdinfo->peer_intent & 0x01) { in issue_p2p_GO_response()
219 u8 peer_intent; /* Included the intent value and tie breaker value. */ member
225 u8 peer_intent; /* Included the intent value and tie breaker value. */ member