Searched refs:pparm (Results 1 – 6 of 6) sorted by relevance
/Linux-v4.19/drivers/staging/rtl8188eu/include/ |
D | rtw_cmd.h | 41 #define init_h2fwcmd_w_parm_no_rsp(pcmd, pparm, code) \ argument 45 pcmd->parmbuf = (u8 *)(pparm);\ 46 pcmd->cmdsz = sizeof(*pparm);\
|
/Linux-v4.19/drivers/staging/rtl8188eu/core/ |
D | rtw_mlme_ext.c | 4885 struct wlan_bssid_ex *pparm = (struct wlan_bssid_ex *)pbuf; in createbss_hdl() local 4888 if (pparm->InfrastructureMode == Ndis802_11APMode) { in createbss_hdl() 4899 if (pparm->InfrastructureMode == Ndis802_11IBSS) { in createbss_hdl() 4948 struct wlan_bssid_ex *pparm = (struct wlan_bssid_ex *)pbuf; in join_cmd_hdl() local 4969 rtw_antenna_select_cmd(padapter, pparm->PhyInfo.Optimum_antenna, false); in join_cmd_hdl() 5143 struct sitesurvey_parm *pparm = (struct sitesurvey_parm *)pbuf; in sitesurvey_cmd_hdl() local 5158 if (pparm->ssid[i].SsidLength) { in sitesurvey_cmd_hdl() 5159 memcpy(pmlmeext->sitesurvey_res.ssid[i].Ssid, pparm->ssid[i].Ssid, IW_ESSID_MAX_SIZE); in sitesurvey_cmd_hdl() 5160 pmlmeext->sitesurvey_res.ssid[i].SsidLength = pparm->ssid[i].SsidLength; in sitesurvey_cmd_hdl() 5168 , pparm->ch, pparm->ch_num in sitesurvey_cmd_hdl() [all …]
|
/Linux-v4.19/drivers/staging/rtl8712/ |
D | rtl871x_mp.c | 280 struct SetChannel_parm *pparm = NULL; in r8712_SetChannel() local 286 pparm = kmalloc(sizeof(*pparm), GFP_ATOMIC); in r8712_SetChannel() 287 if (!pparm) { in r8712_SetChannel() 291 pparm->curr_ch = pAdapter->mppriv.curr_ch; in r8712_SetChannel() 292 init_h2fwcmd_w_parm_no_rsp(pcmd, pparm, code); in r8712_SetChannel()
|
D | rtl871x_cmd.h | 84 #define init_h2fwcmd_w_parm_no_rsp(pcmd, pparm, code) \ argument 88 pcmd->parmbuf = (u8 *)(pparm);\ 89 pcmd->cmdsz = sizeof(*pparm);\
|
/Linux-v4.19/drivers/staging/rtl8723bs/core/ |
D | rtw_mlme_ext.c | 6118 struct joinbss_parm *pparm = (struct joinbss_parm *)pbuf; in createbss_hdl() local 6128 if (pparm->network.InfrastructureMode == Ndis802_11IBSS) { in createbss_hdl() 6414 struct sitesurvey_parm *pparm = (struct sitesurvey_parm *)pbuf; in sitesurvey_cmd_hdl() local 6426 if (pparm->ssid[i].SsidLength) { in sitesurvey_cmd_hdl() 6427 memcpy(pmlmeext->sitesurvey_res.ssid[i].Ssid, pparm->ssid[i].Ssid, IW_ESSID_MAX_SIZE); in sitesurvey_cmd_hdl() 6428 pmlmeext->sitesurvey_res.ssid[i].SsidLength = pparm->ssid[i].SsidLength; in sitesurvey_cmd_hdl() 6436 , pparm->ch, pparm->ch_num in sitesurvey_cmd_hdl() 6439 pmlmeext->sitesurvey_res.scan_mode = pparm->scan_mode; in sitesurvey_cmd_hdl() 6483 struct setauth_parm *pparm = (struct setauth_parm *)pbuf; in setauth_hdl() local 6487 if (pparm->mode < 4) { in setauth_hdl() [all …]
|
/Linux-v4.19/drivers/staging/rtl8723bs/include/ |
D | rtw_cmd.h | 74 #define init_h2fwcmd_w_parm_no_rsp(pcmd, pparm, code) \ argument 78 pcmd->parmbuf = (u8 *)(pparm);\ 79 pcmd->cmdsz = sizeof (*pparm);\
|