Home
last modified time | relevance | path

Searched defs:wiphy (Results 1 – 17 of 17) sorted by relevance

/net/mac80211/
Dcfg.c23 static struct wireless_dev *ieee80211_add_iface(struct wiphy *wiphy, in ieee80211_add_iface()
46 static int ieee80211_del_iface(struct wiphy *wiphy, struct wireless_dev *wdev) in ieee80211_del_iface()
53 static int ieee80211_change_iface(struct wiphy *wiphy, in ieee80211_change_iface()
106 static int ieee80211_start_p2p_device(struct wiphy *wiphy, in ieee80211_start_p2p_device()
112 static void ieee80211_stop_p2p_device(struct wiphy *wiphy, in ieee80211_stop_p2p_device()
118 static int ieee80211_set_noack_map(struct wiphy *wiphy, in ieee80211_set_noack_map()
128 static int ieee80211_add_key(struct wiphy *wiphy, struct net_device *dev, in ieee80211_add_key()
224 static int ieee80211_del_key(struct wiphy *wiphy, struct net_device *dev, in ieee80211_del_key()
265 static int ieee80211_get_key(struct wiphy *wiphy, struct net_device *dev, in ieee80211_get_key()
358 static int ieee80211_config_default_key(struct wiphy *wiphy, in ieee80211_config_default_key()
[all …]
Dtrace.c59 void __wiphy_dbg(struct wiphy *wiphy, bool print, const char *fmt, ...) in __wiphy_dbg()
Ddebug.h84 #define _wiphy_dbg(print, wiphy, fmt, ...) \ argument
106 #define _wiphy_dbg(print, wiphy, fmt, ...) \ argument
Dmain.c498 struct wiphy *wiphy; in ieee80211_alloc_hw() local
Dutil.c39 struct ieee80211_hw *wiphy_to_ieee80211_hw(struct wiphy *wiphy) in wiphy_to_ieee80211_hw()
/net/wireless/
Dreg.c128 static const struct ieee80211_regdomain *get_wiphy_regdom(struct wiphy *wiphy) in get_wiphy_regdom()
714 freq_reg_info_regd(struct wiphy *wiphy, u32 center_freq, in freq_reg_info_regd()
751 const struct ieee80211_reg_rule *freq_reg_info(struct wiphy *wiphy, in freq_reg_info()
826 static void handle_channel(struct wiphy *wiphy, in handle_channel()
917 static void handle_band(struct wiphy *wiphy, in handle_band()
966 static bool reg_dev_ignore_cell_hint(struct wiphy *wiphy) in reg_dev_ignore_cell_hint()
976 static bool reg_dev_ignore_cell_hint(struct wiphy *wiphy) in reg_dev_ignore_cell_hint()
983 static bool ignore_reg_update(struct wiphy *wiphy, in ignore_reg_update()
1019 static bool reg_is_world_roaming(struct wiphy *wiphy) in reg_is_world_roaming()
1035 static void handle_reg_beacon(struct wiphy *wiphy, unsigned int chan_idx, in handle_reg_beacon()
[all …]
Dchan.c221 static void cfg80211_set_chans_dfs_state(struct wiphy *wiphy, u32 center_freq, in cfg80211_set_chans_dfs_state()
240 void cfg80211_set_dfs_state(struct wiphy *wiphy, in cfg80211_set_dfs_state()
262 static int cfg80211_get_chans_dfs_required(struct wiphy *wiphy, in cfg80211_get_chans_dfs_required()
283 int cfg80211_chandef_dfs_required(struct wiphy *wiphy, in cfg80211_chandef_dfs_required()
308 static bool cfg80211_secondary_chans_ok(struct wiphy *wiphy, in cfg80211_secondary_chans_ok()
335 bool cfg80211_chandef_usable(struct wiphy *wiphy, in cfg80211_chandef_usable()
419 bool cfg80211_reg_can_beacon(struct wiphy *wiphy, in cfg80211_reg_can_beacon()
Dcore.c72 int get_wiphy_idx(struct wiphy *wiphy) in get_wiphy_idx()
468 static int wiphy_verify_combinations(struct wiphy *wiphy) in wiphy_verify_combinations()
546 int wiphy_register(struct wiphy *wiphy) in wiphy_register()
717 void wiphy_rfkill_start_polling(struct wiphy *wiphy) in wiphy_rfkill_start_polling()
728 void wiphy_rfkill_stop_polling(struct wiphy *wiphy) in wiphy_rfkill_stop_polling()
736 void wiphy_unregister(struct wiphy *wiphy) in wiphy_unregister()
823 void wiphy_free(struct wiphy *wiphy) in wiphy_free()
829 void wiphy_rfkill_set_hw_state(struct wiphy *wiphy, bool blocked) in wiphy_rfkill_set_hw_state()
Dmlme.c24 struct wiphy *wiphy = wdev->wiphy; in cfg80211_send_rx_auth() local
42 struct wiphy *wiphy = wdev->wiphy; in cfg80211_send_rx_assoc() local
99 struct wiphy *wiphy = wdev->wiphy; in __cfg80211_send_deauth() local
148 struct wiphy *wiphy = wdev->wiphy; in __cfg80211_send_disassoc() local
193 struct wiphy *wiphy = wdev->wiphy; in cfg80211_send_auth_timeout() local
212 struct wiphy *wiphy = wdev->wiphy; in cfg80211_send_assoc_timeout() local
232 struct wiphy *wiphy = dev->ieee80211_ptr->wiphy; in cfg80211_michael_mic_failure() local
569 struct wiphy *wiphy = wdev->wiphy; in cfg80211_mlme_register_mgmt() local
628 struct wiphy *wiphy = wdev->wiphy; in cfg80211_mlme_unregister_socket() local
779 struct wiphy *wiphy = wdev->wiphy; in cfg80211_rx_mgmt() local
[all …]
Dscan.c276 void cfg80211_sched_scan_results(struct wiphy *wiphy) in cfg80211_sched_scan_results()
286 void cfg80211_sched_scan_stopped(struct wiphy *wiphy) in cfg80211_sched_scan_stopped()
525 struct cfg80211_bss *cfg80211_get_bss(struct wiphy *wiphy, in cfg80211_get_bss()
837 cfg80211_get_bss_channel(struct wiphy *wiphy, const u8 *ie, size_t ielen, in cfg80211_get_bss_channel()
869 cfg80211_inform_bss(struct wiphy *wiphy, in cfg80211_inform_bss()
927 cfg80211_inform_bss_frame(struct wiphy *wiphy, in cfg80211_inform_bss_frame()
993 void cfg80211_ref_bss(struct wiphy *wiphy, struct cfg80211_bss *pub) in cfg80211_ref_bss()
1009 void cfg80211_put_bss(struct wiphy *wiphy, struct cfg80211_bss *pub) in cfg80211_put_bss()
1025 void cfg80211_unlink_bss(struct wiphy *wiphy, struct cfg80211_bss *pub) in cfg80211_unlink_bss()
1050 struct wiphy *wiphy; in cfg80211_wext_siwscan() local
[all …]
Dsysfs.c42 struct wiphy *wiphy = &dev_to_rdev(dev)->wiphy; in name_show() local
51 struct wiphy *wiphy = &dev_to_rdev(dev)->wiphy; in addresses_show() local
138 struct wiphy *wiphy = container_of(d, struct wiphy, dev); in wiphy_namespace() local
Dnl80211.c486 struct wiphy *wiphy = wiphy_idx_to_wiphy(cb->args[0] - 1); in nl80211_prepare_wdev_dump() local
887 static int nl80211_put_iface_combinations(struct wiphy *wiphy, in nl80211_put_iface_combinations()
2914 static struct cfg80211_acl_data *parse_acl_data(struct wiphy *wiphy, in parse_acl_data()
3678 int cfg80211_check_station_change(struct wiphy *wiphy, in cfg80211_check_station_change()
5110 struct wiphy *wiphy; in nl80211_trigger_scan() local
5319 struct wiphy *wiphy; in nl80211_start_sched_scan() local
6332 struct wiphy *wiphy = &rdev->wiphy; in nl80211_parse_mcast_rate() local
6360 struct wiphy *wiphy; in nl80211_join_ibss() local
6681 struct sk_buff *__cfg80211_alloc_event_skb(struct wiphy *wiphy, in __cfg80211_alloc_event_skb()
6735 struct wiphy *wiphy; in nl80211_connect() local
[all …]
Ddebugfs.c67 struct wiphy *wiphy = file->private_data; in ht40allow_map_read() local
Dutil.c84 struct ieee80211_channel *__ieee80211_get_channel(struct wiphy *wiphy, in __ieee80211_get_channel()
167 void ieee80211_set_bitrate_flags(struct wiphy *wiphy) in ieee80211_set_bitrate_flags()
176 bool cfg80211_supported_cipher_suite(struct wiphy *wiphy, u32 cipher) in cfg80211_supported_cipher_suite()
Dsme.c342 struct wiphy *wiphy = wdev->wiphy; in cfg80211_sme_rx_auth() local
393 struct wiphy *wiphy = wdev->wiphy; in cfg80211_sme_failed_reassoc() local
415 struct wiphy *wiphy = wdev->wiphy; in cfg80211_sme_failed_assoc() local
Dcore.h104 struct cfg80211_registered_device *wiphy_to_dev(struct wiphy *wiphy) in wiphy_to_dev()
Dwext-compat.c266 int cfg80211_wext_freq(struct wiphy *wiphy, struct iw_freq *freq) in cfg80211_wext_freq()