Lines Matching defs:wiphy
403 struct wiphy *wiphy; member
1223 struct wiphy *wiphy; member
1227 struct wiphy { struct
1240 const struct wiphy_iftype_ext_capab *iftype_ext_capab; argument
1247 void(*reg_notifier)(struct wiphy *, struct regulatory_request *); argument
1250 const struct wiphy_vendor_command *vendor_commands; argument
1259 const struct wiphy_radio *radio; argument
1275 const struct wiphy_wowlan_support *wowlan; argument
1282 #define lockdep_assert_wiphy(wiphy) \ argument
1291 struct wiphy *wiphy; member
1384 wiphy_free(struct wiphy *wiphy) in wiphy_free()
1391 wiphy_priv(struct wiphy *wiphy) in wiphy_priv()
1398 set_wiphy_dev(struct wiphy *wiphy, struct device *dev) in set_wiphy_dev()
1405 wiphy_dev(struct wiphy *wiphy) in wiphy_dev()
1411 #define wiphy_dereference(wiphy, p) \ argument
1415 wiphy_lock(struct wiphy *wiphy) in wiphy_lock()
1421 wiphy_unlock(struct wiphy *wiphy) in wiphy_unlock()
1427 wiphy_rfkill_set_hw_state_reason(struct wiphy *wiphy, bool blocked, in wiphy_rfkill_set_hw_state_reason()
1436 cfg80211_get_bss(struct wiphy *wiphy, struct linuxkpi_ieee80211_channel *chan, in cfg80211_get_bss()
1446 cfg80211_put_bss(struct wiphy *wiphy, struct cfg80211_bss *bss) in cfg80211_put_bss()
1453 cfg80211_bss_flush(struct wiphy *wiphy) in cfg80211_bss_flush()
1476 wiphy_rfkill_start_polling(struct wiphy *wiphy) in wiphy_rfkill_start_polling()
1482 wiphy_rfkill_stop_polling(struct wiphy *wiphy) in wiphy_rfkill_stop_polling()
1567 cfg80211_chandef_dfs_usable(struct wiphy *wiphy, const struct cfg80211_chan_def *chandef) in cfg80211_chandef_dfs_usable()
1574 cfg80211_chandef_dfs_cac_time(struct wiphy *wiphy, const struct cfg80211_chan_def *chandef) in cfg80211_chandef_dfs_cac_time()
1589 cfg80211_chandef_usable(struct wiphy *wiphy, in cfg80211_chandef_usable()
1597 cfg80211_bss_iter(struct wiphy *wiphy, struct cfg80211_chan_def *chandef, in cfg80211_bss_iter()
1598 void (*iterfunc)(struct wiphy *, struct cfg80211_bss *, void *), void *data) in cfg80211_bss_iter() argument
1699 regulatory_set_wiphy_regd_sync(struct wiphy *wiphy, in regulatory_set_wiphy_regd_sync()
1707 regulatory_set_wiphy_regd_sync_rtnl(struct wiphy *wiphy, in regulatory_set_wiphy_regd_sync_rtnl()
1716 regulatory_set_wiphy_regd(struct wiphy *wiphy, in regulatory_set_wiphy_regd()
1735 regulatory_hint(struct wiphy *wiphy, const uint8_t *alpha2) in regulatory_hint()
1770 freq_reg_info(struct wiphy *wiphy, uint32_t center_freq) in freq_reg_info()
1777 wiphy_apply_custom_regulatory(struct wiphy *wiphy, in wiphy_apply_custom_regulatory()
1784 wiphy_name(struct wiphy *wiphy) in wiphy_name()
1795 wiphy_read_of_freq_limits(struct wiphy *wiphy) in wiphy_read_of_freq_limits()
1803 wiphy_ext_feature_set(struct wiphy *wiphy, enum nl80211_ext_feature ef) in wiphy_ext_feature_set()
1810 wiphy_ext_feature_isset(struct wiphy *wiphy, enum nl80211_ext_feature ef) in wiphy_ext_feature_isset()
1816 wiphy_net(struct wiphy *wiphy) in wiphy_net()
1823 wiphy_register(struct wiphy *wiphy) in wiphy_register()
1830 wiphy_unregister(struct wiphy *wiphy) in wiphy_unregister()
1836 wiphy_warn(struct wiphy *wiphy, const char *fmt, ...) in wiphy_warn()
1842 cfg80211_check_combinations(struct wiphy *wiphy, in cfg80211_check_combinations()
1892 cfg80211_inform_bss(struct wiphy *wiphy, in cfg80211_inform_bss()
1903 cfg80211_inform_bss_data(struct wiphy *wiphy, in cfg80211_inform_bss_data()
1989 cfg80211_sched_scan_results(struct wiphy *wiphy, uint64_t reqid) in cfg80211_sched_scan_results()
1995 cfg80211_sched_scan_stopped(struct wiphy *wiphy, int _x) in cfg80211_sched_scan_stopped()
2007 cfg80211_vendor_cmd_alloc_reply_skb(struct wiphy *wiphy, unsigned int len) in cfg80211_vendor_cmd_alloc_reply_skb()
2021 ieee80211_get_channel(struct wiphy *wiphy, uint32_t freq) in ieee80211_get_channel()
2104 cfg80211_shutdown_all_interfaces(struct wiphy *wiphy) in cfg80211_shutdown_all_interfaces()
2110 cfg80211_reg_can_beacon(struct wiphy *wiphy, struct cfg80211_chan_def *chandef, in cfg80211_reg_can_beacon()
2118 cfg80211_background_radar_event(struct wiphy *wiphy, in cfg80211_background_radar_event()
2215 cfg80211_get_iftype_ext_capa(struct wiphy *wiphy, enum nl80211_iftype iftype) in cfg80211_get_iftype_ext_capa()
2261 wiphy_locked_debugfs_write(struct wiphy *wiphy, struct file *file, in wiphy_locked_debugfs_write()
2263 ssize_t (*handler)(struct wiphy *, struct file *, char *, size_t, void *), in wiphy_locked_debugfs_write()
2280 wiphy_work_queue(struct wiphy *wiphy, struct wiphy_work *wwk) in wiphy_work_queue()
2286 wiphy_work_cancel(struct wiphy *wiphy, struct wiphy_work *wwk) in wiphy_work_cancel()
2292 wiphy_work_flush(struct wiphy *wiphy, struct wiphy_work *wwk) in wiphy_work_flush()
2305 wiphy_delayed_work_queue(struct wiphy *wiphy, struct wiphy_delayed_work *wdwk, in wiphy_delayed_work_queue()
2312 wiphy_delayed_work_cancel(struct wiphy *wiphy, struct wiphy_delayed_work *wdwk) in wiphy_delayed_work_cancel()
2321 #define wiphy_info(wiphy, fmt, ...) \ argument
2323 #define wiphy_info_once(wiphy, fmt, ...) \ argument