Home
last modified time | relevance | path

Searched refs:pparm (Results 1 – 6 of 6) sorted by relevance

/drivers/staging/rtl8723au/core/
Drtw_mlme_ext.c5509 const struct wlan_bssid_ex *pparm = (struct wlan_bssid_ex *)pbuf; in createbss_hdl23a() local
5512 if (pparm->ifmode == NL80211_IFTYPE_AP || in createbss_hdl23a()
5513 pparm->ifmode == NL80211_IFTYPE_P2P_GO) { in createbss_hdl23a()
5523 if (pparm->ifmode == NL80211_IFTYPE_ADHOC) { in createbss_hdl23a()
5546 if (pparm->IELength > MAX_IE_SZ)/* Check pbuf->IELength */ in createbss_hdl23a()
5549 memcpy(pnetwork, pparm, sizeof(struct wlan_bssid_ex)); in createbss_hdl23a()
5563 const struct wlan_bssid_ex *pparm = (struct wlan_bssid_ex *)pbuf; in join_cmd_hdl23a() local
5601 if (pparm->IELength > MAX_IE_SZ)/* Check pbuf->IELength */ in join_cmd_hdl23a()
5794 const struct sitesurvey_parm *pparm = (struct sitesurvey_parm *)pbuf; in sitesurvey_cmd_hdl23a() local
5805 if (pparm->ssid[i].ssid_len) { in sitesurvey_cmd_hdl23a()
[all …]
/drivers/staging/rtl8188eu/core/
Drtw_mlme_ext.c4965 struct wlan_bssid_ex *pparm = (struct wlan_bssid_ex *)pbuf; in createbss_hdl() local
4969 if (pparm->InfrastructureMode == Ndis802_11APMode) { in createbss_hdl()
4980 if (pparm->InfrastructureMode == Ndis802_11IBSS) { in createbss_hdl()
5029 struct wlan_bssid_ex *pparm = (struct wlan_bssid_ex *)pbuf; in join_cmd_hdl() local
5051 rtw_antenna_select_cmd(padapter, pparm->PhyInfo.Optimum_antenna, false); in join_cmd_hdl()
5224 struct sitesurvey_parm *pparm = (struct sitesurvey_parm *)pbuf; in sitesurvey_cmd_hdl() local
5239 if (pparm->ssid[i].SsidLength) { in sitesurvey_cmd_hdl()
5240 memcpy(pmlmeext->sitesurvey_res.ssid[i].Ssid, pparm->ssid[i].Ssid, IW_ESSID_MAX_SIZE); in sitesurvey_cmd_hdl()
5241 pmlmeext->sitesurvey_res.ssid[i].SsidLength = pparm->ssid[i].SsidLength; in sitesurvey_cmd_hdl()
5249 , pparm->ch, pparm->ch_num in sitesurvey_cmd_hdl()
[all …]
/drivers/staging/rtl8188eu/include/
Drtw_cmd.h54 #define init_h2fwcmd_w_parm_no_rsp(pcmd, pparm, code) \ argument
58 pcmd->parmbuf = (u8 *)(pparm);\
59 pcmd->cmdsz = sizeof(*pparm);\
/drivers/staging/rtl8712/
Drtl871x_mp.c280 struct SetChannel_parm *pparm = NULL; in r8712_SetChannel() local
286 pparm = kmalloc(sizeof(*pparm), GFP_ATOMIC); in r8712_SetChannel()
287 if (pparm == NULL) { 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()
Drtl871x_cmd.h84 #define init_h2fwcmd_w_parm_no_rsp(pcmd, pparm, code) \ argument
88 pcmd->parmbuf = (u8 *)(pparm);\
89 pcmd->cmdsz = sizeof(*pparm);\
/drivers/staging/rtl8723au/include/
Drtw_cmd.h60 #define init_h2fwcmd_w_parm_no_rsp(pcmd, pparm, code) \ argument
63 pcmd->parmbuf = (u8 *)(pparm);\
64 pcmd->cmdsz = sizeof (*pparm);\