Lines Matching defs:wiphy

601 static inline void wiphy_read_of_freq_limits(struct wiphy *wiphy)  in wiphy_read_of_freq_limits()
2183 struct wiphy *wiphy; member
2329 struct wiphy *wiphy; member
4883 struct wiphy { struct
4886 u8 perm_addr[ETH_ALEN];
4887 u8 addr_mask[ETH_ALEN];
4889 struct mac_address *addresses;
4891 const struct ieee80211_txrx_stypes *mgmt_stypes;
4893 const struct ieee80211_iface_combination *iface_combinations;
4894 int n_iface_combinations;
4895 u16 software_iftypes;
4897 u16 n_addresses;
4900 u16 interface_modes;
4902 u16 max_acl_mac_addrs;
4904 u32 flags, regulatory_flags, features;
4928 const struct wiphy_iftype_akm_suites *iftype_akm_suites; argument
4941 const struct wiphy_wowlan_support *wowlan; argument
4957 const struct wiphy_iftype_ext_capab *iftype_ext_capab; argument
4964 void (*reg_notifier)(struct wiphy *wiphy, argument
4988 const struct wiphy_coalesce_support *coalesce; argument
4990 const struct wiphy_vendor_command *vendor_commands; argument
4991 const struct nl80211_vendor_cmd_info *vendor_events;
4992 int n_vendor_commands, n_vendor_events;
4994 u16 max_ap_assoc_sta;
4996 u8 max_num_csa_counters;
4998 u32 bss_select_support;
5023 static inline struct net *wiphy_net(struct wiphy *wiphy) in wiphy_net()
5028 static inline void wiphy_net_set(struct wiphy *wiphy, struct net *net) in wiphy_net_set()
5039 static inline void *wiphy_priv(struct wiphy *wiphy) in wiphy_priv()
5063 static inline void set_wiphy_dev(struct wiphy *wiphy, struct device *dev) in set_wiphy_dev()
5074 static inline struct device *wiphy_dev(struct wiphy *wiphy) in wiphy_dev()
5085 static inline const char *wiphy_name(const struct wiphy *wiphy) in wiphy_name()
5242 struct wiphy *wiphy; member
5445 ieee80211_get_channel(struct wiphy *wiphy, int freq) in ieee80211_get_channel()
6088 cfg80211_inform_bss_width_frame(struct wiphy *wiphy, in cfg80211_inform_bss_width_frame()
6104 cfg80211_inform_bss_frame(struct wiphy *wiphy, in cfg80211_inform_bss_frame()
6203 cfg80211_inform_bss_width(struct wiphy *wiphy, in cfg80211_inform_bss_width()
6223 cfg80211_inform_bss(struct wiphy *wiphy, in cfg80211_inform_bss()
6258 cfg80211_get_ibss(struct wiphy *wiphy, in cfg80211_get_ibss()
6579 cfg80211_vendor_cmd_alloc_reply_skb(struct wiphy *wiphy, int approxlen) in cfg80211_vendor_cmd_alloc_reply_skb()
6630 cfg80211_vendor_event_alloc(struct wiphy *wiphy, struct wireless_dev *wdev, in cfg80211_vendor_event_alloc()
6663 cfg80211_vendor_event_alloc_ucast(struct wiphy *wiphy, in cfg80211_vendor_event_alloc_ucast()
6722 cfg80211_testmode_alloc_reply_skb(struct wiphy *wiphy, int approxlen) in cfg80211_testmode_alloc_reply_skb()
6767 cfg80211_testmode_alloc_event_skb(struct wiphy *wiphy, int approxlen, gfp_t gfp) in cfg80211_testmode_alloc_event_skb()
7468 static inline void cfg80211_report_obss_beacon(struct wiphy *wiphy, in cfg80211_report_obss_beacon()
7820 static inline void wiphy_ext_feature_set(struct wiphy *wiphy, in wiphy_ext_feature_set()
7839 wiphy_ext_feature_isset(struct wiphy *wiphy, in wiphy_ext_feature_isset()
7967 #define wiphy_printk(level, wiphy, format, args...) \ argument
7969 #define wiphy_emerg(wiphy, format, args...) \ argument
7971 #define wiphy_alert(wiphy, format, args...) \ argument
7973 #define wiphy_crit(wiphy, format, args...) \ argument
7975 #define wiphy_err(wiphy, format, args...) \ argument
7977 #define wiphy_warn(wiphy, format, args...) \ argument
7979 #define wiphy_notice(wiphy, format, args...) \ argument
7981 #define wiphy_info(wiphy, format, args...) \ argument
7984 #define wiphy_err_ratelimited(wiphy, format, args...) \ argument
7986 #define wiphy_warn_ratelimited(wiphy, format, args...) \ argument
7989 #define wiphy_debug(wiphy, format, args...) \ argument
7992 #define wiphy_dbg(wiphy, format, args...) \ argument
7998 #define wiphy_vdbg(wiphy, format, args...) \ argument
8011 #define wiphy_WARN(wiphy, format, args...) \ argument