Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/staging/r8188eu/core/
Drtw_p2p.c1178 u8 operatingch_info[5] = { 0x00 }, peer_operating_ch = 0; in process_p2p_group_negotation_req() local
1181 …if (rtw_get_p2p_attr_content(p2p_ie, p2p_ielen, P2P_ATTR_OPERATING_CH, operatingch_info, &attr_con… in process_p2p_group_negotation_req()
1182 peer_operating_ch = operatingch_info[4]; in process_p2p_group_negotation_req()
1235 u8 operatingch_info[5] = { 0x00 }; in process_p2p_group_negotation_resp() local
1308 …if (rtw_get_p2p_attr_content(p2p_ie, p2p_ielen, P2P_ATTR_OPERATING_CH, operatingch_info, &attr_con… in process_p2p_group_negotation_resp()
1309 DBG_88E("[%s] Peer's operating channel = %d\n", __func__, operatingch_info[4]); in process_p2p_group_negotation_resp()
1310 pwdinfo->peer_operating_ch = operatingch_info[4]; in process_p2p_group_negotation_resp()
1330 u8 operatingch_info[5] = { 0x00 }, peer_operating_ch = 0; in process_p2p_group_negotation_resp() local
1333 …if (rtw_get_p2p_attr_content(p2p_ie, p2p_ielen, P2P_ATTR_OPERATING_CH, operatingch_info, &attr_con… in process_p2p_group_negotation_resp()
1334 peer_operating_ch = operatingch_info[4]; in process_p2p_group_negotation_resp()
[all …]
Drtw_mlme_ext.c3969 u8 operatingch_info[5] = { 0x00 }; in on_action_public_p2p() local
3970 …if (rtw_get_p2p_attr_content(p2p_ie, p2p_ielen, P2P_ATTR_OPERATING_CH, operatingch_info, &attr_con… in on_action_public_p2p()
3971 if (rtw_ch_set_search_ch(padapter->mlmeextpriv.channel_set, (u32)operatingch_info[4])) { in on_action_public_p2p()
3973 pwdinfo->rx_invitereq_info.operation_ch[0] = operatingch_info[4]; in on_action_public_p2p()