Lines Matching defs:wiphy

722 static inline void wiphy_read_of_freq_limits(struct wiphy *wiphy)  in wiphy_read_of_freq_limits()
2665 struct wiphy *wiphy; member
2810 struct wiphy *wiphy; member
5595 struct wiphy { struct
5598 /* assign these fields before you register the wiphy */ argument
5600 u8 perm_addr[ETH_ALEN];
5601 u8 addr_mask[ETH_ALEN];
5603 struct mac_address *addresses;
5605 const struct ieee80211_txrx_stypes *mgmt_stypes;
5607 const struct ieee80211_iface_combination *iface_combinations;
5608 int n_iface_combinations;
5609 u16 software_iftypes;
5611 u16 n_addresses;
5614 u16 interface_modes;
5616 u16 max_acl_mac_addrs;
5618 u32 flags, regulatory_flags, features;
5642 const struct wiphy_iftype_akm_suites *iftype_akm_suites; argument
5655 const struct wiphy_wowlan_support *wowlan; argument
5671 const struct wiphy_iftype_ext_capab *iftype_ext_capab; argument
5678 void (*reg_notifier)(struct wiphy *wiphy, argument
5702 const struct wiphy_coalesce_support *coalesce; argument
5704 const struct wiphy_vendor_command *vendor_commands; argument
5705 const struct nl80211_vendor_cmd_info *vendor_events;
5706 int n_vendor_commands, n_vendor_events;
5708 u16 max_ap_assoc_sta;
5710 u8 max_num_csa_counters;
5712 u32 bss_select_support;
5714 u8 nan_supported_bands;
5716 u32 txq_limit;
5717 u32 txq_memory_limit;
5718 u32 txq_quantum;
5720 unsigned long tx_queue_len;
5722 u8 support_mbssid:1,
5723 support_only_he_mbssid:1;
5747 static inline struct net *wiphy_net(struct wiphy *wiphy) in wiphy_net()
5752 static inline void wiphy_net_set(struct wiphy *wiphy, struct net *net) in wiphy_net_set()
5763 static inline void *wiphy_priv(struct wiphy *wiphy) in wiphy_priv()
5787 static inline void set_wiphy_dev(struct wiphy *wiphy, struct device *dev) in set_wiphy_dev()
5798 static inline struct device *wiphy_dev(struct wiphy *wiphy) in wiphy_dev()
5809 static inline const char *wiphy_name(const struct wiphy *wiphy) in wiphy_name()
5859 #define lockdep_assert_wiphy(wiphy) lockdep_assert_held(&(wiphy)->mtx) argument
5869 #define rcu_dereference_wiphy(wiphy, p) \ argument
5880 #define wiphy_dereference(wiphy, p) \ argument
5929 static inline void wiphy_lock(struct wiphy *wiphy) in wiphy_lock()
5940 static inline void wiphy_unlock(struct wiphy *wiphy) in wiphy_unlock()
5998 struct wiphy *wiphy; member
6129 struct wiphy *wiphy; member
6392 ieee80211_get_channel(struct wiphy *wiphy, int freq) in ieee80211_get_channel()
7097 cfg80211_inform_bss_frame(struct wiphy *wiphy, in cfg80211_inform_bss_frame()
7223 cfg80211_inform_bss(struct wiphy *wiphy, in cfg80211_inform_bss()
7272 cfg80211_get_bss(struct wiphy *wiphy, struct ieee80211_channel *channel, in cfg80211_get_bss()
7283 cfg80211_get_ibss(struct wiphy *wiphy, in cfg80211_get_ibss()
7550 static inline void wiphy_rfkill_set_hw_state(struct wiphy *wiphy, bool blocked) in wiphy_rfkill_set_hw_state()
7566 static inline void wiphy_rfkill_stop_polling(struct wiphy *wiphy) in wiphy_rfkill_stop_polling()
7630 cfg80211_vendor_cmd_alloc_reply_skb(struct wiphy *wiphy, int approxlen) in cfg80211_vendor_cmd_alloc_reply_skb()
7681 cfg80211_vendor_event_alloc(struct wiphy *wiphy, struct wireless_dev *wdev, in cfg80211_vendor_event_alloc()
7714 cfg80211_vendor_event_alloc_ucast(struct wiphy *wiphy, in cfg80211_vendor_event_alloc_ucast()
7773 cfg80211_testmode_alloc_reply_skb(struct wiphy *wiphy, int approxlen) in cfg80211_testmode_alloc_reply_skb()
7818 cfg80211_testmode_alloc_event_skb(struct wiphy *wiphy, int approxlen, gfp_t gfp) in cfg80211_testmode_alloc_event_skb()
8547 cfg80211_radar_event(struct wiphy *wiphy, in cfg80211_radar_event()
8555 cfg80211_background_radar_event(struct wiphy *wiphy, in cfg80211_background_radar_event()
8693 static inline void cfg80211_report_obss_beacon(struct wiphy *wiphy, in cfg80211_report_obss_beacon()
9093 static inline void wiphy_ext_feature_set(struct wiphy *wiphy, in wiphy_ext_feature_set()
9112 wiphy_ext_feature_isset(struct wiphy *wiphy, in wiphy_ext_feature_isset()
9252 #define wiphy_printk(level, wiphy, format, args...) \ argument
9254 #define wiphy_emerg(wiphy, format, args...) \ argument
9256 #define wiphy_alert(wiphy, format, args...) \ argument
9258 #define wiphy_crit(wiphy, format, args...) \ argument
9260 #define wiphy_err(wiphy, format, args...) \ argument
9262 #define wiphy_warn(wiphy, format, args...) \ argument
9264 #define wiphy_notice(wiphy, format, args...) \ argument
9266 #define wiphy_info(wiphy, format, args...) \ argument
9268 #define wiphy_info_once(wiphy, format, args...) \ argument
9271 #define wiphy_err_ratelimited(wiphy, format, args...) \ argument
9273 #define wiphy_warn_ratelimited(wiphy, format, args...) \ argument
9276 #define wiphy_debug(wiphy, format, args...) \ argument
9279 #define wiphy_dbg(wiphy, format, args...) \ argument
9285 #define wiphy_vdbg(wiphy, format, args...) \ argument
9298 #define wiphy_WARN(wiphy, format, args...) \ argument