Home
last modified time | relevance | path

Searched refs:attr_content (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.15/drivers/staging/r8188eu/core/
Drtw_p2p.c1119 u8 attr_content = 0x00; in process_p2p_group_negotation_req() local
1130 …if (rtw_get_p2p_attr_content(p2p_ie, p2p_ielen, P2P_ATTR_GO_INTENT, &attr_content, &attr_contentle… in process_p2p_group_negotation_req()
1131 DBG_88E("[%s] GO Intent = %d, tie = %d\n", __func__, attr_content >> 1, attr_content & 0x01); in process_p2p_group_negotation_req()
1132 pwdinfo->peer_intent = attr_content; /* include both intent and tie breaker values. */ in process_p2p_group_negotation_req()
1140 if (attr_content & 0x01) in process_p2p_group_negotation_req()
1233 u8 attr_content = 0x00; in process_p2p_group_negotation_resp() local
1243 rtw_get_p2p_attr_content(p2p_ie, p2p_ielen, P2P_ATTR_STATUS, &attr_content, &attr_contentlen); in process_p2p_group_negotation_resp()
1245 DBG_88E("[%s] Status = %d\n", __func__, attr_content); in process_p2p_group_negotation_resp()
1246 if (attr_content == P2P_STATUS_SUCCESS) { in process_p2p_group_negotation_resp()
1249 if (P2P_STATUS_FAIL_INFO_UNAVAILABLE == attr_content) { in process_p2p_group_negotation_resp()
[all …]
Drtw_mlme_ext.c4042 u8 attr_content = 0x00; in on_action_public_p2p() local
4049 rtw_get_p2p_attr_content(p2p_ie, p2p_ielen, P2P_ATTR_STATUS, &attr_content, &attr_contentlen); in on_action_public_p2p()
4052 DBG_88E("[%s] Status = %d\n", __func__, attr_content); in on_action_public_p2p()
4055 if (attr_content == P2P_STATUS_SUCCESS) { in on_action_public_p2p()
/Linux-v5.15/drivers/staging/r8188eu/os_dep/
Dioctl_linux.c2935 u16 attr_content = 0; in rtw_p2p_get_wps_configmethod() local
2969 attr_content = be16_to_cpu(be_tmp); in rtw_p2p_get_wps_configmethod()
2970 sprintf(attr_content_str, "\n\nM =%.4d", attr_content); in rtw_p2p_get_wps_configmethod()
3005 u8 attr_content[100] = {0x00}; in rtw_p2p_get_go_device_address() local
3039 memset(attr_content, 0x00, 100); in rtw_p2p_get_go_device_address()
3040 …if (rtw_get_p2p_attr_content(p2pie, p2pielen, P2P_ATTR_DEVICE_ID, attr_content, &attr_contentlen))… in rtw_p2p_get_go_device_address()
3044 …} else if (rtw_get_p2p_attr_content(p2pie, p2pielen, P2P_ATTR_DEVICE_INFO, attr_content, &attr_con… in rtw_p2p_get_go_device_address()
3065attr_content[0], attr_content[1], attr_content[2], attr_content[3], attr_content[4], attr_content[… in rtw_p2p_get_go_device_address()
3230 u8 attr_content[2] = {0x00}; in rtw_p2p_get_invitation_procedure() local
3261 …if (rtw_get_p2p_attr_content(p2pie, p2pielen, P2P_ATTR_CAPABILITY, attr_content, &attr_contentlen)… in rtw_p2p_get_invitation_procedure()
[all …]