Home
last modified time | relevance | path

Searched refs:mlan_ds_wps_cfg (Results 1 – 14 of 14) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/mvl88w8977/mlinux/
H A Dmoal_wext.c1350 mlan_ds_wps_cfg *pwps = NULL; in woal_set_gen_ie()
1358 req = woal_alloc_mlan_ioctl_req(sizeof(mlan_ds_wps_cfg)); in woal_set_gen_ie()
1364 pwps = (mlan_ds_wps_cfg *)req->pbuf; in woal_set_gen_ie()
H A Dmoal_sta_cfg80211.c853 mlan_ds_wps_cfg *pwps = NULL; in woal_wps_cfg()
861 req = woal_alloc_mlan_ioctl_req(sizeof(mlan_ds_wps_cfg)); in woal_wps_cfg()
867 pwps = (mlan_ds_wps_cfg *)req->pbuf; in woal_wps_cfg()
H A Dmoal_priv.c3835 mlan_ds_wps_cfg *pwps = NULL; in woal_wps_cfg_ioctl()
3853 req = woal_alloc_mlan_ioctl_req(sizeof(mlan_ds_wps_cfg)); in woal_wps_cfg_ioctl()
3859 pwps = (mlan_ds_wps_cfg *)req->pbuf; in woal_wps_cfg_ioctl()
H A Dmlan_ioctl.h3146 } mlan_ds_wps_cfg, *pmlan_ds_wps_cfg; typedef
H A Dmoal_eth_ioctl.c2851 mlan_ds_wps_cfg *pwps = NULL; in woal_priv_setwpssession()
2877 req = woal_alloc_mlan_ioctl_req(sizeof(mlan_ds_wps_cfg)); in woal_priv_setwpssession()
2882 pwps = (mlan_ds_wps_cfg *)req->pbuf; in woal_priv_setwpssession()
/OK3568_Linux_fs/kernel/drivers/net/wireless/nxp/mlinux/
H A Dmoal_wext.c1522 mlan_ds_wps_cfg *pwps = NULL; in woal_set_gen_ie()
1530 req = woal_alloc_mlan_ioctl_req(sizeof(mlan_ds_wps_cfg)); in woal_set_gen_ie()
1536 pwps = (mlan_ds_wps_cfg *)req->pbuf; in woal_set_gen_ie()
H A Dmoal_priv.c3633 mlan_ds_wps_cfg *pwps = NULL; in woal_wps_cfg_ioctl()
3651 req = woal_alloc_mlan_ioctl_req(sizeof(mlan_ds_wps_cfg)); in woal_wps_cfg_ioctl()
3657 pwps = (mlan_ds_wps_cfg *)req->pbuf; in woal_wps_cfg_ioctl()
H A Dmlan_ioctl.h3643 } mlan_ds_wps_cfg, *pmlan_ds_wps_cfg; typedef
H A Dmoal_sta_cfg80211.c846 mlan_ds_wps_cfg *pwps = NULL; in woal_wps_cfg()
854 req = woal_alloc_mlan_ioctl_req(sizeof(mlan_ds_wps_cfg)); in woal_wps_cfg()
860 pwps = (mlan_ds_wps_cfg *)req->pbuf; in woal_wps_cfg()
H A Dmoal_eth_ioctl.c3459 mlan_ds_wps_cfg *pwps = NULL; in woal_priv_setwpssession()
3485 req = woal_alloc_mlan_ioctl_req(sizeof(mlan_ds_wps_cfg)); in woal_priv_setwpssession()
3490 pwps = (mlan_ds_wps_cfg *)req->pbuf; in woal_priv_setwpssession()
/OK3568_Linux_fs/kernel/drivers/net/wireless/nxp/mlan/
H A Dmlan_sta_ioctl.c3688 mlan_ds_wps_cfg *pwps = MNULL; in wlan_wps_cfg_ioctl()
3692 if (pioctl_req->buf_len < sizeof(mlan_ds_wps_cfg)) { in wlan_wps_cfg_ioctl()
3695 pioctl_req->buf_len_needed = sizeof(mlan_ds_wps_cfg); in wlan_wps_cfg_ioctl()
3701 pwps = (mlan_ds_wps_cfg *)pioctl_req->pbuf; in wlan_wps_cfg_ioctl()
H A Dmlan_ioctl.h3643 } mlan_ds_wps_cfg, *pmlan_ds_wps_cfg; typedef
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/mvl88w8977/mlan/
H A Dmlan_sta_ioctl.c3812 mlan_ds_wps_cfg *pwps = MNULL; in wlan_wps_cfg_ioctl()
3816 if (pioctl_req->buf_len < sizeof(mlan_ds_wps_cfg)) { in wlan_wps_cfg_ioctl()
3819 pioctl_req->buf_len_needed = sizeof(mlan_ds_wps_cfg); in wlan_wps_cfg_ioctl()
3825 pwps = (mlan_ds_wps_cfg *)pioctl_req->pbuf; in wlan_wps_cfg_ioctl()
H A Dmlan_ioctl.h3146 } mlan_ds_wps_cfg, *pmlan_ds_wps_cfg; typedef