Home
last modified time | relevance | path

Searched refs:peer_intent (Results 1 – 4 of 4) sorted by relevance

/drivers/staging/r8188eu/core/
Drtw_p2p.c1105 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()
Drtw_mlme_ext.c2173 if (pwdinfo->peer_intent & 0x01) { in issue_p2p_GO_response()
/drivers/staging/r8188eu/include/
Drtw_mlme.h207 u8 peer_intent; /* Included the intent value and tie breaker value. */ member
/drivers/staging/rtl8723bs/include/
Drtw_mlme.h229 u8 peer_intent; /* Included the intent value and tie breaker value. */ member