Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/staging/r8188eu/include/
Drtw_mlme.h249 u8 channel_list_attr[100]; member
/linux-6.1.9/drivers/staging/rtl8723bs/include/
Drtw_mlme.h266 …u8 channel_list_attr[100]; /* This field will contain the body of P2P Channel List attribute… member
/linux-6.1.9/drivers/staging/r8188eu/core/
Drtw_p2p.c1282 …if (rtw_get_p2p_attr_content(p2p_ie, p2p_ielen, P2P_ATTR_CH_LIST, pwdinfo->channel_list_attr, &pwd… in process_p2p_group_negotation_resp()
1284 …peer_ch_num = rtw_p2p_get_peer_ch_list(pwdinfo, pwdinfo->channel_list_attr, pwdinfo->channel_list_… in process_p2p_group_negotation_resp()
1868 memset(pwdinfo->channel_list_attr, 0x00, 100); in init_wifidirect_info()
Drtw_mlme_ext.c2482 memcpy(p2pie + p2pielen, pwdinfo->channel_list_attr, pwdinfo->channel_list_attr_len); in issue_p2p_GO_confirm()