Home
last modified time | relevance | path

Searched refs:linuxkpi_wiphy_new (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/compat/linuxkpi/common/include/net/
H A Dcfg80211.h1294 struct wiphy *linuxkpi_wiphy_new(const struct cfg80211_ops *, size_t);
1326 return (linuxkpi_wiphy_new(ops, priv_len)); in wiphy_new()
/freebsd/sys/compat/linuxkpi/common/src/
H A Dlinux_80211.c5722 linuxkpi_wiphy_new(const struct cfg80211_ops *ops, size_t priv_len) function