Lines Matching defs:wiphy
403 struct wiphy *wiphy; member
1199 struct wiphy *wiphy; member
1203 struct wiphy { struct
1216 const struct wiphy_iftype_ext_capab *iftype_ext_capab; argument
1223 void(*reg_notifier)(struct wiphy *, struct regulatory_request *); argument
1226 const struct wiphy_vendor_command *vendor_commands; argument
1227 const struct ieee80211_txrx_stypes *mgmt_stypes;
1228 uint32_t rts_threshold;
1229 uint32_t frag_threshold;
1253 #define lockdep_assert_wiphy(wiphy) \ argument
1261 struct wiphy *wiphy; member
1354 wiphy_free(struct wiphy *wiphy) in wiphy_free()
1361 wiphy_priv(struct wiphy *wiphy) in wiphy_priv()
1368 set_wiphy_dev(struct wiphy *wiphy, struct device *dev) in set_wiphy_dev()
1375 wiphy_dev(struct wiphy *wiphy) in wiphy_dev()
1381 #define wiphy_dereference(wiphy, p) \ argument
1385 wiphy_lock(struct wiphy *wiphy) in wiphy_lock()
1391 wiphy_unlock(struct wiphy *wiphy) in wiphy_unlock()
1397 wiphy_rfkill_set_hw_state_reason(struct wiphy *wiphy, bool blocked, in wiphy_rfkill_set_hw_state_reason()
1406 cfg80211_get_bss(struct wiphy *wiphy, struct linuxkpi_ieee80211_channel *chan, in cfg80211_get_bss()
1416 cfg80211_put_bss(struct wiphy *wiphy, struct cfg80211_bss *bss) in cfg80211_put_bss()
1423 cfg80211_bss_flush(struct wiphy *wiphy) in cfg80211_bss_flush()
1521 cfg80211_bss_iter(struct wiphy *wiphy, struct cfg80211_chan_def *chandef, in cfg80211_bss_iter()
1522 void (*iterfunc)(struct wiphy *, struct cfg80211_bss *, void *), void *data) in cfg80211_bss_iter() argument
1623 regulatory_set_wiphy_regd_sync(struct wiphy *wiphy, in regulatory_set_wiphy_regd_sync()
1631 regulatory_set_wiphy_regd_sync_rtnl(struct wiphy *wiphy, in regulatory_set_wiphy_regd_sync_rtnl()
1640 regulatory_set_wiphy_regd(struct wiphy *wiphy, in regulatory_set_wiphy_regd()
1659 regulatory_hint(struct wiphy *wiphy, const uint8_t *alpha2) in regulatory_hint()
1694 freq_reg_info(struct wiphy *wiphy, uint32_t center_freq) in freq_reg_info()
1701 wiphy_apply_custom_regulatory(struct wiphy *wiphy, in wiphy_apply_custom_regulatory()
1708 wiphy_name(struct wiphy *wiphy) in wiphy_name()
1719 wiphy_read_of_freq_limits(struct wiphy *wiphy) in wiphy_read_of_freq_limits()
1727 wiphy_ext_feature_set(struct wiphy *wiphy, enum nl80211_ext_feature ef) in wiphy_ext_feature_set()
1734 wiphy_ext_feature_isset(struct wiphy *wiphy, enum nl80211_ext_feature ef) in wiphy_ext_feature_isset()
1740 wiphy_net(struct wiphy *wiphy) in wiphy_net()
1747 wiphy_register(struct wiphy *wiphy) in wiphy_register()
1754 wiphy_unregister(struct wiphy *wiphy) in wiphy_unregister()
1760 wiphy_warn(struct wiphy *wiphy, const char *fmt, ...) in wiphy_warn()
1766 cfg80211_check_combinations(struct wiphy *wiphy, in cfg80211_check_combinations()
1816 cfg80211_inform_bss(struct wiphy *wiphy, in cfg80211_inform_bss()
1827 cfg80211_inform_bss_data(struct wiphy *wiphy, in cfg80211_inform_bss_data()
1913 cfg80211_sched_scan_results(struct wiphy *wiphy, uint64_t reqid) in cfg80211_sched_scan_results()
1919 cfg80211_sched_scan_stopped(struct wiphy *wiphy, int _x) in cfg80211_sched_scan_stopped()
1931 cfg80211_vendor_cmd_alloc_reply_skb(struct wiphy *wiphy, unsigned int len) in cfg80211_vendor_cmd_alloc_reply_skb()
1945 ieee80211_get_channel(struct wiphy *wiphy, uint32_t freq) in ieee80211_get_channel()
2028 cfg80211_shutdown_all_interfaces(struct wiphy *wiphy) in cfg80211_shutdown_all_interfaces()
2034 cfg80211_reg_can_beacon(struct wiphy *wiphy, struct cfg80211_chan_def *chandef, in cfg80211_reg_can_beacon()
2042 cfg80211_background_radar_event(struct wiphy *wiphy, in cfg80211_background_radar_event()
2063 cfg80211_chandef_dfs_usable(struct wiphy *wiphy, const struct cfg80211_chan_def *chandef) in cfg80211_chandef_dfs_usable()
2070 cfg80211_chandef_dfs_cac_time(struct wiphy *wiphy, const struct cfg80211_chan_def *chandef) in cfg80211_chandef_dfs_cac_time()
2160 cfg80211_get_iftype_ext_capa(struct wiphy *wiphy, enum nl80211_iftype iftype) in cfg80211_get_iftype_ext_capa()
2207 wiphy_work_queue(struct wiphy *wiphy, struct wiphy_work *wwk) in wiphy_work_queue()
2213 wiphy_work_cancel(struct wiphy *wiphy, struct wiphy_work *wwk) in wiphy_work_cancel()
2219 wiphy_work_flush(struct wiphy *wiphy, struct wiphy_work *wwk) in wiphy_work_flush()
2232 wiphy_delayed_work_queue(struct wiphy *wiphy, struct wiphy_delayed_work *wdwk, in wiphy_delayed_work_queue()
2239 wiphy_delayed_work_cancel(struct wiphy *wiphy, struct wiphy_delayed_work *wdwk) in wiphy_delayed_work_cancel()
2248 #define wiphy_info(wiphy, fmt, ...) \ argument
2250 #define wiphy_info_once(wiphy, fmt, ...) \ argument