Home
last modified time | relevance | path

Searched refs:wiphy_new (Results 1 – 11 of 11) sorted by relevance

/linux-4.1.27/drivers/net/wireless/ipw2x00/
Dlibipw_module.c147 ieee->wdev.wiphy = wiphy_new(&libipw_config_ops, 0); in alloc_libipw()
/linux-4.1.27/drivers/staging/wlan-ng/
Dcfg80211.c760 wiphy = wiphy_new(&prism2_usb_cfg_ops, sizeof(*priv)); in wlan_create_wiphy()
/linux-4.1.27/drivers/net/wireless/ath/wil6210/
Dcfg80211.c1011 wdev->wiphy = wiphy_new(&wil_cfg80211_ops, in wil_cfg80211_init()
/linux-4.1.27/drivers/net/wireless/libertas/
Dcfg.c2080 wdev->wiphy = wiphy_new(&lbs_cfg80211_ops, sizeof(struct lbs_private)); in lbs_cfg_alloc()
/linux-4.1.27/drivers/net/wireless/orinoco/
Dmain.c2184 wiphy = wiphy_new(&orinoco_cfg_ops, in alloc_orinocodev()
/linux-4.1.27/include/net/
Dcfg80211.h3337 static inline struct wiphy *wiphy_new(const struct cfg80211_ops *ops, in wiphy_new() function
/linux-4.1.27/drivers/staging/rtl8723au/os_dep/
Dioctl_cfg80211.c3265 wiphy = wiphy_new(&rtw_cfg80211_ops, sizeof(struct rtw_wdev_priv)); in rtw_wdev_alloc()
/linux-4.1.27/drivers/net/wireless/mwifiex/
Dcfg80211.c3492 wiphy = wiphy_new(&mwifiex_cfg80211_ops, in mwifiex_register_cfg80211()
/linux-4.1.27/drivers/net/wireless/ath/ath6kl/
Dcfg80211.c3859 wiphy = wiphy_new(&ath6kl_cfg80211_ops, sizeof(struct ath6kl)); in ath6kl_cfg80211_create()
/linux-4.1.27/drivers/net/wireless/
Drndis_wlan.c3409 wiphy = wiphy_new(&rndis_config_ops, sizeof(struct rndis_wlan_private)); in rndis_wlan_bind()
/linux-4.1.27/drivers/net/wireless/brcm80211/brcmfmac/
Dcfg80211.c6045 wiphy = wiphy_new(&wl_cfg80211_ops, sizeof(struct brcmf_cfg80211_info)); in brcmf_cfg80211_attach()