Lines Matching defs:wiphy

1469 	struct wiphy *wiphy;  member
1552 struct wiphy *wiphy; member
3120 struct wiphy { struct
3124 u8 perm_addr[ETH_ALEN];
3125 u8 addr_mask[ETH_ALEN];
3127 struct mac_address *addresses;
3129 const struct ieee80211_txrx_stypes *mgmt_stypes;
3131 const struct ieee80211_iface_combination *iface_combinations;
3132 int n_iface_combinations;
3133 u16 software_iftypes;
3135 u16 n_addresses;
3138 u16 interface_modes;
3140 u16 max_acl_mac_addrs;
3142 u32 flags, regulatory_flags, features;
3143 u8 ext_features[DIV_ROUND_UP(NUM_NL80211_EXT_FEATURES, 8)];
3145 u32 ap_sme_capa;
3169 const struct wiphy_wowlan_support *wowlan; argument
3183 * when the wiphy flag @WIPHY_FLAG_AP_PROBE_RESP_OFFLOAD is set. argument
3192 * know whether it points to a wiphy your driver has registered argument
3199 /* Lets us get back the wiphy on the callback */ argument
3200 void (*reg_notifier)(struct wiphy *wiphy, argument
3208 * you need use set_wiphy_dev() (see below) */ argument
3214 /* dir in debugfs: ieee80211/<wiphyname> */ argument
3227 const struct wiphy_coalesce_support *coalesce; argument
3229 const struct wiphy_vendor_command *vendor_commands; argument
3241 static inline struct net *wiphy_net(struct wiphy *wiphy) in wiphy_net()
3246 static inline void wiphy_net_set(struct wiphy *wiphy, struct net *net) in wiphy_net_set()
3257 static inline void *wiphy_priv(struct wiphy *wiphy) in wiphy_priv()
3281 static inline void set_wiphy_dev(struct wiphy *wiphy, struct device *dev) in set_wiphy_dev()
3292 static inline struct device *wiphy_dev(struct wiphy *wiphy) in wiphy_dev()
3303 static inline const char *wiphy_name(const struct wiphy *wiphy) in wiphy_name()
3434 struct wiphy *wiphy; member
3553 ieee80211_get_channel(struct wiphy *wiphy, int freq) in ieee80211_get_channel()
3974 cfg80211_inform_bss_frame(struct wiphy *wiphy, in cfg80211_inform_bss_frame()
4029 cfg80211_inform_bss(struct wiphy *wiphy, in cfg80211_inform_bss()
4050 cfg80211_get_ibss(struct wiphy *wiphy, in cfg80211_get_ibss()
4329 cfg80211_vendor_cmd_alloc_reply_skb(struct wiphy *wiphy, int approxlen) in cfg80211_vendor_cmd_alloc_reply_skb()
4371 cfg80211_vendor_event_alloc(struct wiphy *wiphy, struct wireless_dev *wdev, in cfg80211_vendor_event_alloc()
4428 cfg80211_testmode_alloc_reply_skb(struct wiphy *wiphy, int approxlen) in cfg80211_testmode_alloc_reply_skb()
4473 cfg80211_testmode_alloc_event_skb(struct wiphy *wiphy, int approxlen, gfp_t gfp) in cfg80211_testmode_alloc_event_skb()
5183 static inline void wiphy_ext_feature_set(struct wiphy *wiphy, in wiphy_ext_feature_set()
5202 wiphy_ext_feature_isset(struct wiphy *wiphy, in wiphy_ext_feature_isset()
5218 #define wiphy_printk(level, wiphy, format, args...) \ argument
5220 #define wiphy_emerg(wiphy, format, args...) \ argument
5222 #define wiphy_alert(wiphy, format, args...) \ argument
5224 #define wiphy_crit(wiphy, format, args...) \ argument
5226 #define wiphy_err(wiphy, format, args...) \ argument
5228 #define wiphy_warn(wiphy, format, args...) \ argument
5230 #define wiphy_notice(wiphy, format, args...) \ argument
5232 #define wiphy_info(wiphy, format, args...) \ argument
5235 #define wiphy_debug(wiphy, format, args...) \ argument
5238 #define wiphy_dbg(wiphy, format, args...) \ argument
5244 #define wiphy_vdbg(wiphy, format, args...) \ argument
5257 #define wiphy_WARN(wiphy, format, args...) \ argument