Home
last modified time | relevance | path

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

/linux-6.12.1/Documentation/driver-api/80211/
Dcfg80211.rst27 wiphy_new
/linux-6.12.1/drivers/net/wireless/intel/ipw2x00/
Dlibipw_module.c124 ieee->wdev.wiphy = wiphy_new(&libipw_config_ops, 0); in alloc_libipw()
/linux-6.12.1/drivers/net/wireless/virtual/
Dvirt_wifi.c377 wiphy = wiphy_new(&virt_wifi_cfg80211_ops, sizeof(*priv)); in virt_wifi_make_wiphy()
/linux-6.12.1/drivers/net/wireless/quantenna/qtnfmac/
Dcfg80211.c1081 wiphy = wiphy_new(&qtn_cfg80211_ops, sizeof(struct qtnf_wmac)); in qtnf_wiphy_allocate()
/linux-6.12.1/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
Dcore.c1303 wiphy = wiphy_new(ops, sizeof(*drvr)); in brcmf_alloc()
/linux-6.12.1/drivers/net/wireless/marvell/libertas/
Dcfg.c2097 wdev->wiphy = wiphy_new(&lbs_cfg80211_ops, sizeof(struct lbs_private)); in lbs_cfg_alloc()
/linux-6.12.1/drivers/net/wireless/microchip/wilc1000/
Dcfg80211.c1812 wiphy = wiphy_new(&wilc_cfg80211_ops, sizeof(*wl)); in wilc_create_wiphy()
/linux-6.12.1/drivers/staging/rtl8723bs/os_dep/
Dioctl_cfg80211.c2728 wiphy = wiphy_new(&rtw_cfg80211_ops, sizeof(struct adapter *)); in rtw_wdev_alloc()
/linux-6.12.1/drivers/net/wireless/ath/wil6210/
Dcfg80211.c2802 wiphy = wiphy_new(&wil_cfg80211_ops, sizeof(struct wil6210_priv)); in wil_cfg80211_init()
/linux-6.12.1/include/net/
Dcfg80211.h5921 static inline struct wiphy *wiphy_new(const struct cfg80211_ops *ops, in wiphy_new() function
/linux-6.12.1/drivers/net/wireless/ath/ath6kl/
Dcfg80211.c4017 wiphy = wiphy_new(&ath6kl_cfg80211_ops, sizeof(struct ath6kl)); in ath6kl_cfg80211_create()
/linux-6.12.1/drivers/net/wireless/marvell/mwifiex/
Dcfg80211.c4716 wiphy = wiphy_new(ops, sizeof(struct mwifiex_adapter *)); in mwifiex_register_cfg80211()