Lines Matching defs:wiphy
906 struct wiphy *wiphy; member
953 struct wiphy *wiphy; member
1996 struct wiphy { struct
2000 u8 perm_addr[ETH_ALEN];
2001 u8 addr_mask[ETH_ALEN];
2003 struct mac_address *addresses;
2005 const struct ieee80211_txrx_stypes *mgmt_stypes;
2007 const struct ieee80211_iface_combination *iface_combinations;
2008 int n_iface_combinations;
2009 u16 software_iftypes;
2011 u16 n_addresses;
2014 u16 interface_modes;
2016 u32 flags, features;
2041 struct wiphy_wowlan_support wowlan; argument
2053 * when the wiphy flag @WIPHY_FLAG_AP_PROBE_RESP_OFFLOAD is set. argument
2059 * know whether it points to a wiphy your driver has registered argument
2066 /* Lets us get back the wiphy on the callback */ argument
2067 int (*reg_notifier)(struct wiphy *wiphy, argument
2075 * you need use set_wiphy_dev() (see below) */ argument
2098 static inline struct net *wiphy_net(struct wiphy *wiphy) in wiphy_net()
2103 static inline void wiphy_net_set(struct wiphy *wiphy, struct net *net) in wiphy_net_set()
2113 static inline void *wiphy_priv(struct wiphy *wiphy) in wiphy_priv()
2136 static inline void set_wiphy_dev(struct wiphy *wiphy, struct device *dev) in set_wiphy_dev()
2146 static inline struct device *wiphy_dev(struct wiphy *wiphy) in wiphy_dev()
2156 static inline const char *wiphy_name(const struct wiphy *wiphy) in wiphy_name()
2242 struct wiphy *wiphy; member
2345 ieee80211_get_channel(struct wiphy *wiphy, int freq) in ieee80211_get_channel()
2716 cfg80211_get_ibss(struct wiphy *wiphy, in cfg80211_get_ibss()
3329 #define wiphy_printk(level, wiphy, format, args...) \ argument
3331 #define wiphy_emerg(wiphy, format, args...) \ argument
3333 #define wiphy_alert(wiphy, format, args...) \ argument
3335 #define wiphy_crit(wiphy, format, args...) \ argument
3337 #define wiphy_err(wiphy, format, args...) \ argument
3339 #define wiphy_warn(wiphy, format, args...) \ argument
3341 #define wiphy_notice(wiphy, format, args...) \ argument
3343 #define wiphy_info(wiphy, format, args...) \ argument
3346 #define wiphy_debug(wiphy, format, args...) \ argument
3349 #define wiphy_dbg(wiphy, format, args...) \ argument
3355 #define wiphy_vdbg(wiphy, format, args...) \ argument
3368 #define wiphy_WARN(wiphy, format, args...) \ argument