Home
last modified time | relevance | path

Searched refs:operating_channel (Results 1 – 5 of 5) sorted by relevance

/linux-6.1.9/drivers/staging/r8188eu/core/
Drtw_p2p.c1148 if (!rtw_p2p_is_channel_list_ok(pwdinfo->operating_channel, in process_p2p_group_negotation_req()
1162 pwdinfo->operating_channel = peer_operating_ch; in process_p2p_group_negotation_req()
1165 pwdinfo->operating_channel = ch_list_inclusioned[0]; in process_p2p_group_negotation_req()
1294 if (!rtw_p2p_is_channel_list_ok(pwdinfo->operating_channel, in process_p2p_group_negotation_resp()
1307 pwdinfo->operating_channel = peer_operating_ch; in process_p2p_group_negotation_resp()
1310 pwdinfo->operating_channel = ch_list_inclusioned[0]; in process_p2p_group_negotation_resp()
Drtw_mlme_ext.c1976 p2pie[p2pielen++] = pwdinfo->operating_channel; /* operating channel number */ in issue_p2p_GO_request()
2214 p2pie[p2pielen++] = pwdinfo->operating_channel; /* operating channel number */ in issue_p2p_GO_response()
2470 …p2pie[p2pielen++] = pwdinfo->operating_channel; /* Use the listen channel as the operating channe… in issue_p2p_GO_confirm()
2880 p2pie[p2pielen++] = pwdinfo->operating_channel; /* operating channel number */ in issue_p2p_invitation_response()
3556 p2pie[p2pielen++] = pwdinfo->operating_channel; /* operating channel number */ in _issue_probereq_p2p()
/linux-6.1.9/drivers/staging/r8188eu/include/
Drtw_mlme.h200 u8 operating_channel; member
/linux-6.1.9/drivers/staging/rtl8723bs/include/
Drtw_mlme.h222 u8 operating_channel; member
/linux-6.1.9/drivers/staging/r8188eu/os_dep/
Dioctl_linux.c2109 pwdinfo->operating_channel = pwdinfo->listen_channel; in rtw_wext_p2p_enable()
2113 pwdinfo->operating_channel = pmlmeext->cur_channel; in rtw_wext_p2p_enable()
2115 channel = pwdinfo->operating_channel; in rtw_wext_p2p_enable()
2199 u8 op_ch = pwdinfo->operating_channel; /* Operating channel number */ in rtw_p2p_set_op_ch()
2211 pwdinfo->operating_channel = op_ch; in rtw_p2p_set_op_ch()
2741 pinvite_req_info->operating_ch = pwdinfo->operating_channel; in rtw_p2p_invite_req()