Lines Matching defs:wiphy

1473 	struct wiphy *wiphy;  member
1573 struct wiphy *wiphy; member
3179 struct wiphy { struct
3183 u8 perm_addr[ETH_ALEN];
3184 u8 addr_mask[ETH_ALEN];
3186 struct mac_address *addresses;
3188 const struct ieee80211_txrx_stypes *mgmt_stypes;
3190 const struct ieee80211_iface_combination *iface_combinations;
3191 int n_iface_combinations;
3192 u16 software_iftypes;
3194 u16 n_addresses;
3197 u16 interface_modes;
3199 u16 max_acl_mac_addrs;
3201 u32 flags, regulatory_flags, features;
3202 u8 ext_features[DIV_ROUND_UP(NUM_NL80211_EXT_FEATURES, 8)];
3204 u32 ap_sme_capa;
3206 enum cfg80211_signal_type signal_type;
3231 const struct wiphy_wowlan_support *wowlan; argument
3245 * when the wiphy flag @WIPHY_FLAG_AP_PROBE_RESP_OFFLOAD is set. argument
3254 * know whether it points to a wiphy your driver has registered argument
3261 /* Lets us get back the wiphy on the callback */ argument
3262 void (*reg_notifier)(struct wiphy *wiphy, argument
3270 * you need use set_wiphy_dev() (see below) */ argument
3276 /* dir in debugfs: ieee80211/<wiphyname> */ argument
3289 const struct wiphy_coalesce_support *coalesce; argument
3291 const struct wiphy_vendor_command *vendor_commands; argument
3303 static inline struct net *wiphy_net(struct wiphy *wiphy) in wiphy_net()
3308 static inline void wiphy_net_set(struct wiphy *wiphy, struct net *net) in wiphy_net_set()
3319 static inline void *wiphy_priv(struct wiphy *wiphy) in wiphy_priv()
3343 static inline void set_wiphy_dev(struct wiphy *wiphy, struct device *dev) in set_wiphy_dev()
3354 static inline struct device *wiphy_dev(struct wiphy *wiphy) in wiphy_dev()
3365 static inline const char *wiphy_name(const struct wiphy *wiphy) in wiphy_name()
3496 struct wiphy *wiphy; member
3615 ieee80211_get_channel(struct wiphy *wiphy, int freq) in ieee80211_get_channel()
4032 cfg80211_inform_bss_width_frame(struct wiphy *wiphy, in cfg80211_inform_bss_width_frame()
4048 cfg80211_inform_bss_frame(struct wiphy *wiphy, in cfg80211_inform_bss_frame()
4104 cfg80211_inform_bss_width(struct wiphy *wiphy, in cfg80211_inform_bss_width()
4124 cfg80211_inform_bss(struct wiphy *wiphy, in cfg80211_inform_bss()
4149 cfg80211_get_ibss(struct wiphy *wiphy, in cfg80211_get_ibss()
4428 cfg80211_vendor_cmd_alloc_reply_skb(struct wiphy *wiphy, int approxlen) in cfg80211_vendor_cmd_alloc_reply_skb()
4470 cfg80211_vendor_event_alloc(struct wiphy *wiphy, struct wireless_dev *wdev, in cfg80211_vendor_event_alloc()
4527 cfg80211_testmode_alloc_reply_skb(struct wiphy *wiphy, int approxlen) in cfg80211_testmode_alloc_reply_skb()
4572 cfg80211_testmode_alloc_event_skb(struct wiphy *wiphy, int approxlen, gfp_t gfp) in cfg80211_testmode_alloc_event_skb()
5301 static inline void wiphy_ext_feature_set(struct wiphy *wiphy, in wiphy_ext_feature_set()
5320 wiphy_ext_feature_isset(struct wiphy *wiphy, in wiphy_ext_feature_isset()
5336 #define wiphy_printk(level, wiphy, format, args...) \ argument
5338 #define wiphy_emerg(wiphy, format, args...) \ argument
5340 #define wiphy_alert(wiphy, format, args...) \ argument
5342 #define wiphy_crit(wiphy, format, args...) \ argument
5344 #define wiphy_err(wiphy, format, args...) \ argument
5346 #define wiphy_warn(wiphy, format, args...) \ argument
5348 #define wiphy_notice(wiphy, format, args...) \ argument
5350 #define wiphy_info(wiphy, format, args...) \ argument
5353 #define wiphy_debug(wiphy, format, args...) \ argument
5356 #define wiphy_dbg(wiphy, format, args...) \ argument
5362 #define wiphy_vdbg(wiphy, format, args...) \ argument
5375 #define wiphy_WARN(wiphy, format, args...) \ argument