Home
last modified time | relevance | path

Searched defs:vif (Results 1 – 25 of 237) sorted by relevance

12345678910

/Linux-v4.19/drivers/staging/wilc1000/
Dlinux_wlan.c25 struct wilc_vif *vif; in dev_state_ev_handler() local
102 struct wilc_vif *vif = netdev_priv(dev); in isr_uh_routine() local
115 struct wilc_vif *vif = netdev_priv(userdata); in isr_bh_routine() local
131 struct wilc_vif *vif = netdev_priv(dev); in init_irq() local
157 struct wilc_vif *vif = netdev_priv(dev); in deinit_irq() local
202 struct wilc_vif *vif = netdev_priv(wilc_netdev); in wilc_wlan_set_bssid() local
228 struct wilc_vif *vif = netdev_priv(dev); in linux_wlan_txq_task() local
257 struct wilc_vif *vif = netdev_priv(dev); in wilc_wlan_get_firmware() local
289 struct wilc_vif *vif = netdev_priv(dev); in linux_wlan_start_firmware() local
306 struct wilc_vif *vif = netdev_priv(dev); in wilc1000_firmware_download() local
[all …]
Dhost_interface.c152 struct wilc_vif *vif; member
209 wilc_alloc_work(struct wilc_vif *vif, void (*work_fun)(struct work_struct *), in wilc_alloc_work()
242 int wilc_get_vif_idx(struct wilc_vif *vif) in wilc_get_vif_idx()
265 struct wilc_vif *vif = msg->vif; in handle_set_channel() local
286 struct wilc_vif *vif = msg->vif; in handle_set_wfi_drv_handler() local
333 struct wilc_vif *vif = msg->vif; in handle_set_operation_mode() local
358 struct wilc_vif *vif = msg->vif; in handle_set_ip_address() local
388 struct wilc_vif *vif = msg->vif; in handle_get_ip_address() local
416 struct wilc_vif *vif = msg->vif; in handle_get_mac_address() local
438 struct wilc_vif *vif = msg->vif; in handle_cfg_param() local
[all …]
/Linux-v4.19/drivers/net/xen-netback/
Dhash.c35 static void xenvif_add_hash(struct xenvif *vif, const u8 *tag, in xenvif_add_hash()
80 static u32 xenvif_new_hash(struct xenvif *vif, const u8 *data, in xenvif_new_hash()
95 static void xenvif_flush_hash(struct xenvif *vif) in xenvif_flush_hash()
114 static u32 xenvif_find_hash(struct xenvif *vif, const u8 *data, in xenvif_find_hash()
149 void xenvif_set_skb_hash(struct xenvif *vif, struct sk_buff *skb) in xenvif_set_skb_hash()
244 u32 xenvif_set_hash_alg(struct xenvif *vif, u32 alg) in xenvif_set_hash_alg()
260 u32 xenvif_get_hash_flags(struct xenvif *vif, u32 *flags) in xenvif_get_hash_flags()
273 u32 xenvif_set_hash_flags(struct xenvif *vif, u32 flags) in xenvif_set_hash_flags()
289 u32 xenvif_set_hash_key(struct xenvif *vif, u32 gref, u32 len) in xenvif_set_hash_key()
321 u32 xenvif_set_hash_mapping_size(struct xenvif *vif, u32 size) in xenvif_set_hash_mapping_size()
[all …]
Dinterface.c73 int xenvif_schedulable(struct xenvif *vif) in xenvif_schedulable()
154 struct xenvif *vif = netdev_priv(dev); in xenvif_select_queue() local
171 struct xenvif *vif = netdev_priv(dev); in xenvif_start_xmit() local
232 struct xenvif *vif = netdev_priv(dev); in xenvif_get_stats() local
263 static void xenvif_up(struct xenvif *vif) in xenvif_up()
279 static void xenvif_down(struct xenvif *vif) in xenvif_down()
297 struct xenvif *vif = netdev_priv(dev); in xenvif_open() local
306 struct xenvif *vif = netdev_priv(dev); in xenvif_close() local
315 struct xenvif *vif = netdev_priv(dev); in xenvif_change_mtu() local
327 struct xenvif *vif = netdev_priv(dev); in xenvif_fix_features() local
[all …]
Dxenbus.c27 struct xenvif *vif; member
191 struct xenvif *vif = m->private; in xenvif_read_ctrl() local
211 static void xenvif_debugfs_addif(struct xenvif *vif) in xenvif_debugfs_addif()
252 static void xenvif_debugfs_delif(struct xenvif *vif) in xenvif_debugfs_delif()
470 struct xenvif *vif; in backend_create_xenvif() local
495 struct xenvif *vif = be->vif; in backend_disconnect() local
746 struct xenvif *vif = container_of(watch, struct xenvif, credit_watch); in xen_net_rate_changed() local
766 struct xenvif *vif) in xen_register_credit_watch()
791 static void xen_unregister_credit_watch(struct xenvif *vif) in xen_unregister_credit_watch()
803 struct xenvif *vif = container_of(watch, struct xenvif, in xen_mcast_ctrl_changed() local
[all …]
/Linux-v4.19/drivers/net/wireless/quantenna/qtnfmac/
Dcfg80211.c89 struct qtnf_vif *vif; in qtnf_validate_iface_combinations() local
124 struct qtnf_vif *vif = qtnf_netdev_get_priv(dev); in qtnf_change_virtual_intf() local
156 struct qtnf_vif *vif; in qtnf_del_virtual_intf() local
191 struct qtnf_vif *vif; in qtnf_add_virtual_intf() local
262 static int qtnf_mgmt_set_appie(struct qtnf_vif *vif, in qtnf_mgmt_set_appie()
311 struct qtnf_vif *vif = qtnf_netdev_get_priv(dev); in qtnf_change_beacon() local
319 struct qtnf_vif *vif = qtnf_netdev_get_priv(dev); in qtnf_start_ap() local
332 struct qtnf_vif *vif = qtnf_netdev_get_priv(dev); in qtnf_stop_ap() local
351 struct qtnf_vif *vif; in qtnf_set_wiphy_params() local
376 struct qtnf_vif *vif = qtnf_netdev_get_priv(wdev->netdev); in qtnf_mgmt_frame_register() local
[all …]
Dcore.c82 struct qtnf_vif *vif; in qtnf_netdev_hard_start_xmit() local
125 struct qtnf_vif *vif = qtnf_netdev_get_priv(ndev); in qtnf_netdev_get_stats64() local
160 struct qtnf_vif *vif = qtnf_netdev_get_priv(ndev); in qtnf_netdev_tx_timeout() local
184 struct qtnf_vif *vif = qtnf_netdev_get_priv(ndev); in qtnf_netdev_set_mac_address() local
266 struct qtnf_vif *vif; in qtnf_mac_get_free_vif() local
280 struct qtnf_vif *vif; in qtnf_mac_get_base_vif() local
309 struct qtnf_vif *vif = container_of(work, struct qtnf_vif, reset_work); in qtnf_vif_reset_handler() local
330 struct qtnf_vif *vif = &mac->iflist[QTNF_PRIMARY_VIF_IDX]; in qtnf_mac_init_primary_intf() local
411 int qtnf_core_net_attach(struct qtnf_wmac *mac, struct qtnf_vif *vif, in qtnf_core_net_attach()
457 struct qtnf_vif *vif; in qtnf_core_mac_detach() local
[all …]
Devent.c31 qtnf_event_handle_sta_assoc(struct qtnf_wmac *mac, struct qtnf_vif *vif, in qtnf_event_handle_sta_assoc()
123 qtnf_event_handle_sta_deauth(struct qtnf_wmac *mac, struct qtnf_vif *vif, in qtnf_event_handle_sta_deauth()
157 qtnf_event_handle_bss_join(struct qtnf_vif *vif, in qtnf_event_handle_bss_join()
197 qtnf_event_handle_bss_leave(struct qtnf_vif *vif, in qtnf_event_handle_bss_leave()
230 qtnf_event_handle_mgmt_received(struct qtnf_vif *vif, in qtnf_event_handle_mgmt_received()
259 qtnf_event_handle_scan_results(struct qtnf_vif *vif, in qtnf_event_handle_scan_results()
369 struct qtnf_vif *vif; in qtnf_event_handle_freq_change() local
409 static int qtnf_event_handle_radar(struct qtnf_vif *vif, in qtnf_event_handle_radar()
481 struct qtnf_vif *vif = NULL; in qtnf_event_parse() local
/Linux-v4.19/drivers/net/wireless/ath/ath6kl/
Dcfg80211.c145 static bool __ath6kl_cfg80211_sscan_stop(struct ath6kl_vif *vif) in __ath6kl_cfg80211_sscan_stop()
162 static void ath6kl_cfg80211_sscan_disable(struct ath6kl_vif *vif) in ath6kl_cfg80211_sscan_disable()
175 static int ath6kl_set_wpa_version(struct ath6kl_vif *vif, in ath6kl_set_wpa_version()
194 static int ath6kl_set_auth_type(struct ath6kl_vif *vif, in ath6kl_set_auth_type()
222 static int ath6kl_set_cipher(struct ath6kl_vif *vif, u32 cipher, bool ucast) in ath6kl_set_cipher()
265 static void ath6kl_set_key_mgmt(struct ath6kl_vif *vif, u32 key_mgmt) in ath6kl_set_key_mgmt()
284 static bool ath6kl_cfg80211_ready(struct ath6kl_vif *vif) in ath6kl_cfg80211_ready()
321 static int ath6kl_set_assoc_req_ies(struct ath6kl_vif *vif, const u8 *ies, in ath6kl_set_assoc_req_ies()
429 static void ath6kl_cfg80211_sta_bmiss_enhance(struct ath6kl_vif *vif, in ath6kl_cfg80211_sta_bmiss_enhance()
458 struct ath6kl_vif *vif = netdev_priv(dev); in ath6kl_cfg80211_connect() local
[all …]
Dmain.c26 struct ath6kl_sta *ath6kl_find_sta(struct ath6kl_vif *vif, u8 *node_addr) in ath6kl_find_sta()
61 static void ath6kl_add_new_sta(struct ath6kl_vif *vif, u8 *mac, u16 aid, in ath6kl_add_new_sta()
350 static void ath6kl_install_static_wep_keys(struct ath6kl_vif *vif) in ath6kl_install_static_wep_keys()
374 void ath6kl_connect_ap_mode_bss(struct ath6kl_vif *vif, u16 channel) in ath6kl_connect_ap_mode_bss()
422 void ath6kl_connect_ap_mode_sta(struct ath6kl_vif *vif, u16 aid, u8 *mac_addr, in ath6kl_connect_ap_mode_sta()
502 struct ath6kl_vif *vif = from_timer(vif, t, disconnect_timer); in disconnect_timer_handler() local
508 void ath6kl_disconnect(struct ath6kl_vif *vif) in ath6kl_disconnect()
554 void ath6kl_scan_complete_evt(struct ath6kl_vif *vif, int status) in ath6kl_scan_complete_evt()
573 static int ath6kl_commit_ch_switch(struct ath6kl_vif *vif, u16 channel) in ath6kl_commit_ch_switch()
603 struct ath6kl_vif *vif; in ath6kl_check_ch_switch() local
[all …]
/Linux-v4.19/drivers/net/wireless/intel/iwlwifi/mvm/
Dpower.c116 struct ieee80211_vif *vif, in iwl_mvm_beacon_filter_set_cqm_params()
170 struct ieee80211_vif *vif, in iwl_mvm_power_configure_uapsd()
262 struct ieee80211_vif *vif) in iwl_mvm_p2p_standalone_iterator()
282 struct ieee80211_vif *vif) in iwl_mvm_power_allow_uapsd()
325 static bool iwl_mvm_power_is_radar(struct ieee80211_vif *vif) in iwl_mvm_power_is_radar()
344 struct ieee80211_vif *vif, in iwl_mvm_power_config_skip_dtim()
382 struct ieee80211_vif *vif, in iwl_mvm_power_build_cmd()
501 struct ieee80211_vif *vif) in iwl_mvm_power_send_cmd()
542 void iwl_mvm_power_vif_assoc(struct iwl_mvm *mvm, struct ieee80211_vif *vif) in iwl_mvm_power_vif_assoc()
552 struct ieee80211_vif *vif) in iwl_mvm_power_uapsd_misbehav_ap_iterator()
[all …]
Dmac-ctxt.c92 struct ieee80211_vif *vif; member
105 struct ieee80211_vif *vif) in iwl_mvm_mac_tsf_id_iter()
213 u32 iwl_mvm_mac_get_queues_mask(struct ieee80211_vif *vif) in iwl_mvm_mac_get_queues_mask()
233 struct ieee80211_vif *vif) in iwl_mvm_iface_hw_queues_iter()
266 struct ieee80211_vif *vif) in iwl_mvm_mac_iface_iterator()
290 struct ieee80211_vif *vif) in iwl_mvm_mac_ctxt_recalc_tsf_id()
312 int iwl_mvm_mac_ctxt_init(struct iwl_mvm *mvm, struct ieee80211_vif *vif) in iwl_mvm_mac_ctxt_init()
470 struct ieee80211_vif *vif, in iwl_mvm_ack_rates()
556 struct ieee80211_vif *vif, in iwl_mvm_mac_ctxt_set_ht_flags()
590 struct ieee80211_vif *vif, in iwl_mvm_mac_ctxt_cmd_common()
[all …]
Ddebugfs-vif.c72 struct ieee80211_vif *vif, in iwl_dbgfs_update_pm()
133 static ssize_t iwl_dbgfs_pm_params_write(struct ieee80211_vif *vif, char *buf, in iwl_dbgfs_pm_params_write()
200 struct ieee80211_vif *vif = file->private_data; in iwl_dbgfs_tx_pwr_lmt_read() local
215 struct ieee80211_vif *vif = file->private_data; in iwl_dbgfs_pm_params_read() local
231 struct ieee80211_vif *vif = file->private_data; in iwl_dbgfs_mac_params_read() local
311 static void iwl_dbgfs_update_bf(struct ieee80211_vif *vif, in iwl_dbgfs_update_bf()
356 static ssize_t iwl_dbgfs_bf_params_write(struct ieee80211_vif *vif, char *buf, in iwl_dbgfs_bf_params_write()
457 struct ieee80211_vif *vif = file->private_data; in iwl_dbgfs_bf_params_read() local
513 struct ieee80211_vif *vif = file->private_data; in iwl_dbgfs_os_device_timediff_read() local
531 static ssize_t iwl_dbgfs_tof_enable_write(struct ieee80211_vif *vif, in iwl_dbgfs_tof_enable_write()
[all …]
Dmac80211.c860 iwl_mvm_ampdu_check_trigger(struct iwl_mvm *mvm, struct ieee80211_vif *vif, in iwl_mvm_ampdu_check_trigger()
908 struct ieee80211_vif *vif, in iwl_mvm_mac_ampdu_action()
1024 struct ieee80211_vif *vif) in iwl_mvm_cleanup_iterator()
1308 static int iwl_mvm_set_tx_power(struct iwl_mvm *mvm, struct ieee80211_vif *vif, in iwl_mvm_set_tx_power()
1329 struct ieee80211_vif *vif) in iwl_mvm_mac_add_interface()
1483 struct ieee80211_vif *vif) in iwl_mvm_prepare_mac_removal()
1496 struct ieee80211_vif *vif) in iwl_mvm_mac_remove_interface()
1566 struct ieee80211_vif *vif) in iwl_mvm_mc_iface_iterator()
1681 struct ieee80211_vif *vif, in iwl_mvm_config_iface_filter()
1709 iwl_mvm_set_bcast_filter(struct ieee80211_vif *vif, in iwl_mvm_set_bcast_filter()
[all …]
Dtdls.c97 int iwl_mvm_tdls_sta_count(struct iwl_mvm *mvm, struct ieee80211_vif *vif) in iwl_mvm_tdls_sta_count()
124 static void iwl_mvm_tdls_config(struct iwl_mvm *mvm, struct ieee80211_vif *vif) in iwl_mvm_tdls_config()
182 void iwl_mvm_recalc_tdls_state(struct iwl_mvm *mvm, struct ieee80211_vif *vif, in iwl_mvm_recalc_tdls_state()
206 struct ieee80211_vif *vif) in iwl_mvm_mac_mgd_protect_tdls_discover()
272 struct ieee80211_vif *vif; in iwl_mvm_rx_tdls_notif() local
391 struct ieee80211_vif *vif, in iwl_mvm_tdls_config_channel_switch()
523 struct ieee80211_vif *vif; in iwl_mvm_tdls_ch_switch_work() local
567 struct ieee80211_vif *vif, in iwl_mvm_tdls_channel_switch()
631 struct ieee80211_vif *vif, in iwl_mvm_tdls_cancel_channel_switch()
684 struct ieee80211_vif *vif, in iwl_mvm_tdls_recv_channel_switch()
/Linux-v4.19/drivers/net/wireless/ath/wil6210/
Dnetdev.c27 struct wil6210_vif *vif; in wil_has_other_active_ifaces() local
155 struct wil6210_vif *vif; in wil6210_netdev_poll_tx() local
212 static void wil_vif_deinit(struct wil6210_vif *vif) in wil_vif_deinit()
223 void wil_vif_free(struct wil6210_vif *vif) in wil_vif_free()
233 struct wil6210_vif *vif = ndev_to_vif(ndev); in wil_ndev_destructor() local
240 struct wil6210_vif *vif = from_timer(vif, t, connect_timer); in wil_connect_timer_fn() local
256 struct wil6210_vif *vif = from_timer(vif, t, scan_timer); in wil_scan_timer_fn() local
266 struct wil6210_vif *vif = from_timer(vif, t, p2p.discovery_timer); in wil_p2p_discovery_timer_fn() local
274 static void wil_vif_init(struct wil6210_vif *vif) in wil_vif_init()
311 struct wil6210_vif *vif; in wil_vif_alloc() local
[all …]
Dp2p.c26 static int wil_p2p_start_listen(struct wil6210_vif *vif) in wil_p2p_start_listen()
70 int wil_p2p_search(struct wil6210_vif *vif, in wil_p2p_search()
140 struct wil6210_vif *vif = wdev_to_vif(wil, wdev); in wil_p2p_listen() local
188 u8 wil_p2p_stop_discovery(struct wil6210_vif *vif) in wil_p2p_stop_discovery()
207 int wil_p2p_cancel_listen(struct wil6210_vif *vif, u64 cookie) in wil_p2p_cancel_listen()
246 struct wil6210_vif *vif = container_of(p2p, in wil_p2p_listen_expired() local
274 struct wil6210_vif *vif = container_of(p2p, in wil_p2p_search_expired() local
306 struct wil6210_vif *vif = container_of(p2p, in wil_p2p_delayed_listen_work() local
351 struct wil6210_vif *vif = ndev_to_vif(wil->main_ndev); in wil_p2p_stop_radio_operations() local
Dwmi.c748 static void wmi_evt_ready(struct wil6210_vif *vif, int id, void *d, int len) in wmi_evt_ready()
776 static void wmi_evt_rx_mgmt(struct wil6210_vif *vif, int id, void *d, int len) in wmi_evt_rx_mgmt()
863 static void wmi_evt_tx_mgmt(struct wil6210_vif *vif, int id, void *d, int len) in wmi_evt_tx_mgmt()
874 static void wmi_evt_scan_complete(struct wil6210_vif *vif, int id, in wmi_evt_scan_complete()
907 static void wmi_evt_connect(struct wil6210_vif *vif, int id, void *d, int len) in wmi_evt_connect()
1075 static void wmi_evt_disconnect(struct wil6210_vif *vif, int id, in wmi_evt_disconnect()
1103 static void wmi_evt_eapol_rx(struct wil6210_vif *vif, int id, void *d, int len) in wmi_evt_eapol_rx()
1153 static void wmi_evt_ring_en(struct wil6210_vif *vif, int id, void *d, int len) in wmi_evt_ring_en()
1178 static void wmi_evt_ba_status(struct wil6210_vif *vif, int id, in wmi_evt_ba_status()
1210 static void wmi_evt_addba_rx_req(struct wil6210_vif *vif, int id, in wmi_evt_addba_rx_req()
[all …]
Dcfg80211.c264 int wil_cid_fill_sinfo(struct wil6210_vif *vif, int cid, in wil_cid_fill_sinfo()
340 struct wil6210_vif *vif = ndev_to_vif(ndev); in wil_cfg80211_get_station() local
380 struct wil6210_vif *vif = ndev_to_vif(dev); in wil_cfg80211_dump_station() local
444 struct wil6210_vif *vif, in wil_cfg80211_validate_change_iface()
479 struct wil6210_vif *vif; in wil_cfg80211_add_iface() local
548 int wil_vif_prepare_stop(struct wil6210_vif *vif) in wil_vif_prepare_stop()
577 struct wil6210_vif *vif = wdev_to_vif(wil, wdev); in wil_cfg80211_del_iface() local
617 struct wil6210_vif *vif = ndev_to_vif(ndev); in wil_cfg80211_change_iface() local
682 struct wil6210_vif *vif = wdev_to_vif(wil, wdev); in wil_cfg80211_scan() local
825 struct wil6210_vif *vif = wdev_to_vif(wil, wdev); in wil_cfg80211_abort_scan() local
[all …]
/Linux-v4.19/drivers/net/wireless/mediatek/mt76/mt76x0/
Dmain.c55 struct ieee80211_vif *vif) in mt76x0_add_interface()
76 struct ieee80211_vif *vif) in mt76x0_remove_interface()
145 mt76x0_bss_info_changed(struct ieee80211_hw *hw, struct ieee80211_vif *vif, in mt76x0_bss_info_changed()
198 mt76x0_sta_add(struct ieee80211_hw *hw, struct ieee80211_vif *vif, in mt76x0_sta_add()
229 mt76x0_sta_remove(struct ieee80211_hw *hw, struct ieee80211_vif *vif, in mt76x0_sta_remove()
248 mt76x0_sta_notify(struct ieee80211_hw *hw, struct ieee80211_vif *vif, in mt76x0_sta_notify()
255 struct ieee80211_vif *vif, in mt76x0_sw_scan()
267 struct ieee80211_vif *vif) in mt76x0_sw_scan_complete()
280 struct ieee80211_vif *vif, struct ieee80211_sta *sta, in mt76x0_set_key()
323 mt76_ampdu_action(struct ieee80211_hw *hw, struct ieee80211_vif *vif, in mt76_ampdu_action()
[all …]
/Linux-v4.19/drivers/net/wireless/mediatek/mt7601u/
Dmain.c53 struct ieee80211_vif *vif) in mt7601u_add_interface()
80 struct ieee80211_vif *vif) in mt7601u_remove_interface()
142 mt7601u_bss_info_changed(struct ieee80211_hw *hw, struct ieee80211_vif *vif, in mt7601u_bss_info_changed()
217 mt7601u_sta_add(struct ieee80211_hw *hw, struct ieee80211_vif *vif, in mt7601u_sta_add()
248 mt7601u_sta_remove(struct ieee80211_hw *hw, struct ieee80211_vif *vif, in mt7601u_sta_remove()
267 mt7601u_sta_notify(struct ieee80211_hw *hw, struct ieee80211_vif *vif, in mt7601u_sta_notify()
274 struct ieee80211_vif *vif, in mt7601u_sw_scan()
285 struct ieee80211_vif *vif) in mt7601u_sw_scan_complete()
301 struct ieee80211_vif *vif, struct ieee80211_sta *sta, in mt7601u_set_key()
355 mt76_ampdu_action(struct ieee80211_hw *hw, struct ieee80211_vif *vif, in mt76_ampdu_action()
[all …]
/Linux-v4.19/drivers/net/wireless/ath/ath9k/
Dmain.c348 struct ieee80211_vif *vif) in ath_node_attach()
916 struct ieee80211_vif *vif) in ath9k_vif_iter_set_beacon()
932 u8 *mac, struct ieee80211_vif *vif) in ath9k_vif_iter()
1031 struct ieee80211_vif *vif, bool changed) in ath9k_set_assoc_state()
1065 struct ieee80211_vif *vif = NULL; in ath9k_set_offchannel_state() local
1195 static void ath9k_tpc_vif_iter(void *data, u8 *mac, struct ieee80211_vif *vif) in ath9k_tpc_vif_iter()
1204 void ath9k_set_txpower(struct ath_softc *sc, struct ieee80211_vif *vif) in ath9k_set_txpower()
1228 struct ieee80211_vif *vif) in ath9k_assign_hw_queues()
1246 struct ieee80211_vif *vif) in ath9k_add_interface()
1296 struct ieee80211_vif *vif, in ath9k_change_interface()
[all …]
Dhtc_drv_main.c91 static void ath9k_htc_vif_iter(void *data, u8 *mac, struct ieee80211_vif *vif) in ath9k_htc_vif_iter()
127 static void ath9k_htc_bssid_iter(void *data, u8 *mac, struct ieee80211_vif *vif) in ath9k_htc_bssid_iter()
141 struct ieee80211_vif *vif) in ath9k_htc_set_mac_bssid_mask()
467 struct ieee80211_vif *vif, in ath9k_htc_add_station()
533 struct ieee80211_vif *vif, in ath9k_htc_remove_station()
676 struct ieee80211_vif *vif, in ath9k_htc_update_rate()
703 struct ieee80211_vif *vif, in ath9k_htc_tx_aggr_oper()
1035 struct ieee80211_vif *vif) in ath9k_htc_add_interface()
1118 struct ieee80211_vif *vif) in ath9k_htc_remove_interface()
1317 struct ieee80211_vif *vif, in ath9k_htc_sta_add()
[all …]
/Linux-v4.19/drivers/net/wireless/intel/iwlwifi/dvm/
Dmac80211.c346 struct ieee80211_vif *vif, in iwlagn_mac_set_rekey_data()
442 struct ieee80211_vif *vif; in iwlagn_mac_resume() local
604 struct ieee80211_vif *vif, in iwlagn_mac_update_tkip_key()
615 struct ieee80211_vif *vif, in iwlagn_mac_set_key()
736 struct ieee80211_vif *vif, in iwlagn_mac_ampdu_action()
810 struct ieee80211_vif *vif, in iwlagn_mac_sta_add()
843 struct ieee80211_vif *vif, in iwlagn_mac_sta_remove()
870 struct ieee80211_vif *vif, in iwlagn_mac_sta_state()
965 struct ieee80211_vif *vif, in iwlagn_mac_channel_switch()
1116 static void iwlagn_mac_flush(struct ieee80211_hw *hw, struct ieee80211_vif *vif, in iwlagn_mac_flush()
[all …]
/Linux-v4.19/drivers/staging/rtlwifi/
Dcore.c177 struct ieee80211_vif *vif) in rtl_op_add_interface()
286 struct ieee80211_vif *vif) in rtl_op_remove_interface()
320 struct ieee80211_vif *vif, in rtl_op_change_interface()
856 struct ieee80211_vif *vif, in rtl_op_sta_add()
916 struct ieee80211_vif *vif, in rtl_op_sta_remove()
964 struct ieee80211_vif *vif, in rtl_op_sta_statistics()
982 struct ieee80211_vif *vif, u16 queue, in rtl_op_conf_tx()
1006 struct ieee80211_vif *vif) in send_beacon_frame()
1019 struct ieee80211_vif *vif, in rtl_op_bss_info_changed()
1383 static u64 rtl_op_get_tsf(struct ieee80211_hw *hw, struct ieee80211_vif *vif) in rtl_op_get_tsf()
[all …]

12345678910