Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/staging/r8188eu/core/
Drtw_p2p.c1093 u8 attr_content = 0x00; in process_p2p_group_negotation_req() local
1104 …if (rtw_get_p2p_attr_content(p2p_ie, p2p_ielen, P2P_ATTR_GO_INTENT, &attr_content, &attr_contentle… in process_p2p_group_negotation_req()
1105 pwdinfo->peer_intent = attr_content; /* include both intent and tie breaker values. */ in process_p2p_group_negotation_req()
1113 if (attr_content & 0x01) in process_p2p_group_negotation_req()
1201 u8 attr_content = 0x00; in process_p2p_group_negotation_resp() local
1211 rtw_get_p2p_attr_content(p2p_ie, p2p_ielen, P2P_ATTR_STATUS, &attr_content, &attr_contentlen); in process_p2p_group_negotation_resp()
1213 if (attr_content == P2P_STATUS_SUCCESS) { in process_p2p_group_negotation_resp()
1216 if (attr_content == P2P_STATUS_FAIL_INFO_UNAVAILABLE) { in process_p2p_group_negotation_resp()
1222 result = attr_content; in process_p2p_group_negotation_resp()
1235 attr_content = 0x00; in process_p2p_group_negotation_resp()
[all …]
Drtw_mlme_ext.c3699 u8 attr_content = 0x00; in on_action_public_p2p() local
3705 rtw_get_p2p_attr_content(p2p_ie, p2p_ielen, P2P_ATTR_STATUS, &attr_content, &attr_contentlen); in on_action_public_p2p()
3710 if (attr_content == P2P_STATUS_SUCCESS) { in on_action_public_p2p()
/linux-5.19.10/drivers/staging/r8188eu/os_dep/
Dioctl_linux.c2298 u16 attr_content = 0; in rtw_p2p_get_wps_configmethod() local
2331 attr_content = be16_to_cpu(be_tmp); in rtw_p2p_get_wps_configmethod()
2332 sprintf(attr_content_str, "\n\nM =%.4d", attr_content); in rtw_p2p_get_wps_configmethod()
2366 u8 attr_content[100] = {0x00}; in rtw_p2p_get_go_device_address() local
2399 memset(attr_content, 0x00, 100); in rtw_p2p_get_go_device_address()
2400 …if (rtw_get_p2p_attr_content(p2pie, p2pielen, P2P_ATTR_DEVICE_ID, attr_content, &attr_contentlen))… in rtw_p2p_get_go_device_address()
2404 …} else if (rtw_get_p2p_attr_content(p2pie, p2pielen, P2P_ATTR_DEVICE_INFO, attr_content, &attr_con… in rtw_p2p_get_go_device_address()
2425attr_content[0], attr_content[1], attr_content[2], attr_content[3], attr_content[4], attr_content[… in rtw_p2p_get_go_device_address()
2585 u8 attr_content[2] = {0x00}; in rtw_p2p_get_invitation_procedure() local
2615 …if (rtw_get_p2p_attr_content(p2pie, p2pielen, P2P_ATTR_CAPABILITY, attr_content, &attr_contentlen)… in rtw_p2p_get_invitation_procedure()
[all …]