Home
last modified time | relevance | path

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

/drivers/staging/r8188eu/core/
Drtw_p2p.c1176 if (!rtw_p2p_is_channel_list_ok(pwdinfo->operating_channel, in process_p2p_group_negotation_req()
1189 pwdinfo->operating_channel = peer_operating_ch; in process_p2p_group_negotation_req()
1190 DBG_88E("[%s] Change op ch to %02x as peer's\n", __func__, pwdinfo->operating_channel); in process_p2p_group_negotation_req()
1193 pwdinfo->operating_channel = ch_list_inclusioned[0]; in process_p2p_group_negotation_req()
1194 DBG_88E("[%s] Change op ch to %02x\n", __func__, pwdinfo->operating_channel); in process_p2p_group_negotation_req()
1328 if (!rtw_p2p_is_channel_list_ok(pwdinfo->operating_channel, in process_p2p_group_negotation_resp()
1341 pwdinfo->operating_channel = peer_operating_ch; in process_p2p_group_negotation_resp()
1342 DBG_88E("[%s] Change op ch to %02x as peer's\n", __func__, pwdinfo->operating_channel); in process_p2p_group_negotation_resp()
1345 pwdinfo->operating_channel = ch_list_inclusioned[0]; in process_p2p_group_negotation_resp()
1346 DBG_88E("[%s] Change op ch to %02x\n", __func__, pwdinfo->operating_channel); in process_p2p_group_negotation_resp()
Drtw_mlme_ext.c2135 p2pie[p2pielen++] = pwdinfo->operating_channel; /* operating channel number */ in issue_p2p_GO_request()
2374 p2pie[p2pielen++] = pwdinfo->operating_channel; /* operating channel number */ in issue_p2p_GO_response()
2631 …p2pie[p2pielen++] = pwdinfo->operating_channel; /* Use the listen channel as the operating channe… in issue_p2p_GO_confirm()
3041 p2pie[p2pielen++] = pwdinfo->operating_channel; /* operating channel number */ in issue_p2p_invitation_response()
3726 p2pie[p2pielen++] = pwdinfo->operating_channel; /* operating channel number */ in _issue_probereq_p2p()
/drivers/staging/r8188eu/include/
Drtw_mlme.h212 u8 operating_channel; member
/drivers/staging/rtl8723bs/include/
Drtw_mlme.h218 u8 operating_channel; member
/drivers/staging/r8188eu/os_dep/
Dioctl_linux.c2510 pwdinfo->operating_channel = pwdinfo->listen_channel; in rtw_wext_p2p_enable()
2514 pwdinfo->operating_channel = pmlmeext->cur_channel; in rtw_wext_p2p_enable()
2516 channel = pwdinfo->operating_channel; in rtw_wext_p2p_enable()
2608 u8 op_ch = pwdinfo->operating_channel; /* Operating channel number */ in rtw_p2p_set_op_ch()
2620 pwdinfo->operating_channel = op_ch; in rtw_p2p_set_op_ch()
2624 DBG_88E("[%s] op_ch = %d\n", __func__, pwdinfo->operating_channel); in rtw_p2p_set_op_ch()
2829 DBG_88E("[%s] Op_ch = %02x\n", __func__, pwdinfo->operating_channel); in rtw_p2p_get_op_ch()
2831 sprintf(extra, "\n\nOp_ch =%.2d\n", pwdinfo->operating_channel); in rtw_p2p_get_op_ch()
3324 pinvite_req_info->operating_ch = pwdinfo->operating_channel; in rtw_p2p_invite_req()