Lines Matching defs:wiphy
602 static inline void wiphy_read_of_freq_limits(struct wiphy *wiphy) in wiphy_read_of_freq_limits()
2216 struct wiphy *wiphy; member
2364 struct wiphy *wiphy; member
4938 struct wiphy { struct
4941 u8 perm_addr[ETH_ALEN];
4942 u8 addr_mask[ETH_ALEN];
4944 struct mac_address *addresses;
4946 const struct ieee80211_txrx_stypes *mgmt_stypes;
4948 const struct ieee80211_iface_combination *iface_combinations;
4949 int n_iface_combinations;
4950 u16 software_iftypes;
4952 u16 n_addresses;
4955 u16 interface_modes;
4957 u16 max_acl_mac_addrs;
4959 u32 flags, regulatory_flags, features;
4983 const struct wiphy_iftype_akm_suites *iftype_akm_suites; argument
4996 const struct wiphy_wowlan_support *wowlan; argument
5012 const struct wiphy_iftype_ext_capab *iftype_ext_capab; argument
5019 void (*reg_notifier)(struct wiphy *wiphy, argument
5043 const struct wiphy_coalesce_support *coalesce; argument
5045 const struct wiphy_vendor_command *vendor_commands; argument
5046 const struct nl80211_vendor_cmd_info *vendor_events;
5047 int n_vendor_commands, n_vendor_events;
5049 u16 max_ap_assoc_sta;
5051 u8 max_num_csa_counters;
5053 u32 bss_select_support;
5055 u8 nan_supported_bands;
5080 static inline struct net *wiphy_net(struct wiphy *wiphy) in wiphy_net()
5085 static inline void wiphy_net_set(struct wiphy *wiphy, struct net *net) in wiphy_net_set()
5096 static inline void *wiphy_priv(struct wiphy *wiphy) in wiphy_priv()
5120 static inline void set_wiphy_dev(struct wiphy *wiphy, struct device *dev) in set_wiphy_dev()
5131 static inline struct device *wiphy_dev(struct wiphy *wiphy) in wiphy_dev()
5142 static inline const char *wiphy_name(const struct wiphy *wiphy) in wiphy_name()
5298 struct wiphy *wiphy; member
5510 ieee80211_get_channel(struct wiphy *wiphy, int freq) in ieee80211_get_channel()
6153 cfg80211_inform_bss_width_frame(struct wiphy *wiphy, in cfg80211_inform_bss_width_frame()
6169 cfg80211_inform_bss_frame(struct wiphy *wiphy, in cfg80211_inform_bss_frame()
6268 cfg80211_inform_bss_width(struct wiphy *wiphy, in cfg80211_inform_bss_width()
6288 cfg80211_inform_bss(struct wiphy *wiphy, in cfg80211_inform_bss()
6323 cfg80211_get_ibss(struct wiphy *wiphy, in cfg80211_get_ibss()
6644 cfg80211_vendor_cmd_alloc_reply_skb(struct wiphy *wiphy, int approxlen) in cfg80211_vendor_cmd_alloc_reply_skb()
6695 cfg80211_vendor_event_alloc(struct wiphy *wiphy, struct wireless_dev *wdev, in cfg80211_vendor_event_alloc()
6728 cfg80211_vendor_event_alloc_ucast(struct wiphy *wiphy, in cfg80211_vendor_event_alloc_ucast()
6787 cfg80211_testmode_alloc_reply_skb(struct wiphy *wiphy, int approxlen) in cfg80211_testmode_alloc_reply_skb()
6832 cfg80211_testmode_alloc_event_skb(struct wiphy *wiphy, int approxlen, gfp_t gfp) in cfg80211_testmode_alloc_event_skb()
7533 static inline void cfg80211_report_obss_beacon(struct wiphy *wiphy, in cfg80211_report_obss_beacon()
7885 static inline void wiphy_ext_feature_set(struct wiphy *wiphy, in wiphy_ext_feature_set()
7904 wiphy_ext_feature_isset(struct wiphy *wiphy, in wiphy_ext_feature_isset()
8032 #define wiphy_printk(level, wiphy, format, args...) \ argument
8034 #define wiphy_emerg(wiphy, format, args...) \ argument
8036 #define wiphy_alert(wiphy, format, args...) \ argument
8038 #define wiphy_crit(wiphy, format, args...) \ argument
8040 #define wiphy_err(wiphy, format, args...) \ argument
8042 #define wiphy_warn(wiphy, format, args...) \ argument
8044 #define wiphy_notice(wiphy, format, args...) \ argument
8046 #define wiphy_info(wiphy, format, args...) \ argument
8049 #define wiphy_err_ratelimited(wiphy, format, args...) \ argument
8051 #define wiphy_warn_ratelimited(wiphy, format, args...) \ argument
8054 #define wiphy_debug(wiphy, format, args...) \ argument
8057 #define wiphy_dbg(wiphy, format, args...) \ argument
8063 #define wiphy_vdbg(wiphy, format, args...) \ argument
8076 #define wiphy_WARN(wiphy, format, args...) \ argument