Home
last modified time | relevance | path

Searched refs:operatingch_info (Results 1 – 2 of 2) sorted by relevance

/linux-5.19.10/drivers/staging/r8188eu/core/
Drtw_p2p.c1150 u8 operatingch_info[5] = { 0x00 }, peer_operating_ch = 0; in process_p2p_group_negotation_req() local
1153 …if (rtw_get_p2p_attr_content(p2p_ie, p2p_ielen, P2P_ATTR_OPERATING_CH, operatingch_info, &attr_con… in process_p2p_group_negotation_req()
1154 peer_operating_ch = operatingch_info[4]; in process_p2p_group_negotation_req()
1203 u8 operatingch_info[5] = { 0x00 }; in process_p2p_group_negotation_resp() local
1277 operatingch_info, in process_p2p_group_negotation_resp()
1279 pwdinfo->peer_operating_ch = operatingch_info[4]; in process_p2p_group_negotation_resp()
1296 u8 operatingch_info[5] = { 0x00 }, peer_operating_ch = 0; in process_p2p_group_negotation_resp() local
1299 …if (rtw_get_p2p_attr_content(p2p_ie, p2p_ielen, P2P_ATTR_OPERATING_CH, operatingch_info, &attr_con… in process_p2p_group_negotation_resp()
1300 peer_operating_ch = operatingch_info[4]; in process_p2p_group_negotation_resp()
1342 u8 attr_content = 0x00, operatingch_info[5] = { 0x00 }; in process_p2p_group_negotation_confirm() local
[all …]
Drtw_mlme_ext.c3631 u8 operatingch_info[5] = { 0x00 }; in on_action_public_p2p() local
3632 …if (rtw_get_p2p_attr_content(p2p_ie, p2p_ielen, P2P_ATTR_OPERATING_CH, operatingch_info, &attr_con… in on_action_public_p2p()
3633 if (rtw_ch_set_search_ch(padapter->mlmeextpriv.channel_set, (u32)operatingch_info[4])) { in on_action_public_p2p()
3635 pwdinfo->rx_invitereq_info.operation_ch[0] = operatingch_info[4]; in on_action_public_p2p()