Lines Matching defs:wiphy
504 static inline void wiphy_read_of_freq_limits(struct wiphy *wiphy) in wiphy_read_of_freq_limits()
1950 struct wiphy *wiphy; member
2093 struct wiphy *wiphy; member
4536 struct wiphy { struct
4540 u8 perm_addr[ETH_ALEN];
4541 u8 addr_mask[ETH_ALEN];
4543 struct mac_address *addresses;
4545 const struct ieee80211_txrx_stypes *mgmt_stypes;
4547 const struct ieee80211_iface_combination *iface_combinations;
4548 int n_iface_combinations;
4549 u16 software_iftypes;
4551 u16 n_addresses;
4554 u16 interface_modes;
4556 u16 max_acl_mac_addrs;
4558 u32 flags, regulatory_flags, features;
4559 u8 ext_features[DIV_ROUND_UP(NUM_NL80211_EXT_FEATURES, 8)];
4561 u32 ap_sme_capa;
4563 enum cfg80211_signal_type signal_type;
4565 int bss_priv_size;
4566 u8 max_scan_ssids;
4567 u8 max_sched_scan_reqs;
4568 u8 max_sched_scan_ssids;
4592 const struct wiphy_wowlan_support *wowlan; argument
4606 * when the wiphy flag @WIPHY_FLAG_AP_PROBE_RESP_OFFLOAD is set. argument
4613 const struct wiphy_iftype_ext_capab *iftype_ext_capab; argument
4618 * know whether it points to a wiphy your driver has registered argument
4625 /* Lets us get back the wiphy on the callback */ argument
4626 void (*reg_notifier)(struct wiphy *wiphy, argument
4634 * you need use set_wiphy_dev() (see below) */ argument
4640 /* dir in debugfs: ieee80211/<wiphyname> */ argument
4655 const struct wiphy_coalesce_support *coalesce; argument
4657 const struct wiphy_vendor_command *vendor_commands; argument
4658 const struct nl80211_vendor_cmd_info *vendor_events;
4682 static inline struct net *wiphy_net(struct wiphy *wiphy) in wiphy_net()
4687 static inline void wiphy_net_set(struct wiphy *wiphy, struct net *net) in wiphy_net_set()
4698 static inline void *wiphy_priv(struct wiphy *wiphy) in wiphy_priv()
4722 static inline void set_wiphy_dev(struct wiphy *wiphy, struct device *dev) in set_wiphy_dev()
4733 static inline struct device *wiphy_dev(struct wiphy *wiphy) in wiphy_dev()
4744 static inline const char *wiphy_name(const struct wiphy *wiphy) in wiphy_name()
4897 struct wiphy *wiphy; member
5653 cfg80211_inform_bss_width_frame(struct wiphy *wiphy, in cfg80211_inform_bss_width_frame()
5669 cfg80211_inform_bss_frame(struct wiphy *wiphy, in cfg80211_inform_bss_frame()
5768 cfg80211_inform_bss_width(struct wiphy *wiphy, in cfg80211_inform_bss_width()
5788 cfg80211_inform_bss(struct wiphy *wiphy, in cfg80211_inform_bss()
5823 cfg80211_get_ibss(struct wiphy *wiphy, in cfg80211_get_ibss()
6139 cfg80211_vendor_cmd_alloc_reply_skb(struct wiphy *wiphy, int approxlen) in cfg80211_vendor_cmd_alloc_reply_skb()
6190 cfg80211_vendor_event_alloc(struct wiphy *wiphy, struct wireless_dev *wdev, in cfg80211_vendor_event_alloc()
6223 cfg80211_vendor_event_alloc_ucast(struct wiphy *wiphy, in cfg80211_vendor_event_alloc_ucast()
6282 cfg80211_testmode_alloc_reply_skb(struct wiphy *wiphy, int approxlen) in cfg80211_testmode_alloc_reply_skb()
6327 cfg80211_testmode_alloc_event_skb(struct wiphy *wiphy, int approxlen, gfp_t gfp) in cfg80211_testmode_alloc_event_skb()
7306 static inline void wiphy_ext_feature_set(struct wiphy *wiphy, in wiphy_ext_feature_set()
7325 wiphy_ext_feature_isset(struct wiphy *wiphy, in wiphy_ext_feature_isset()
7453 #define wiphy_printk(level, wiphy, format, args...) \ argument
7455 #define wiphy_emerg(wiphy, format, args...) \ argument
7457 #define wiphy_alert(wiphy, format, args...) \ argument
7459 #define wiphy_crit(wiphy, format, args...) \ argument
7461 #define wiphy_err(wiphy, format, args...) \ argument
7463 #define wiphy_warn(wiphy, format, args...) \ argument
7465 #define wiphy_notice(wiphy, format, args...) \ argument
7467 #define wiphy_info(wiphy, format, args...) \ argument
7470 #define wiphy_err_ratelimited(wiphy, format, args...) \ argument
7472 #define wiphy_warn_ratelimited(wiphy, format, args...) \ argument
7475 #define wiphy_debug(wiphy, format, args...) \ argument
7478 #define wiphy_dbg(wiphy, format, args...) \ argument
7484 #define wiphy_vdbg(wiphy, format, args...) \ argument
7497 #define wiphy_WARN(wiphy, format, args...) \ argument