Searched refs:operating_channel (Results 1 – 5 of 5) sorted by relevance
| /linux/drivers/staging/r8188eu/core/ |
| A D | rtw_p2p.c | 1167 if (!rtw_p2p_is_channel_list_ok(pwdinfo->operating_channel, in process_p2p_group_negotation_req() 1180 pwdinfo->operating_channel = peer_operating_ch; in process_p2p_group_negotation_req() 1181 DBG_88E("[%s] Change op ch to %02x as peer's\n", __func__, pwdinfo->operating_channel); in process_p2p_group_negotation_req() 1184 pwdinfo->operating_channel = ch_list_inclusioned[0]; in process_p2p_group_negotation_req() 1185 DBG_88E("[%s] Change op ch to %02x\n", __func__, pwdinfo->operating_channel); in process_p2p_group_negotation_req() 1319 if (!rtw_p2p_is_channel_list_ok(pwdinfo->operating_channel, in process_p2p_group_negotation_resp() 1332 pwdinfo->operating_channel = peer_operating_ch; in process_p2p_group_negotation_resp() 1333 DBG_88E("[%s] Change op ch to %02x as peer's\n", __func__, pwdinfo->operating_channel); in process_p2p_group_negotation_resp() 1336 pwdinfo->operating_channel = ch_list_inclusioned[0]; in process_p2p_group_negotation_resp() 1337 DBG_88E("[%s] Change op ch to %02x\n", __func__, pwdinfo->operating_channel); in process_p2p_group_negotation_resp()
|
| A D | rtw_mlme_ext.c | 2074 p2pie[p2pielen++] = pwdinfo->operating_channel; /* operating channel number */ in issue_p2p_GO_request() 2313 p2pie[p2pielen++] = pwdinfo->operating_channel; /* operating channel number */ in issue_p2p_GO_response() 2570 …p2pie[p2pielen++] = pwdinfo->operating_channel; /* Use the listen channel as the operating channe… in issue_p2p_GO_confirm() 2980 p2pie[p2pielen++] = pwdinfo->operating_channel; /* operating channel number */ in issue_p2p_invitation_response() 3664 p2pie[p2pielen++] = pwdinfo->operating_channel; /* operating channel number */ in _issue_probereq_p2p()
|
| /linux/drivers/staging/r8188eu/os_dep/ |
| A D | ioctl_linux.c | 2338 pwdinfo->operating_channel = pwdinfo->listen_channel; in rtw_wext_p2p_enable() 2342 pwdinfo->operating_channel = pmlmeext->cur_channel; in rtw_wext_p2p_enable() 2344 channel = pwdinfo->operating_channel; in rtw_wext_p2p_enable() 2436 u8 op_ch = pwdinfo->operating_channel; /* Operating channel number */ in rtw_p2p_set_op_ch() 2448 pwdinfo->operating_channel = op_ch; in rtw_p2p_set_op_ch() 2452 DBG_88E("[%s] op_ch = %d\n", __func__, pwdinfo->operating_channel); in rtw_p2p_set_op_ch() 2657 DBG_88E("[%s] Op_ch = %02x\n", __func__, pwdinfo->operating_channel); in rtw_p2p_get_op_ch() 2659 sprintf(extra, "\n\nOp_ch =%.2d\n", pwdinfo->operating_channel); in rtw_p2p_get_op_ch() 3152 pinvite_req_info->operating_ch = pwdinfo->operating_channel; in rtw_p2p_invite_req()
|
| /linux/drivers/staging/r8188eu/include/ |
| A D | rtw_mlme.h | 212 u8 operating_channel; member
|
| /linux/drivers/staging/rtl8723bs/include/ |
| A D | rtw_mlme.h | 218 u8 operating_channel; member
|
Completed in 29 milliseconds