Searched refs:peer_intent (Results 1 – 4 of 4) sorted by relevance
1123 pwdinfo->peer_intent = attr_content; /* include both intent and tie breaker values. */ in process_p2p_group_negotation_req()1125 if (pwdinfo->intent == (pwdinfo->peer_intent >> 1)) { in process_p2p_group_negotation_req()1136 } else if (pwdinfo->intent > (pwdinfo->peer_intent >> 1)) { in process_p2p_group_negotation_req()1263 pwdinfo->peer_intent = attr_content; /* include both intent and tie breaker values. */ in process_p2p_group_negotation_resp()1265 if (pwdinfo->intent == (pwdinfo->peer_intent >> 1)) { in process_p2p_group_negotation_resp()1279 } else if (pwdinfo->intent > (pwdinfo->peer_intent >> 1)) { in process_p2p_group_negotation_resp()1391 if ((pwdinfo->intent) > (pwdinfo->peer_intent >> 1)) { in process_p2p_group_negotation_confirm()1393 } else if ((pwdinfo->intent) < (pwdinfo->peer_intent >> 1)) { in process_p2p_group_negotation_confirm()1397 if (pwdinfo->peer_intent & 0x01) in process_p2p_group_negotation_confirm()
2272 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
Completed in 23 milliseconds