Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/staging/r8188eu/core/
Drtw_p2p.c107 len = rtw_set_p2p_attr_content(pbuf, P2P_ATTR_GROUP_INFO, attr_len, pdata_attr); in go_add_group_info_attr()
232 p2pielen += rtw_set_p2p_attr_content(&p2pie[p2pielen], P2P_ATTR_STATUS, 1, &status); in issue_p2p_devdisc_resp()
378 p2pielen += rtw_set_p2p_attr_content(&p2pie[p2pielen], P2P_ATTR_STATUS, 1, &status); in issue_p2p_presence_resp()
386 p2pielen += rtw_set_p2p_attr_content(&p2pie[p2pielen], P2P_ATTR_NOA, 2, noa_attr_content); in issue_p2p_presence_resp()
428 p2pielen += rtw_set_p2p_attr_content(&p2pie[p2pielen], P2P_ATTR_CAPABILITY, 2, (u8 *)&le_tmp); in build_beacon_p2p_ie()
431 …p2pielen += rtw_set_p2p_attr_content(&p2pie[p2pielen], P2P_ATTR_DEVICE_ID, ETH_ALEN, pwdinfo->devi… in build_beacon_p2p_ie()
726 p2pielen += rtw_set_p2p_attr_content(&p2pie[p2pielen], P2P_ATTR_STATUS, 1, &status_code); in build_assoc_resp_p2p_ie()
Drtw_ieee80211.c1236 u32 rtw_set_p2p_attr_content(u8 *pbuf, u8 attr_id, u16 attr_len, u8 *pdata_attr) in rtw_set_p2p_attr_content() function
/Linux-v5.15/drivers/staging/r8188eu/include/
Dieee80211.h1196 u32 rtw_set_p2p_attr_content(u8 *pbuf, u8 attr_id, u16 attr_len,