Searched refs:peer_intent (Results 1 – 4 of 4) sorted by relevance
1105 pwdinfo->peer_intent = attr_content; /* include both intent and tie breaker values. */ in process_p2p_group_negotation_req()1107 if (pwdinfo->intent == (pwdinfo->peer_intent >> 1)) { in process_p2p_group_negotation_req()1118 } else if (pwdinfo->intent > (pwdinfo->peer_intent >> 1)) { in process_p2p_group_negotation_req()1238 pwdinfo->peer_intent = attr_content; /* include both intent and tie breaker values. */ in process_p2p_group_negotation_resp()1240 if (pwdinfo->intent == (pwdinfo->peer_intent >> 1)) { in process_p2p_group_negotation_resp()1254 } else if (pwdinfo->intent > (pwdinfo->peer_intent >> 1)) { in process_p2p_group_negotation_resp()1358 if ((pwdinfo->intent) > (pwdinfo->peer_intent >> 1)) { in process_p2p_group_negotation_confirm()1360 } else if ((pwdinfo->intent) < (pwdinfo->peer_intent >> 1)) { in process_p2p_group_negotation_confirm()1364 if (pwdinfo->peer_intent & 0x01) in process_p2p_group_negotation_confirm()
2173 if (pwdinfo->peer_intent & 0x01) { in issue_p2p_GO_response()
207 u8 peer_intent; /* Included the intent value and tie breaker value. */ member
229 u8 peer_intent; /* Included the intent value and tie breaker value. */ member