| /OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/ |
| H A D | wldev_common.c | 395 struct net_device *dev, wlc_ssid_t *pssid) in wldev_get_ssid() argument 399 if (!pssid) in wldev_get_ssid() 401 bzero(pssid, sizeof(wlc_ssid_t)); in wldev_get_ssid() 402 error = wldev_ioctl_get(dev, WLC_GET_SSID, pssid, sizeof(wlc_ssid_t)); in wldev_get_ssid() 405 pssid->SSID_len = dtoh32(pssid->SSID_len); in wldev_get_ssid()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/ |
| H A D | wldev_common.c | 357 struct net_device *dev, wlc_ssid_t *pssid) in wldev_get_ssid() argument 361 if (!pssid) in wldev_get_ssid() 363 memset(pssid, 0, sizeof(wlc_ssid_t)); in wldev_get_ssid() 364 error = wldev_ioctl_get(dev, WLC_GET_SSID, pssid, sizeof(wlc_ssid_t)); in wldev_get_ssid() 367 pssid->SSID_len = dtoh32(pssid->SSID_len); in wldev_get_ssid()
|
| H A D | wldev_common.h | 131 int wldev_get_ssid(struct net_device *dev, wlc_ssid_t *pssid);
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/ |
| H A D | wldev_common.c | 357 struct net_device *dev, wlc_ssid_t *pssid) in wldev_get_ssid() argument 361 if (!pssid) in wldev_get_ssid() 363 memset(pssid, 0, sizeof(wlc_ssid_t)); in wldev_get_ssid() 364 error = wldev_ioctl_get(dev, WLC_GET_SSID, pssid, sizeof(wlc_ssid_t)); in wldev_get_ssid() 367 pssid->SSID_len = dtoh32(pssid->SSID_len); in wldev_get_ssid()
|
| H A D | wldev_common.h | 131 int wldev_get_ssid(struct net_device *dev, wlc_ssid_t *pssid);
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/ |
| H A D | wldev_common.c | 395 struct net_device *dev, wlc_ssid_t *pssid) in wldev_get_ssid() argument 399 if (!pssid) in wldev_get_ssid() 401 bzero(pssid, sizeof(wlc_ssid_t)); in wldev_get_ssid() 402 error = wldev_ioctl_get(dev, WLC_GET_SSID, pssid, sizeof(wlc_ssid_t)); in wldev_get_ssid() 405 pssid->SSID_len = dtoh32(pssid->SSID_len); in wldev_get_ssid()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/ |
| H A D | wldev_common.c | 363 struct net_device *dev, wlc_ssid_t *pssid) in wldev_get_ssid() argument 367 if (!pssid) in wldev_get_ssid() 369 memset(pssid, 0, sizeof(wlc_ssid_t)); in wldev_get_ssid() 370 error = wldev_ioctl_get(dev, WLC_GET_SSID, pssid, sizeof(wlc_ssid_t)); in wldev_get_ssid() 373 pssid->SSID_len = dtoh32(pssid->SSID_len); in wldev_get_ssid()
|
| H A D | wldev_common.h | 124 int wldev_get_ssid(struct net_device *dev, wlc_ssid_t *pssid);
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/infineon/ |
| H A D | wldev_common.c | 357 struct net_device *dev, wlc_ssid_t *pssid) in wldev_get_ssid() argument 361 if (!pssid) in wldev_get_ssid() 363 memset(pssid, 0, sizeof(wlc_ssid_t)); in wldev_get_ssid() 364 error = wldev_ioctl_get(dev, WLC_GET_SSID, pssid, sizeof(wlc_ssid_t)); in wldev_get_ssid() 367 pssid->SSID_len = dtoh32(pssid->SSID_len); in wldev_get_ssid()
|
| H A D | wldev_common.h | 131 int wldev_get_ssid(struct net_device *dev, wlc_ssid_t *pssid);
|
| /OK3568_Linux_fs/kernel/drivers/staging/rtl8712/ |
| H A D | rtl871x_cmd.c | 172 struct ndis_802_11_ssid *pssid) in r8712_sitesurvey_cmd() argument 194 if (pssid && pssid->SsidLength) { in r8712_sitesurvey_cmd() 195 int len = min_t(int, pssid->SsidLength, IW_ESSID_MAX_SIZE); in r8712_sitesurvey_cmd() 197 memcpy(psurveyPara->ss_ssid, pssid->Ssid, len); in r8712_sitesurvey_cmd()
|
| /OK3568_Linux_fs/kernel/drivers/staging/rtl8188eu/include/ |
| H A D | rtw_ioctl_set.h | 20 struct ndis_802_11_ssid *pssid,
|
| /OK3568_Linux_fs/kernel/drivers/staging/rtl8723bs/include/ |
| H A D | rtw_ioctl_set.h | 23 u8 rtw_set_802_11_bssid_list_scan(struct adapter *padapter, struct ndis_802_11_ssid *pssid, int ssi…
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bu/include/ |
| H A D | rtw_ioctl_set.h | 59 u8 rtw_set_802_11_bssid_list_scan(_adapter* padapter, NDIS_802_11_SSID *pssid, int ssid_max_num);
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189es/include/ |
| H A D | rtw_ioctl_set.h | 59 u8 rtw_set_802_11_bssid_list_scan(_adapter* padapter, NDIS_802_11_SSID *pssid, int ssid_max_num);
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bs/include/ |
| H A D | rtw_ioctl_set.h | 54 u8 rtw_set_802_11_bssid_list_scan(_adapter *padapter, NDIS_802_11_SSID *pssid, int ssid_max_num, st…
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822be/include/ |
| H A D | rtw_ioctl_set.h | 59 u8 rtw_set_802_11_bssid_list_scan(_adapter *padapter, NDIS_802_11_SSID *pssid, int ssid_max_num, st…
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bs/core/ |
| H A D | rtw_ioctl_set.c | 613 u8 rtw_set_802_11_bssid_list_scan(_adapter *padapter, NDIS_802_11_SSID *pssid, int ssid_max_num, st… in rtw_set_802_11_bssid_list_scan() argument 620 res = rtw_sitesurvey_cmd(padapter, pssid, ssid_max_num, ch, ch_num); in rtw_set_802_11_bssid_list_scan() 627 u8 rtw_set_802_11_bssid_list_scan(_adapter *padapter, NDIS_802_11_SSID *pssid, int ssid_max_num, st… in rtw_set_802_11_bssid_list_scan() argument 659 res = rtw_sitesurvey_cmd(padapter, pssid, ssid_max_num, NULL, 0, ch, ch_num); in rtw_set_802_11_bssid_list_scan()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/include/ |
| H A D | rtw_p2p.h | 19 u32 build_prov_disc_request_p2p_ie(struct wifidirect_info *pwdinfo, u8 *pbuf, u8 *pssid, u8 ussidle…
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/include/ |
| H A D | wldev_common.h | 128 int wldev_get_ssid(struct net_device *dev, wlc_ssid_t *pssid);
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/include/ |
| H A D | wldev_common.h | 128 int wldev_get_ssid(struct net_device *dev, wlc_ssid_t *pssid);
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/include/ |
| H A D | rtw_p2p.h | 19 u32 build_prov_disc_request_p2p_ie(struct wifidirect_info *pwdinfo, u8 *pbuf, u8 *pssid, u8 ussidle…
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8821cs/core/ |
| H A D | rtw_rm_fsm.c | 227 if (prm->q.pssid) in rm_free_rmobj() 228 rtw_mfree(prm->q.pssid, strlen(prm->q.pssid)+1); in rm_free_rmobj()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/core/ |
| H A D | rtw_rm_fsm.c | 225 if (prm->q.pssid) in rm_free_rmobj() 226 rtw_mfree(prm->q.pssid, strlen(prm->q.pssid)+1); in rm_free_rmobj()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188fu/core/ |
| H A D | rtw_rm_fsm.c | 227 if (prm->q.pssid) in rm_free_rmobj() 228 rtw_mfree(prm->q.pssid, strlen(prm->q.pssid)+1); in rm_free_rmobj()
|