Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/staging/r8188eu/core/
Drtw_p2p.c1132 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()
Drtw_mlme_ext.c2331 if (pwdinfo->peer_intent & 0x01) { in issue_p2p_GO_response()
/Linux-v5.15/drivers/staging/r8188eu/include/
Drtw_mlme.h219 u8 peer_intent; /* Included the intent value and tie breaker value. */ member
/Linux-v5.15/drivers/staging/rtl8723bs/include/
Drtw_mlme.h225 u8 peer_intent; /* Included the intent value and tie breaker value. */ member