Searched refs:wiphy (Results 1 - 25 of 190) sorted by relevance

12345678

/drivers/net/wireless/orinoco/
H A Dcfg.h12 void orinoco_wiphy_init(struct wiphy *wiphy);
13 int orinoco_wiphy_register(struct wiphy *wiphy);
H A Dcfg.c24 void orinoco_wiphy_init(struct wiphy *wiphy) argument
26 struct orinoco_private *priv = wiphy_priv(wiphy);
28 wiphy->privid = orinoco_wiphy_privid;
30 set_wiphy_dev(wiphy, priv->dev);
34 int orinoco_wiphy_register(struct wiphy *wiphy) argument
36 struct orinoco_private *priv = wiphy_priv(wiphy);
40 wiphy->max_scan_ssids = 1;
42 wiphy
99 orinoco_change_vif(struct wiphy *wiphy, struct net_device *dev, enum nl80211_iftype type, u32 *flags, struct vif_params *params) argument
142 orinoco_scan(struct wiphy *wiphy, struct cfg80211_scan_request *request) argument
164 orinoco_set_monitor_channel(struct wiphy *wiphy, struct cfg80211_chan_def *chandef) argument
203 orinoco_set_wiphy_params(struct wiphy *wiphy, u32 changed) argument
[all...]
H A Dscan.c77 struct wiphy *wiphy = priv_to_wiphy(priv); local
115 channel = ieee80211_get_channel(wiphy, freq);
126 cbss = cfg80211_inform_bss(wiphy, channel, CFG80211_BSS_FTYPE_UNKNOWN,
130 cfg80211_put_bss(wiphy, cbss);
137 struct wiphy *wiphy = priv_to_wiphy(priv); local
152 channel = ieee80211_get_channel(wiphy, freq);
160 cbss = cfg80211_inform_bss(wiphy, channel, CFG80211_BSS_FTYPE_UNKNOWN,
164 cfg80211_put_bss(wiphy, cbs
[all...]
/drivers/net/wireless/ath/ath6kl/
H A Dtestmode.h23 int ath6kl_tm_cmd(struct wiphy *wiphy, struct wireless_dev *wdev,
33 static inline int ath6kl_tm_cmd(struct wiphy *wiphy, argument
H A Dtestmode.c53 skb = cfg80211_testmode_alloc_event_skb(ar->wiphy, buf_len, GFP_KERNEL);
69 int ath6kl_tm_cmd(struct wiphy *wiphy, struct wireless_dev *wdev, argument
72 struct ath6kl *ar = wiphy_priv(wiphy);
/drivers/net/wireless/rtlwifi/
H A Dregd.h58 void (*reg_notifier) (struct wiphy *wiphy,
60 void rtl_reg_notifier(struct wiphy *wiphy, struct regulatory_request *request);
H A Dregd.c142 static void _rtl_reg_apply_beaconing_flags(struct wiphy *wiphy, argument
153 if (!wiphy->bands[band])
156 sband = wiphy->bands[band];
164 reg_rule = freq_reg_info(wiphy,
193 static void _rtl_reg_apply_active_scan_flags(struct wiphy *wiphy, argument
201 if (!wiphy->bands[IEEE80211_BAND_2GHZ])
203 sband = wiphy->bands[IEEE80211_BAND_2GHZ];
227 reg_rule = freq_reg_info(wiphy, c
247 _rtl_reg_apply_radar_flags(struct wiphy *wiphy) argument
281 _rtl_reg_apply_world_flags(struct wiphy *wiphy, enum nl80211_reg_initiator initiator, struct rtl_regulatory *reg) argument
290 _rtl_dump_channel_map(struct wiphy *wiphy) argument
306 _rtl_reg_notifier_apply(struct wiphy *wiphy, struct regulatory_request *request, struct rtl_regulatory *reg) argument
356 _rtl_regd_init_wiphy(struct rtl_regulatory *reg, struct wiphy *wiphy, void (*reg_notifier)(struct wiphy *wiphy, struct regulatory_request * request)) argument
387 rtl_regd_init(struct ieee80211_hw *hw, void (*reg_notifier)(struct wiphy *wiphy, struct regulatory_request *request)) argument
392 struct wiphy *wiphy = hw->wiphy; local
431 rtl_reg_notifier(struct wiphy *wiphy, struct regulatory_request *request) argument
[all...]
/drivers/net/wireless/ath/
H A Dregd.c262 static void ath_force_clear_no_ir_chan(struct wiphy *wiphy, argument
267 reg_rule = freq_reg_info(wiphy, MHZ_TO_KHZ(ch->center_freq));
276 static void ath_force_clear_no_ir_freq(struct wiphy *wiphy, u16 center_freq) argument
280 ch = ieee80211_get_channel(wiphy, center_freq);
284 ath_force_clear_no_ir_chan(wiphy, ch);
292 static void ath_force_no_ir_freq(struct wiphy *wiphy, u16 center_freq) argument
296 ch = ieee80211_get_channel(wiphy, center_fre
304 __ath_reg_apply_beaconing_flags(struct wiphy *wiphy, struct ath_regulatory *reg, enum nl80211_reg_initiator initiator, struct ieee80211_channel *ch) argument
335 ath_reg_apply_beaconing_flags(struct wiphy *wiphy, struct ath_regulatory *reg, enum nl80211_reg_initiator initiator) argument
371 ath_reg_apply_ir_flags(struct wiphy *wiphy, struct ath_regulatory *reg, enum nl80211_reg_initiator initiator) argument
399 ath_reg_apply_radar_flags(struct wiphy *wiphy) argument
430 ath_reg_apply_world_flags(struct wiphy *wiphy, enum nl80211_reg_initiator initiator, struct ath_regulatory *reg) argument
464 __ath_reg_dyn_country(struct wiphy *wiphy, struct ath_regulatory *reg, struct regulatory_request *request) argument
488 ath_reg_dyn_country(struct wiphy *wiphy, struct ath_regulatory *reg, struct regulatory_request *request) argument
501 ath_reg_notifier_apply(struct wiphy *wiphy, struct regulatory_request *request, struct ath_regulatory *reg) argument
628 ath_regd_init_wiphy(struct ath_regulatory *reg, struct wiphy *wiphy, void (*reg_notifier)(struct wiphy *wiphy, struct regulatory_request *request)) argument
751 ath_regd_init(struct ath_regulatory *reg, struct wiphy *wiphy, void (*reg_notifier)(struct wiphy *wiphy, struct regulatory_request *request)) argument
[all...]
H A Dtrace.h35 TP_PROTO(struct wiphy *wiphy,
38 TP_ARGS(wiphy, vaf),
41 __string(device, wiphy_name(wiphy))
47 __assign_str(device, wiphy_name(wiphy));
H A Dmain.c82 if (common && common->hw && common->hw->wiphy) {
84 level, wiphy_name(common->hw->wiphy), &vaf);
85 trace_ath_log(common->hw->wiphy, &vaf);
H A Dregd.h254 int ath_regd_init(struct ath_regulatory *reg, struct wiphy *wiphy,
255 void (*reg_notifier)(struct wiphy *wiphy,
259 void ath_reg_notifier_apply(struct wiphy *wiphy,
/drivers/net/wireless/ti/wlcore/
H A Dvendor_cmd.h15 void wlcore_set_vendor_commands(struct wiphy *wiphy);
H A Dvendor_cmd.c29 wlcore_vendor_cmd_smart_config_start(struct wiphy *wiphy, argument
33 struct ieee80211_hw *hw = wiphy_to_ieee80211_hw(wiphy);
73 wlcore_vendor_cmd_smart_config_stop(struct wiphy *wiphy, argument
77 struct ieee80211_hw *hw = wiphy_to_ieee80211_hw(wiphy);
104 wlcore_vendor_cmd_smart_config_set_group_key(struct wiphy *wiphy, argument
108 struct ieee80211_hw *hw = wiphy_to_ieee80211_hw(wiphy);
191 void wlcore_set_vendor_commands(struct wiphy *wiph argument
[all...]
/drivers/net/wireless/brcm80211/brcmfmac/
H A Dp2p.h151 struct wireless_dev *brcmf_p2p_add_vif(struct wiphy *wiphy, const char *name,
154 int brcmf_p2p_del_vif(struct wiphy *wiphy, struct wireless_dev *wdev);
157 int brcmf_p2p_start_device(struct wiphy *wiphy, struct wireless_dev *wdev);
158 void brcmf_p2p_stop_device(struct wiphy *wiphy, struct wireless_dev *wdev);
159 int brcmf_p2p_scan_prep(struct wiphy *wiphy,
[all...]
H A Dvendor.c30 static int brcmf_cfg80211_vndr_cmds_dcmd_handler(struct wiphy *wiphy, argument
34 struct brcmf_cfg80211_info *cfg = wiphy_to_cfg(wiphy);
79 reply = cfg80211_vendor_cmd_alloc_reply_skb(wiphy, payload);
H A Dwl_cfg80211.c136 /* Band templates duplicated per wiphy. The channel info
536 static struct wireless_dev *brcmf_cfg80211_add_iface(struct wiphy *wiphy, argument
557 wdev = brcmf_p2p_add_vif(wiphy, name, type, flags, params);
649 int brcmf_cfg80211_del_iface(struct wiphy *wiphy, struct wireless_dev *wdev) argument
651 struct brcmf_cfg80211_info *cfg = wiphy_priv(wiphy);
679 return brcmf_p2p_del_vif(wiphy, wdev);
688 brcmf_cfg80211_change_iface(struct wiphy *wiphy, struc argument
888 brcmf_do_escan(struct brcmf_cfg80211_info *cfg, struct wiphy *wiphy, struct brcmf_if *ifp, struct cfg80211_scan_request *request) argument
920 brcmf_cfg80211_escan(struct wiphy *wiphy, struct brcmf_cfg80211_vif *vif, struct cfg80211_scan_request *request, struct cfg80211_ssid *this_ssid) argument
1032 brcmf_cfg80211_scan(struct wiphy *wiphy, struct cfg80211_scan_request *request) argument
1088 brcmf_cfg80211_set_wiphy_params(struct wiphy *wiphy, u32 changed) argument
1163 brcmf_cfg80211_join_ibss(struct wiphy *wiphy, struct net_device *ndev, struct cfg80211_ibss_params *params) argument
1315 brcmf_cfg80211_leave_ibss(struct wiphy *wiphy, struct net_device *ndev) argument
1607 brcmf_cfg80211_connect(struct wiphy *wiphy, struct net_device *ndev, struct cfg80211_connect_params *sme) argument
1805 brcmf_cfg80211_disconnect(struct wiphy *wiphy, struct net_device *ndev, u16 reason_code) argument
1832 brcmf_cfg80211_set_tx_power(struct wiphy *wiphy, struct wireless_dev *wdev, enum nl80211_tx_power_setting type, s32 mbm) argument
1881 brcmf_cfg80211_get_tx_power(struct wiphy *wiphy, struct wireless_dev *wdev, s32 *dbm) argument
1910 brcmf_cfg80211_config_default_key(struct wiphy *wiphy, struct net_device *ndev, u8 key_idx, bool unicast, bool multicast) argument
1943 brcmf_add_keyext(struct wiphy *wiphy, struct net_device *ndev, u8 key_idx, const u8 *mac_addr, struct key_params *params) argument
2025 brcmf_cfg80211_add_key(struct wiphy *wiphy, struct net_device *ndev, u8 key_idx, bool pairwise, const u8 *mac_addr, struct key_params *params) argument
2120 brcmf_cfg80211_del_key(struct wiphy *wiphy, struct net_device *ndev, u8 key_idx, bool pairwise, const u8 *mac_addr) argument
2153 brcmf_cfg80211_get_key(struct wiphy *wiphy, struct net_device *ndev, u8 key_idx, bool pairwise, const u8 *mac_addr, void *cookie, void (*callback) (void *cookie, struct key_params * params)) argument
2206 brcmf_cfg80211_config_default_mgmt_key(struct wiphy *wiphy, struct net_device *ndev, u8 key_idx) argument
2215 brcmf_cfg80211_get_station(struct wiphy *wiphy, struct net_device *ndev, const u8 *mac, struct station_info *sinfo) argument
2315 brcmf_cfg80211_set_power_mgmt(struct wiphy *wiphy, struct net_device *ndev, bool enabled, s32 timeout) argument
2362 struct wiphy *wiphy = cfg_to_wiphy(cfg); local
2459 struct wiphy *wiphy = cfg_to_wiphy(cfg); local
2788 brcmf_cfg80211_resume(struct wiphy *wiphy) argument
2832 brcmf_cfg80211_suspend(struct wiphy *wiphy, struct cfg80211_wowlan *wowl) argument
2909 brcmf_cfg80211_set_pmksa(struct wiphy *wiphy, struct net_device *ndev, struct cfg80211_pmksa *pmksa) argument
2949 brcmf_cfg80211_del_pmksa(struct wiphy *wiphy, struct net_device *ndev, struct cfg80211_pmksa *pmksa) argument
3001 brcmf_cfg80211_flush_pmksa(struct wiphy *wiphy, struct net_device *ndev) argument
3036 struct wiphy *wiphy = cfg_to_wiphy(cfg); local
3178 brcmf_cfg80211_sched_scan_start(struct wiphy *wiphy, struct net_device *ndev, struct cfg80211_sched_scan_request *request) argument
3270 brcmf_cfg80211_sched_scan_stop(struct wiphy *wiphy, struct net_device *ndev) argument
3781 brcmf_cfg80211_start_ap(struct wiphy *wiphy, struct net_device *ndev, struct cfg80211_ap_settings *settings) argument
3947 brcmf_cfg80211_stop_ap(struct wiphy *wiphy, struct net_device *ndev) argument
3992 brcmf_cfg80211_change_beacon(struct wiphy *wiphy, struct net_device *ndev, struct cfg80211_beacon_data *info) argument
4006 brcmf_cfg80211_del_station(struct wiphy *wiphy, struct net_device *ndev, const u8 *mac) argument
4037 brcmf_cfg80211_mgmt_frame_register(struct wiphy *wiphy, struct wireless_dev *wdev, u16 frame_type, bool reg) argument
4056 brcmf_cfg80211_mgmt_tx(struct wiphy *wiphy, struct wireless_dev *wdev, struct cfg80211_mgmt_tx_params *params, u64 *cookie) argument
4159 brcmf_cfg80211_cancel_remain_on_channel(struct wiphy *wiphy, struct wireless_dev *wdev, u64 cookie) argument
4180 brcmf_cfg80211_crit_proto_start(struct wiphy *wiphy, struct wireless_dev *wdev, enum nl80211_crit_proto_id proto, u16 duration) argument
4201 brcmf_cfg80211_crit_proto_stop(struct wiphy *wiphy, struct wireless_dev *wdev) argument
4255 brcmf_cfg80211_tdls_oper(struct wiphy *wiphy, struct net_device *ndev, const u8 *peer, enum nl80211_tdls_operation oper) argument
4490 struct wiphy *wiphy = cfg_to_wiphy(cfg); local
5025 struct wiphy *wiphy; local
5330 brcmf_setup_wiphybands(struct wiphy *wiphy) argument
5440 brcmf_wiphy_pno_params(struct wiphy *wiphy) argument
5456 brcmf_wiphy_wowl_params(struct wiphy *wiphy) argument
5464 brcmf_setup_wiphy(struct wiphy *wiphy, struct brcmf_if *ifp) argument
5669 brcmf_free_wiphy(struct wiphy *wiphy) argument
5688 struct wiphy *wiphy; local
[all...]
/drivers/staging/wlan-ng/
H A Dcfg80211.c105 static int prism2_change_virtual_intf(struct wiphy *wiphy, argument
147 static int prism2_add_key(struct wiphy *wiphy, struct net_device *dev, argument
207 static int prism2_get_key(struct wiphy *wiphy, struct net_device *dev, argument
237 static int prism2_del_key(struct wiphy *wiphy, struct net_device *dev, argument
283 static int prism2_set_default_key(struct wiphy *wiphy, struc argument
302 prism2_get_station(struct wiphy *wiphy, struct net_device *dev, const u8 *mac, struct station_info *sinfo) argument
336 prism2_scan(struct wiphy *wiphy, struct cfg80211_scan_request *request) argument
452 prism2_set_wiphy_params(struct wiphy *wiphy, u32 changed) argument
494 prism2_connect(struct wiphy *wiphy, struct net_device *dev, struct cfg80211_connect_params *sme) argument
618 prism2_disconnect(struct wiphy *wiphy, struct net_device *dev, u16 reason_code) argument
642 prism2_join_ibss(struct wiphy *wiphy, struct net_device *dev, struct cfg80211_ibss_params *params) argument
648 prism2_leave_ibss(struct wiphy *wiphy, struct net_device *dev) argument
654 prism2_set_tx_power(struct wiphy *wiphy, struct wireless_dev *wdev, enum nl80211_tx_power_setting type, int mbm) argument
681 prism2_get_tx_power(struct wiphy *wiphy, struct wireless_dev *wdev, int *dbm) argument
757 struct wiphy *wiphy; local
792 wlan_free_wiphy(struct wiphy *wiphy) argument
[all...]
/drivers/net/wireless/mwifiex/
H A Dcfg80211.c88 * This function retrieves the private structure from kernel wiphy structure.
90 static void *mwifiex_cfg80211_get_adapter(struct wiphy *wiphy) argument
92 return (void *) (*(unsigned long *) wiphy_priv(wiphy));
99 mwifiex_cfg80211_del_key(struct wiphy *wiphy, struct net_device *netdev, argument
107 wiphy_err(wiphy, "deleting the crypto keys\n");
111 wiphy_dbg(wiphy, "info: crypto keys deleted\n");
154 mwifiex_cfg80211_mgmt_tx(struct wiphy *wiphy, struc argument
210 mwifiex_cfg80211_mgmt_frame_register(struct wiphy *wiphy, struct wireless_dev *wdev, u16 frame_type, bool reg) argument
235 mwifiex_cfg80211_remain_on_channel(struct wiphy *wiphy, struct wireless_dev *wdev, struct ieee80211_channel *chan, unsigned int duration, u64 *cookie) argument
275 mwifiex_cfg80211_cancel_remain_on_channel(struct wiphy *wiphy, struct wireless_dev *wdev, u64 cookie) argument
304 mwifiex_cfg80211_set_tx_power(struct wiphy *wiphy, struct wireless_dev *wdev, enum nl80211_tx_power_setting type, int mbm) argument
332 mwifiex_cfg80211_set_power_mgmt(struct wiphy *wiphy, struct net_device *dev, bool enabled, int timeout) argument
352 mwifiex_cfg80211_set_default_key(struct wiphy *wiphy, struct net_device *netdev, u8 key_index, bool unicast, bool multicast) argument
377 mwifiex_cfg80211_add_key(struct wiphy *wiphy, struct net_device *netdev, u8 key_index, bool pairwise, const u8 *mac_addr, struct key_params *params) argument
417 mwifiex_send_domain_info_cmd_fw(struct wiphy *wiphy) argument
506 mwifiex_reg_notifier(struct wiphy *wiphy, struct regulatory_request *request) argument
581 mwifiex_cfg80211_set_wiphy_params(struct wiphy *wiphy, u32 changed) argument
736 mwifiex_cfg80211_change_virtual_intf(struct wiphy *wiphy, struct net_device *dev, enum nl80211_iftype type, u32 *flags, struct vif_params *params) argument
965 mwifiex_cfg80211_get_station(struct wiphy *wiphy, struct net_device *dev, const u8 *mac, struct station_info *sinfo) argument
982 mwifiex_cfg80211_dump_station(struct wiphy *wiphy, struct net_device *dev, int idx, u8 *mac, struct station_info *sinfo) argument
1122 mwifiex_cfg80211_set_bitrate_mask(struct wiphy *wiphy, struct net_device *dev, const u8 *peer, const struct cfg80211_bitrate_mask *mask) argument
1174 mwifiex_cfg80211_set_cqm_rssi_config(struct wiphy *wiphy, struct net_device *dev, s32 rssi_thold, u32 rssi_hyst) argument
1210 mwifiex_cfg80211_change_beacon(struct wiphy *wiphy, struct net_device *dev, struct cfg80211_beacon_data *data) argument
1241 mwifiex_cfg80211_del_station(struct wiphy *wiphy, struct net_device *dev, const u8 *mac) argument
1278 mwifiex_cfg80211_set_antenna(struct wiphy *wiphy, u32 tx_ant, u32 rx_ant) argument
1343 mwifiex_cfg80211_stop_ap(struct wiphy *wiphy, struct net_device *dev) argument
1366 mwifiex_cfg80211_start_ap(struct wiphy *wiphy, struct net_device *dev, struct cfg80211_ap_settings *params) argument
1507 mwifiex_cfg80211_disconnect(struct wiphy *wiphy, struct net_device *dev, u16 reason_code) argument
1732 mwifiex_cfg80211_connect(struct wiphy *wiphy, struct net_device *dev, struct cfg80211_connect_params *sme) argument
1792 struct wiphy *wiphy = priv->wdev->wiphy; local
1862 mwifiex_cfg80211_join_ibss(struct wiphy *wiphy, struct net_device *dev, struct cfg80211_ibss_params *params) argument
1905 mwifiex_cfg80211_leave_ibss(struct wiphy *wiphy, struct net_device *dev) argument
1927 mwifiex_cfg80211_scan(struct wiphy *wiphy, struct cfg80211_scan_request *request) argument
2120 mwifiex_add_virtual_intf(struct wiphy *wiphy, const char *name, enum nl80211_iftype type, u32 *flags, struct vif_params *params) argument
2308 mwifiex_del_virtual_intf(struct wiphy *wiphy, struct wireless_dev *wdev) argument
2369 mwifiex_cfg80211_suspend(struct wiphy *wiphy, struct cfg80211_wowlan *wowlan) argument
2481 mwifiex_cfg80211_resume(struct wiphy *wiphy) argument
2486 mwifiex_cfg80211_set_wakeup(struct wiphy *wiphy, bool enabled) argument
2574 mwifiex_cfg80211_set_coalesce(struct wiphy *wiphy, struct cfg80211_coalesce *coalesce) argument
2612 mwifiex_cfg80211_tdls_mgmt(struct wiphy *wiphy, struct net_device *dev, const u8 *peer, u8 action_code, u8 dialog_token, u16 status_code, u32 peer_capability, bool initiator, const u8 *extra_ies, size_t extra_ies_len) argument
2685 mwifiex_cfg80211_tdls_oper(struct wiphy *wiphy, struct net_device *dev, const u8 *peer, enum nl80211_tdls_operation action) argument
2733 mwifiex_cfg80211_add_station(struct wiphy *wiphy, struct net_device *dev, const u8 *mac, struct station_parameters *params) argument
2749 mwifiex_cfg80211_change_station(struct wiphy *wiphy, struct net_device *dev, const u8 *mac, struct station_parameters *params) argument
2855 struct wiphy *wiphy; local
[all...]
/drivers/net/wireless/ath/wil6210/
H A Dcfg80211.c173 static int wil_cfg80211_get_station(struct wiphy *wiphy, argument
177 struct wil6210_priv *wil = wiphy_to_wil(wiphy);
209 static int wil_cfg80211_dump_station(struct wiphy *wiphy, argument
213 struct wil6210_priv *wil = wiphy_to_wil(wiphy);
228 static int wil_cfg80211_change_iface(struct wiphy *wiphy, argument
233 struct wil6210_priv *wil = wiphy_to_wil(wiphy);
258 static int wil_cfg80211_scan(struct wiphy *wiph argument
353 wil_cfg80211_connect(struct wiphy *wiphy, struct net_device *ndev, struct cfg80211_connect_params *sme) argument
470 wil_cfg80211_disconnect(struct wiphy *wiphy, struct net_device *ndev, u16 reason_code) argument
482 wil_cfg80211_mgmt_tx(struct wiphy *wiphy, struct wireless_dev *wdev, struct cfg80211_mgmt_tx_params *params, u64 *cookie) argument
520 wil_cfg80211_set_channel(struct wiphy *wiphy, struct cfg80211_chan_def *chandef) argument
531 wil_cfg80211_add_key(struct wiphy *wiphy, struct net_device *ndev, u8 key_index, bool pairwise, const u8 *mac_addr, struct key_params *params) argument
547 wil_cfg80211_del_key(struct wiphy *wiphy, struct net_device *ndev, u8 key_index, bool pairwise, const u8 *mac_addr) argument
562 wil_cfg80211_set_default_key(struct wiphy *wiphy, struct net_device *ndev, u8 key_index, bool unicast, bool multicast) argument
570 wil_remain_on_channel(struct wiphy *wiphy, struct wireless_dev *wdev, struct ieee80211_channel *chan, unsigned int duration, u64 *cookie) argument
591 wil_cancel_remain_on_channel(struct wiphy *wiphy, struct wireless_dev *wdev, u64 cookie) argument
657 wil_cfg80211_change_beacon(struct wiphy *wiphy, struct net_device *ndev, struct cfg80211_beacon_data *bcon) argument
696 wil_cfg80211_start_ap(struct wiphy *wiphy, struct net_device *ndev, struct cfg80211_ap_settings *info) argument
772 wil_cfg80211_stop_ap(struct wiphy *wiphy, struct net_device *ndev) argument
794 wil_cfg80211_del_station(struct wiphy *wiphy, struct net_device *dev, const u8 *mac) argument
827 wil_wiphy_init(struct wiphy *wiphy) argument
[all...]
/drivers/net/wireless/rtl818x/rtl8187/
H A Drfkill.c41 wiphy_rfkill_set_hw_state(hw->wiphy, !priv->rfkill_off);
42 wiphy_rfkill_start_polling(hw->wiphy);
56 wiphy_rfkill_set_hw_state(hw->wiphy, !enabled);
63 wiphy_rfkill_stop_polling(hw->wiphy);
/drivers/net/wireless/brcm80211/brcmsmac/
H A Dled.c93 wiphy_err(wl->wiphy, "requesting led gpio %d failed (err: %d)\n",
99 wiphy_err(wl->wiphy, "cannot set led gpio %d to output (err: %d)\n",
105 "brcmsmac-%s:radio", wiphy_name(wl->wiphy));
111 err = led_classdev_register(wiphy_dev(wl->wiphy), &wl->led_dev);
114 wiphy_err(wl->wiphy, "cannot register led device: %s (err: %d)\n",
119 wiphy_info(wl->wiphy, "registered radio enabled led device: %s gpio: %d\n",
H A Dchannel.c633 static void brcms_reg_apply_radar_flags(struct wiphy *wiphy) argument
639 sband = wiphy->bands[IEEE80211_BAND_5GHZ];
661 brcms_reg_apply_beaconing_flags(struct wiphy *wiphy, argument
670 sband = wiphy->bands[band];
682 rule = freq_reg_info(wiphy,
696 static void brcms_reg_notifier(struct wiphy *wiphy, argument
699 struct ieee80211_hw *hw = wiphy_to_ieee80211_hw(wiphy);
742 struct wiphy *wiphy = wlc->wiphy; local
[all...]
/drivers/net/wireless/libertas/
H A Dcfg.h7 struct wiphy;
H A Dcfg.c183 * Actual channel data comes from priv->wdev->wiphy->channels.
440 static int lbs_cfg_set_monitor_channel(struct wiphy *wiphy, argument
443 struct lbs_private *priv = wiphy_priv(wiphy);
460 static int lbs_cfg_set_mesh_channel(struct wiphy *wiphy, argument
464 struct lbs_private *priv = wiphy_priv(wiphy);
640 struct wiphy *wiphy = priv->wdev->wiphy; local
807 lbs_cfg_scan(struct wiphy *wiphy, struct cfg80211_scan_request *request) argument
1265 _new_connect_scan_req(struct wiphy *wiphy, struct cfg80211_connect_params *sme) argument
1316 lbs_cfg_connect(struct wiphy *wiphy, struct net_device *dev, struct cfg80211_connect_params *sme) argument
1468 lbs_cfg_disconnect(struct wiphy *wiphy, struct net_device *dev, u16 reason_code) argument
1484 lbs_cfg_set_default_key(struct wiphy *wiphy, struct net_device *netdev, u8 key_index, bool unicast, bool multicast) argument
1506 lbs_cfg_add_key(struct wiphy *wiphy, struct net_device *netdev, u8 idx, bool pairwise, const u8 *mac_addr, struct key_params *params) argument
1569 lbs_cfg_del_key(struct wiphy *wiphy, struct net_device *netdev, u8 key_index, bool pairwise, const u8 *mac_addr) argument
1609 lbs_cfg_get_station(struct wiphy *wiphy, struct net_device *dev, const u8 *mac, struct station_info *sinfo) argument
1654 lbs_change_intf(struct wiphy *wiphy, struct net_device *dev, enum nl80211_iftype type, u32 *flags, struct vif_params *params) argument
1978 lbs_join_ibss(struct wiphy *wiphy, struct net_device *dev, struct cfg80211_ibss_params *params) argument
2018 lbs_leave_ibss(struct wiphy *wiphy, struct net_device *dev) argument
2126 lbs_reg_notifier(struct wiphy *wiphy, struct regulatory_request *request) argument
[all...]
/drivers/net/wireless/rt2x00/
H A Drt2x00firmware.c33 struct device *device = wiphy_dev(rt2x00dev->hw->wiphy);
65 snprintf(rt2x00dev->hw->wiphy->fw_version,
66 sizeof(rt2x00dev->hw->wiphy->fw_version), "%d.%d",

Completed in 478 milliseconds

12345678