Searched defs:wiphy (Results 1 - 16 of 16) sorted by relevance

/net/mac80211/
H A Dtrace.c59 void __wiphy_dbg(struct wiphy *wiphy, bool print, const char *fmt, ...) argument
70 wiphy_dbg(wiphy, "%pV", &vaf);
H A Dmain.c281 wiphy_info(hw->wiphy,
319 if (wdev->wiphy != local->hw.wiphy)
371 if (!wdev || wdev->wiphy != local->hw.wiphy)
498 struct wiphy *wiphy; local
518 * We use the wiphy priv data for both our ieee80211_local and for
524 * | struct wiphy |
534 wiphy
[all...]
H A Dcfg.c23 static struct wireless_dev *ieee80211_add_iface(struct wiphy *wiphy, argument
29 struct ieee80211_local *local = wiphy_priv(wiphy);
46 static int ieee80211_del_iface(struct wiphy *wiphy, struct wireless_dev *wdev) argument
53 static int ieee80211_change_iface(struct wiphy *wiphy, argument
106 static int ieee80211_start_p2p_device(struct wiphy *wiphy, argument
112 static void ieee80211_stop_p2p_device(struct wiphy *wiph argument
118 ieee80211_set_noack_map(struct wiphy *wiphy, struct net_device *dev, u16 noack_map) argument
128 ieee80211_add_key(struct wiphy *wiphy, struct net_device *dev, u8 key_idx, bool pairwise, const u8 *mac_addr, struct key_params *params) argument
224 ieee80211_del_key(struct wiphy *wiphy, struct net_device *dev, u8 key_idx, bool pairwise, const u8 *mac_addr) argument
265 ieee80211_get_key(struct wiphy *wiphy, struct net_device *dev, u8 key_idx, bool pairwise, const u8 *mac_addr, void *cookie, void (*callback)(void *cookie, struct key_params *params)) argument
358 ieee80211_config_default_key(struct wiphy *wiphy, struct net_device *dev, u8 key_idx, bool uni, bool multi) argument
370 ieee80211_config_default_mgmt_key(struct wiphy *wiphy, struct net_device *dev, u8 key_idx) argument
562 ieee80211_get_et_sset_count(struct wiphy *wiphy, struct net_device *dev, int sset) argument
579 ieee80211_get_et_stats(struct wiphy *wiphy, struct net_device *dev, struct ethtool_stats *stats, u64 *data) argument
722 ieee80211_get_et_strings(struct wiphy *wiphy, struct net_device *dev, u32 sset, u8 *data) argument
736 ieee80211_dump_station(struct wiphy *wiphy, struct net_device *dev, int idx, u8 *mac, struct station_info *sinfo) argument
758 ieee80211_dump_survey(struct wiphy *wiphy, struct net_device *dev, int idx, struct survey_info *survey) argument
766 ieee80211_get_station(struct wiphy *wiphy, struct net_device *dev, u8 *mac, struct station_info *sinfo) argument
787 ieee80211_set_monitor_channel(struct wiphy *wiphy, struct cfg80211_chan_def *chandef) argument
915 ieee80211_start_ap(struct wiphy *wiphy, struct net_device *dev, struct cfg80211_ap_settings *params) argument
998 ieee80211_change_beacon(struct wiphy *wiphy, struct net_device *dev, struct cfg80211_beacon_data *params) argument
1018 ieee80211_stop_ap(struct wiphy *wiphy, struct net_device *dev) argument
1353 ieee80211_add_station(struct wiphy *wiphy, struct net_device *dev, u8 *mac, struct station_parameters *params) argument
1420 ieee80211_del_station(struct wiphy *wiphy, struct net_device *dev, u8 *mac) argument
1434 ieee80211_change_station(struct wiphy *wiphy, struct net_device *dev, u8 *mac, struct station_parameters *params) argument
1545 ieee80211_add_mpath(struct wiphy *wiphy, struct net_device *dev, u8 *dst, u8 *next_hop) argument
1573 ieee80211_del_mpath(struct wiphy *wiphy, struct net_device *dev, u8 *dst) argument
1585 ieee80211_change_mpath(struct wiphy *wiphy, struct net_device *dev, u8 *dst, u8 *next_hop) argument
1657 ieee80211_get_mpath(struct wiphy *wiphy, struct net_device *dev, u8 *dst, u8 *next_hop, struct mpath_info *pinfo) argument
1678 ieee80211_dump_mpath(struct wiphy *wiphy, struct net_device *dev, int idx, u8 *dst, u8 *next_hop, struct mpath_info *pinfo) argument
1699 ieee80211_get_mesh_config(struct wiphy *wiphy, struct net_device *dev, struct mesh_config *conf) argument
1760 ieee80211_update_mesh_config(struct wiphy *wiphy, struct net_device *dev, u32 mask, const struct mesh_config *nconf) argument
1869 ieee80211_join_mesh(struct wiphy *wiphy, struct net_device *dev, const struct mesh_config *conf, const struct mesh_setup *setup) argument
1894 ieee80211_leave_mesh(struct wiphy *wiphy, struct net_device *dev) argument
1905 ieee80211_change_bss(struct wiphy *wiphy, struct net_device *dev, struct bss_parameters *params) argument
1992 ieee80211_set_txq_params(struct wiphy *wiphy, struct net_device *dev, struct ieee80211_txq_params *params) argument
2032 ieee80211_suspend(struct wiphy *wiphy, struct cfg80211_wowlan *wowlan) argument
2038 ieee80211_resume(struct wiphy *wiphy) argument
2047 ieee80211_scan(struct wiphy *wiphy, struct cfg80211_scan_request *req) argument
2090 ieee80211_sched_scan_start(struct wiphy *wiphy, struct net_device *dev, struct cfg80211_sched_scan_request *req) argument
2103 ieee80211_sched_scan_stop(struct wiphy *wiphy, struct net_device *dev) argument
2113 ieee80211_auth(struct wiphy *wiphy, struct net_device *dev, struct cfg80211_auth_request *req) argument
2119 ieee80211_assoc(struct wiphy *wiphy, struct net_device *dev, struct cfg80211_assoc_request *req) argument
2125 ieee80211_deauth(struct wiphy *wiphy, struct net_device *dev, struct cfg80211_deauth_request *req) argument
2131 ieee80211_disassoc(struct wiphy *wiphy, struct net_device *dev, struct cfg80211_disassoc_request *req) argument
2137 ieee80211_join_ibss(struct wiphy *wiphy, struct net_device *dev, struct cfg80211_ibss_params *params) argument
2143 ieee80211_leave_ibss(struct wiphy *wiphy, struct net_device *dev) argument
2148 ieee80211_set_mcast_rate(struct wiphy *wiphy, struct net_device *dev, int rate[IEEE80211_NUM_BANDS]) argument
2159 ieee80211_set_wiphy_params(struct wiphy *wiphy, u32 changed) argument
2202 ieee80211_set_tx_power(struct wiphy *wiphy, struct wireless_dev *wdev, enum nl80211_tx_power_setting type, int mbm) argument
2251 ieee80211_get_tx_power(struct wiphy *wiphy, struct wireless_dev *wdev, int *dbm) argument
2266 ieee80211_set_wds_peer(struct wiphy *wiphy, struct net_device *dev, const u8 *addr) argument
2276 ieee80211_rfkill_poll(struct wiphy *wiphy) argument
2284 ieee80211_testmode_cmd(struct wiphy *wiphy, void *data, int len) argument
2294 ieee80211_testmode_dump(struct wiphy *wiphy, struct sk_buff *skb, struct netlink_callback *cb, void *data, int len) argument
2351 ieee80211_set_power_mgmt(struct wiphy *wiphy, struct net_device *dev, bool enabled, int timeout) argument
2385 ieee80211_set_cqm_rssi_config(struct wiphy *wiphy, struct net_device *dev, s32 rssi_thold, u32 rssi_hyst) argument
2408 ieee80211_set_bitrate_mask(struct wiphy *wiphy, struct net_device *dev, const u8 *addr, const struct cfg80211_bitrate_mask *mask) argument
2633 ieee80211_remain_on_channel(struct wiphy *wiphy, struct wireless_dev *wdev, struct ieee80211_channel *chan, unsigned int duration, u64 *cookie) argument
2728 ieee80211_cancel_remain_on_channel(struct wiphy *wiphy, struct wireless_dev *wdev, u64 cookie) argument
2738 ieee80211_start_radar_detection(struct wiphy *wiphy, struct net_device *dev, struct cfg80211_chan_def *chandef) argument
2769 ieee80211_mgmt_tx(struct wiphy *wiphy, struct wireless_dev *wdev, struct ieee80211_channel *chan, bool offchan, unsigned int wait, const u8 *buf, size_t len, bool no_cck, bool dont_wait_for_ack, u64 *cookie) argument
2890 ieee80211_mgmt_tx_cancel_wait(struct wiphy *wiphy, struct wireless_dev *wdev, u64 cookie) argument
2899 ieee80211_mgmt_frame_register(struct wiphy *wiphy, struct wireless_dev *wdev, u16 frame_type, bool reg) argument
2933 ieee80211_set_antenna(struct wiphy *wiphy, u32 tx_ant, u32 rx_ant) argument
2943 ieee80211_get_antenna(struct wiphy *wiphy, u32 *tx_ant, u32 *rx_ant) argument
2950 ieee80211_set_ringparam(struct wiphy *wiphy, u32 tx, u32 rx) argument
2957 ieee80211_get_ringparam(struct wiphy *wiphy, u32 *tx, u32 *tx_max, u32 *rx, u32 *rx_max) argument
2965 ieee80211_set_rekey_data(struct wiphy *wiphy, struct net_device *dev, struct cfg80211_gtk_rekey_data *data) argument
3026 ieee80211_prep_tdls_encap_data(struct wiphy *wiphy, struct net_device *dev, u8 *peer, u8 action_code, u8 dialog_token, u16 status_code, struct sk_buff *skb) argument
3099 ieee80211_prep_tdls_direct(struct wiphy *wiphy, struct net_device *dev, u8 *peer, u8 action_code, u8 dialog_token, u16 status_code, struct sk_buff *skb) argument
3138 ieee80211_tdls_mgmt(struct wiphy *wiphy, struct net_device *dev, u8 *peer, u8 action_code, u8 dialog_token, u16 status_code, const u8 *extra_ies, size_t extra_ies_len) argument
3254 ieee80211_tdls_oper(struct wiphy *wiphy, struct net_device *dev, u8 *peer, enum nl80211_tdls_operation oper) argument
3294 ieee80211_probe_client(struct wiphy *wiphy, struct net_device *dev, const u8 *peer, u64 *cookie) argument
3372 ieee80211_cfg_get_channel(struct wiphy *wiphy, struct wireless_dev *wdev, struct cfg80211_chan_def *chandef) argument
3401 ieee80211_set_wakeup(struct wiphy *wiphy, bool enabled) argument
[all...]
H A Dutil.c39 struct ieee80211_hw *wiphy_to_ieee80211_hw(struct wiphy *wiphy) argument
42 BUG_ON(!wiphy);
44 local = wiphy_priv(wiphy);
201 sband = local->hw.wiphy->bands[frame_txctl->band];
242 sband = local->hw.wiphy->bands[frame_txctl->band];
1084 sband = local->hw.wiphy->bands[band];
1195 sband = local->hw.wiphy->bands[band];
1379 sband = local->hw.wiphy->bands[band];
1493 drv_set_frag_threshold(local, hw->wiphy
[all...]
/net/wireless/
H A Ddebugfs.c20 struct wiphy *wiphy= file->private_data; \
35 wiphy->rts_threshold)
37 wiphy->frag_threshold);
39 wiphy->retry_short)
41 wiphy->retry_long);
67 struct wiphy *wiphy = file->private_data; local
80 sband = wiphy->bands[band];
104 debugfs_create_file(#name, S_IRUGO, phyd, &rdev->wiphy,
[all...]
H A Dsysfs.c2 * This file provides /sys/class/ieee80211/<wiphy name>/
24 return container_of(dev, struct cfg80211_registered_device, wiphy.dev);
36 SHOW_FMT(macaddress, "%pM", wiphy.perm_addr);
37 SHOW_FMT(address_mask, "%pM", wiphy.addr_mask);
42 struct wiphy *wiphy = &dev_to_rdev(dev)->wiphy; local
43 return sprintf(buf, "%s\n", dev_name(&wiphy->dev));
51 struct wiphy *wiphy local
138 struct wiphy *wiphy = container_of(d, struct wiphy, dev); local
[all...]
H A Dchan.c221 static void cfg80211_set_chans_dfs_state(struct wiphy *wiphy, u32 center_freq, argument
231 c = ieee80211_get_channel(wiphy, freq);
240 void cfg80211_set_dfs_state(struct wiphy *wiphy, argument
253 cfg80211_set_chans_dfs_state(wiphy, chandef->center_freq1,
258 cfg80211_set_chans_dfs_state(wiphy, chandef->center_freq2,
262 static int cfg80211_get_chans_dfs_required(struct wiphy *wiphy, argument
272 c = ieee80211_get_channel(wiphy, fre
283 cfg80211_chandef_dfs_required(struct wiphy *wiphy, const struct cfg80211_chan_def *chandef) argument
308 cfg80211_secondary_chans_ok(struct wiphy *wiphy, u32 center_freq, u32 bandwidth, u32 prohibited_flags) argument
335 cfg80211_chandef_usable(struct wiphy *wiphy, const struct cfg80211_chan_def *chandef, u32 prohibited_flags) argument
419 cfg80211_reg_can_beacon(struct wiphy *wiphy, struct cfg80211_chan_def *chandef) argument
[all...]
H A Dsme.c81 struct cfg80211_registered_device *rdev = wiphy_to_dev(wdev->wiphy);
100 if (!wdev->wiphy->bands[band])
102 n_channels += wdev->wiphy->bands[band]->n_channels;
120 bands = wdev->wiphy->bands[band];
142 request->wiphy = &rdev->wiphy;
161 struct cfg80211_registered_device *rdev = wiphy_to_dev(wdev->wiphy);
267 struct cfg80211_registered_device *rdev = wiphy_to_dev(wdev->wiphy);
276 bss = cfg80211_get_bss(wdev->wiphy, wdev->conn->params.channel,
297 struct cfg80211_registered_device *rdev = wiphy_to_dev(wdev->wiphy);
342 struct wiphy *wiphy = wdev->wiphy; local
393 struct wiphy *wiphy = wdev->wiphy; local
415 struct wiphy *wiphy = wdev->wiphy; local
[all...]
H A Dcore.c72 int get_wiphy_idx(struct wiphy *wiphy) argument
74 struct cfg80211_registered_device *rdev = wiphy_to_dev(wiphy);
80 struct wiphy *wiphy_idx_to_wiphy(int wiphy_idx)
89 return &rdev->wiphy;
103 rdev = wiphy_to_dev(dev->ieee80211_ptr->wiphy);
139 if (strcmp(newname, dev_name(&rdev->wiphy.dev)) == 0)
144 if (strcmp(newname, dev_name(&rdev2->wiphy.dev)) == 0)
147 result = device_rename(&rdev->wiphy.dev, newname);
151 if (rdev->wiphy
410 wiphy_verify_combinations(struct wiphy *wiphy) argument
488 wiphy_register(struct wiphy *wiphy) argument
659 wiphy_rfkill_start_polling(struct wiphy *wiphy) argument
670 wiphy_rfkill_stop_polling(struct wiphy *wiphy) argument
678 wiphy_unregister(struct wiphy *wiphy) argument
763 wiphy_free(struct wiphy *wiphy) argument
769 wiphy_rfkill_set_hw_state(struct wiphy *wiphy, bool blocked) argument
[all...]
H A Dcore.h49 /* wiphy index, internal only */
94 struct wiphy wiphy __aligned(NETDEV_ALIGN);
98 struct cfg80211_registered_device *wiphy_to_dev(struct wiphy *wiphy) argument
100 BUG_ON(!wiphy);
101 return container_of(wiphy, struct cfg80211_registered_device, wiphy);
160 int get_wiphy_idx(struct wiphy *wiphy);
[all...]
H A Dmlme.c24 struct wiphy *wiphy = wdev->wiphy; local
25 struct cfg80211_registered_device *rdev = wiphy_to_dev(wiphy);
42 struct wiphy *wiphy = wdev->wiphy; local
43 struct cfg80211_registered_device *rdev = wiphy_to_dev(wiphy);
61 cfg80211_put_bss(wiphy, bss);
73 cfg80211_put_bss(wiphy, bs
99 struct wiphy *wiphy = wdev->wiphy; local
148 struct wiphy *wiphy = wdev->wiphy; local
193 struct wiphy *wiphy = wdev->wiphy; local
212 struct wiphy *wiphy = wdev->wiphy; local
232 struct wiphy *wiphy = dev->ieee80211_ptr->wiphy; local
569 struct wiphy *wiphy = wdev->wiphy; local
628 struct wiphy *wiphy = wdev->wiphy; local
779 struct wiphy *wiphy = wdev->wiphy; local
841 struct wiphy *wiphy; local
893 cfg80211_radar_event(struct wiphy *wiphy, struct cfg80211_chan_def *chandef, gfp_t gfp) argument
920 struct wiphy *wiphy = wdev->wiphy; local
[all...]
H A Dscan.c241 WARN_ON(request != wiphy_to_dev(request->wiphy)->scan_req);
244 queue_work(cfg80211_wq, &wiphy_to_dev(request->wiphy)->scan_done_wk);
276 void cfg80211_sched_scan_results(struct wiphy *wiphy) argument
278 trace_cfg80211_sched_scan_results(wiphy);
280 if (wiphy_to_dev(wiphy)->sched_scan_req)
282 &wiphy_to_dev(wiphy)->sched_scan_results_wk);
286 void cfg80211_sched_scan_stopped(struct wiphy *wiphy) argument
288 struct cfg80211_registered_device *rdev = wiphy_to_dev(wiphy);
525 cfg80211_get_bss(struct wiphy *wiphy, struct ieee80211_channel *channel, const u8 *bssid, const u8 *ssid, size_t ssid_len, u16 capa_mask, u16 capa_val) argument
837 cfg80211_get_bss_channel(struct wiphy *wiphy, const u8 *ie, size_t ielen, struct ieee80211_channel *channel) argument
869 cfg80211_inform_bss(struct wiphy *wiphy, struct ieee80211_channel *channel, const u8 *bssid, u64 tsf, u16 capability, u16 beacon_interval, const u8 *ie, size_t ielen, s32 signal, gfp_t gfp) argument
926 cfg80211_inform_bss_frame(struct wiphy *wiphy, struct ieee80211_channel *channel, struct ieee80211_mgmt *mgmt, size_t len, s32 signal, gfp_t gfp) argument
991 cfg80211_ref_bss(struct wiphy *wiphy, struct cfg80211_bss *pub) argument
1007 cfg80211_put_bss(struct wiphy *wiphy, struct cfg80211_bss *pub) argument
1023 cfg80211_unlink_bss(struct wiphy *wiphy, struct cfg80211_bss *pub) argument
1048 struct wiphy *wiphy; local
1222 ieee80211_bss(struct wiphy *wiphy, struct iw_request_info *info, struct cfg80211_internal_bss *bss, char *current_ev, char *end_buf) argument
[all...]
H A Dutil.c84 struct ieee80211_channel *__ieee80211_get_channel(struct wiphy *wiphy, argument
92 sband = wiphy->bands[band];
167 void ieee80211_set_bitrate_flags(struct wiphy *wiphy) argument
172 if (wiphy->bands[band])
173 set_mandatory_flags_band(wiphy->bands[band], band);
176 bool cfg80211_supported_cipher_suite(struct wiphy *wiphy, u32 cipher) argument
179 for (i = 0; i < wiphy
[all...]
H A Dwext-compat.c35 sband = wdev->wiphy->bands[IEEE80211_BAND_5GHZ];
41 sband = wdev->wiphy->bands[IEEE80211_BAND_2GHZ];
77 rdev = wiphy_to_dev(wdev->wiphy);
175 switch (wdev->wiphy->signal_type) {
199 for (i = 0; i < wdev->wiphy->n_cipher_suites; i++) {
200 switch (wdev->wiphy->cipher_suites[i]) {
226 sband = wdev->wiphy->bands[band];
251 if (wdev->wiphy->max_scan_ssids > 0)
261 * @wiphy: the wiphy
266 cfg80211_wext_freq(struct wiphy *wiphy, struct iw_freq *freq) argument
[all...]
H A Dreg.c27 * registering those channels in the wiphy structure.
128 static const struct ieee80211_regdomain *get_wiphy_regdom(struct wiphy *wiphy) argument
130 return rcu_dereference_protected(wiphy->regd,
714 freq_reg_info_regd(struct wiphy *wiphy, u32 center_freq, argument
751 const struct ieee80211_reg_rule *freq_reg_info(struct wiphy *wiphy, argument
763 wiphy->regd)
764 regd = get_wiphy_regdom(wiphy);
826 handle_channel(struct wiphy *wiphy, enum nl80211_reg_initiator initiator, struct ieee80211_channel *chan) argument
917 handle_band(struct wiphy *wiphy, enum nl80211_reg_initiator initiator, struct ieee80211_supported_band *sband) argument
966 reg_dev_ignore_cell_hint(struct wiphy *wiphy) argument
976 reg_dev_ignore_cell_hint(struct wiphy *wiphy) argument
983 ignore_reg_update(struct wiphy *wiphy, enum nl80211_reg_initiator initiator) argument
1019 reg_is_world_roaming(struct wiphy *wiphy) argument
1035 handle_reg_beacon(struct wiphy *wiphy, unsigned int chan_idx, struct reg_beacon *reg_beacon) argument
1081 wiphy_update_new_beacon(struct wiphy *wiphy, struct reg_beacon *reg_beacon) argument
1099 wiphy_update_beacon_reg(struct wiphy *wiphy) argument
1115 reg_process_beacons(struct wiphy *wiphy) argument
1138 reg_process_ht_flags_channel(struct wiphy *wiphy, struct ieee80211_channel *channel) argument
1179 reg_process_ht_flags_band(struct wiphy *wiphy, struct ieee80211_supported_band *sband) argument
1191 reg_process_ht_flags(struct wiphy *wiphy) argument
1202 wiphy_update_regulatory(struct wiphy *wiphy, enum nl80211_reg_initiator initiator) argument
1226 struct wiphy *wiphy; local
1245 handle_channel_custom(struct wiphy *wiphy, struct ieee80211_channel *chan, const struct ieee80211_regdomain *regd) argument
1282 handle_band_custom(struct wiphy *wiphy, struct ieee80211_supported_band *sband, const struct ieee80211_regdomain *regd) argument
1296 wiphy_apply_custom_regulatory(struct wiphy *wiphy, const struct ieee80211_regdomain *regd) argument
1320 get_reg_request_treatment(struct wiphy *wiphy, struct regulatory_request *pending_request) argument
1451 __regulatory_hint(struct wiphy *wiphy, struct regulatory_request *pending_request) argument
1537 struct wiphy *wiphy = NULL; local
1697 regulatory_hint(struct wiphy *wiphy, const char *alpha2) argument
1724 regulatory_hint_11d(struct wiphy *wiphy, enum ieee80211_band band, const u8 *country_ie, u8 country_ie_len) argument
1816 restore_custom_reg_settings(struct wiphy *wiphy) argument
1951 regulatory_hint_found_beacon(struct wiphy *wiphy, struct ieee80211_channel *beacon_chan, gfp_t gfp) argument
2288 wiphy_regulatory_register(struct wiphy *wiphy) argument
2301 wiphy_regulatory_deregister(struct wiphy *wiphy) argument
[all...]
H A Dnl80211.c77 if (wiphy_net(&rdev->wiphy) != netns)
155 netdev->ieee80211_ptr->wiphy);
176 if (netns != wiphy_net(&rdev->wiphy))
479 *rdev = wiphy_to_dev((*wdev)->wiphy);
485 struct wiphy *wiphy = wiphy_idx_to_wiphy(cb->args[0] - 1); local
488 if (!wiphy) {
492 *rdev = wiphy_to_dev(wiphy);
886 static int nl80211_put_iface_combinations(struct wiphy *wiphy, argument
2907 parse_acl_data(struct wiphy *wiphy, struct genl_info *info) argument
3671 cfg80211_check_station_change(struct wiphy *wiphy, struct station_parameters *params, enum cfg80211_station_type statype) argument
5103 struct wiphy *wiphy; local
5312 struct wiphy *wiphy; local
6314 struct wiphy *wiphy = &rdev->wiphy; local
6342 struct wiphy *wiphy; local
6663 __cfg80211_alloc_event_skb(struct wiphy *wiphy, enum nl80211_commands cmd, enum nl80211_attrs attr, int vendor_event_idx, int approxlen, gfp_t gfp) argument
6717 struct wiphy *wiphy; local
8466 __cfg80211_alloc_reply_skb(struct wiphy *wiphy, enum nl80211_commands cmd, enum nl80211_attrs attr, int approxlen) argument
9569 struct wiphy *wiphy = wdev->wiphy; local
9582 struct wiphy *wiphy = wdev->wiphy; local
9872 nl80211_send_beacon_hint_event(struct wiphy *wiphy, struct ieee80211_channel *channel_before, struct ieee80211_channel *channel_after) argument
9975 struct wiphy *wiphy = wdev->wiphy; local
9989 struct wiphy *wiphy = wdev->wiphy; local
10001 struct wiphy *wiphy = dev->ieee80211_ptr->wiphy; local
10024 struct wiphy *wiphy = dev->ieee80211_ptr->wiphy; local
10061 struct wiphy *wiphy = dev->ieee80211_ptr->wiphy; local
10220 struct wiphy *wiphy = wdev->wiphy; local
10263 struct wiphy *wiphy = wdev->wiphy; local
10355 struct wiphy *wiphy = wdev->wiphy; local
10413 struct wiphy *wiphy = wdev->wiphy; local
10460 struct wiphy *wiphy = wdev->wiphy; local
10484 struct wiphy *wiphy = wdev->wiphy; local
10587 struct wiphy *wiphy = wdev->wiphy; local
10676 cfg80211_report_obss_beacon(struct wiphy *wiphy, const u8 *frame, size_t len, int freq, int sig_dbm) argument
10919 struct wiphy *wiphy = netdev->ieee80211_ptr->wiphy; local
[all...]

Completed in 179 milliseconds