cfg80211_ops
struct wiphy *linuxkpi_wiphy_new(const struct cfg80211_ops *, size_t);
wiphy_new(const struct cfg80211_ops *ops, size_t priv_len)
extern const struct cfg80211_ops linuxkpi_mac80211cfgops;
const struct cfg80211_ops linuxkpi_mac80211cfgops = {
linuxkpi_wiphy_new(const struct cfg80211_ops *ops, size_t priv_len)
const struct cfg80211_ops *ops;