Searched refs:linuxkpi_wiphy_new (Results 1 – 2 of 2) sorted by relevance
1294 struct wiphy *linuxkpi_wiphy_new(const struct cfg80211_ops *, size_t);1326 return (linuxkpi_wiphy_new(ops, priv_len)); in wiphy_new()
5722 linuxkpi_wiphy_new(const struct cfg80211_ops *ops, size_t priv_len) function