/linux/drivers/net/wireless/microchip/wilc1000/ |
H A D | hif.c | 46 struct wilc_vif *vif; member 55 wilc_alloc_work(struct wilc_vif *vif, void (*work_fun)(struct work_struct *), in wilc_alloc_work() 92 int wilc_get_vif_idx(struct wilc_vif *vif) in wilc_get_vif_idx() 105 struct wilc_vif *vif; in wilc_get_vif_from_idx() local 118 static int handle_scan_done(struct wilc_vif *vif, enum scan_event evt) in handle_scan_done() 154 int wilc_scan(struct wilc_vif *vif, u8 scan_source, in wilc_scan() 273 static int wilc_send_connect_wid(struct wilc_vif *vif) in wilc_send_connect_wid() 337 struct wilc_vif *vif = msg->vif; in handle_connect_timeout() local 573 static void host_int_get_assoc_res_info(struct wilc_vif *vif, in host_int_get_assoc_res_info() 618 static inline void host_int_parse_assoc_resp_info(struct wilc_vif *vif, in host_int_parse_assoc_resp_info() [all …]
|
/linux/drivers/net/xen-netback/ |
H A D | hash.c | 35 static void xenvif_add_hash(struct xenvif *vif, const u8 *tag, in xenvif_add_hash() 81 static u32 xenvif_new_hash(struct xenvif *vif, const u8 *data, in xenvif_new_hash() 96 static void xenvif_flush_hash(struct xenvif *vif) in xenvif_flush_hash() 115 static u32 xenvif_find_hash(struct xenvif *vif, const u8 *data, in xenvif_find_hash() 150 void xenvif_set_skb_hash(struct xenvif *vif, struct sk_buff *skb) in xenvif_set_skb_hash() 245 u32 xenvif_set_hash_alg(struct xenvif *vif, u32 alg) in xenvif_set_hash_alg() 261 u32 xenvif_get_hash_flags(struct xenvif *vif, u32 *flags) in xenvif_get_hash_flags() 274 u32 xenvif_set_hash_flags(struct xenvif *vif, u32 flags) in xenvif_set_hash_flags() 290 u32 xenvif_set_hash_key(struct xenvif *vif, u32 gref, u32 len) in xenvif_set_hash_key() 322 u32 xenvif_set_hash_mapping_size(struct xenvif *vif, u32 size) in xenvif_set_hash_mapping_size() [all …]
|
H A D | interface.c | 70 static int xenvif_schedulable(struct xenvif *vif) in xenvif_schedulable() 181 struct xenvif *vif = netdev_priv(dev); in xenvif_select_queue() local 207 struct xenvif *vif = netdev_priv(dev); in xenvif_start_xmit() local 273 struct xenvif *vif = netdev_priv(dev); in xenvif_get_stats() local 304 static void xenvif_up(struct xenvif *vif) in xenvif_up() 320 static void xenvif_down(struct xenvif *vif) in xenvif_down() 338 struct xenvif *vif = netdev_priv(dev); in xenvif_open() local 347 struct xenvif *vif = netdev_priv(dev); in xenvif_close() local 356 struct xenvif *vif = netdev_priv(dev); in xenvif_change_mtu() local 368 struct xenvif *vif = netdev_priv(dev); in xenvif_fix_features() local [all …]
|
H A D | xenbus.c | 163 struct xenvif *vif = m->private; in xenvif_ctrl_show() local 171 static void xenvif_debugfs_addif(struct xenvif *vif) in xenvif_debugfs_addif() 191 static void xenvif_debugfs_delif(struct xenvif *vif) in xenvif_debugfs_delif() 226 struct xenvif *vif; in backend_create_xenvif() local 252 struct xenvif *vif = be->vif; in backend_disconnect() local 399 struct xenvif *vif = be->vif; in read_xenbus_frontend_xdp() local 526 struct xenvif *vif = container_of(watch, struct xenvif, credit_watch); in xen_net_rate_changed() local 546 struct xenvif *vif) in xen_register_credit_watch() 573 static void xen_unregister_credit_watch(struct xenvif *vif) in xen_unregister_credit_watch() 585 struct xenvif *vif = container_of(watch, struct xenvif, in xen_mcast_ctrl_changed() local [all …]
|
/linux/drivers/net/wireless/ath/ath6kl/ |
H A D | cfg80211.c | 145 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 …]
|
H A D | main.c | 26 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() 423 void ath6kl_connect_ap_mode_sta(struct ath6kl_vif *vif, u16 aid, u8 *mac_addr, in ath6kl_connect_ap_mode_sta() 506 struct ath6kl_vif *vif = timer_container_of(vif, t, disconnect_timer); in disconnect_timer_handler() local 512 void ath6kl_disconnect(struct ath6kl_vif *vif) in ath6kl_disconnect() 558 void ath6kl_scan_complete_evt(struct ath6kl_vif *vif, int status) in ath6kl_scan_complete_evt() 577 static int ath6kl_commit_ch_switch(struct ath6kl_vif *vif, u16 channel) in ath6kl_commit_ch_switch() 607 struct ath6kl_vif *vif; in ath6kl_check_ch_switch() local [all …]
|
/linux/drivers/net/wireless/silabs/wfx/ |
H A D | sta.c | 85 struct ieee80211_vif *vif = NULL; in wfx_configure_filter() local 140 struct ieee80211_vif *vif = wvif_to_vif(wvif); in wfx_get_ps_timeout() local 183 struct ieee80211_vif *vif = wvif_to_vif(wvif); in wfx_update_pm() local 201 int wfx_conf_tx(struct ieee80211_hw *hw, struct ieee80211_vif *vif, in wfx_conf_tx() 238 struct ieee80211_vif *vif = wvif_to_vif(wvif); in wfx_event_report_rssi() local 254 struct ieee80211_vif *vif = wvif_to_vif(wvif); in wfx_beacon_loss_work() local 261 void wfx_set_default_unicast_key(struct ieee80211_hw *hw, struct ieee80211_vif *vif, int idx) in wfx_set_default_unicast_key() 285 int wfx_sta_add(struct ieee80211_hw *hw, struct ieee80211_vif *vif, struct ieee80211_sta *sta) in wfx_sta_add() 307 int wfx_sta_remove(struct ieee80211_hw *hw, struct ieee80211_vif *vif, struct ieee80211_sta *sta) in wfx_sta_remove() 323 struct ieee80211_vif *vif = wvif_to_vif(wvif); in wfx_upload_ap_templates() local [all …]
|
/linux/drivers/net/wireless/intel/iwlwifi/mvm/ |
H A D | mac80211.c | 960 iwl_mvm_ampdu_check_trigger(struct iwl_mvm *mvm, struct ieee80211_vif *vif, in iwl_mvm_ampdu_check_trigger() 1005 struct ieee80211_vif *vif, in iwl_mvm_mac_ampdu_action() 1088 struct ieee80211_vif *vif) in iwl_mvm_cleanup_iterator() 1131 struct ieee80211_vif *vif; in iwl_mvm_cleanup_sta_iterator() local 1559 struct ieee80211_vif *vif, in iwl_mvm_post_channel_switch() 1623 struct ieee80211_vif *vif, in iwl_mvm_abort_channel_switch() 1664 struct ieee80211_vif *vif; in iwl_mvm_channel_switch_disconnect_wk() local 1696 struct ieee80211_vif *vif) in iwl_mvm_alloc_bcast_mcast_sta() 1723 struct ieee80211_vif *vif = in iwl_mvm_prevent_esr_done_wk() local 1734 struct ieee80211_vif *vif = in iwl_mvm_mlo_int_scan_wk() local [all …]
|
H A D | mld-mac.c | 8 struct ieee80211_vif *vif, in iwl_mvm_mld_set_he_support() 26 struct ieee80211_vif *vif, in iwl_mvm_mld_mac_ctxt_cmd_common() 115 struct ieee80211_vif *vif, in iwl_mvm_mld_mac_ctxt_cmd_sta() 180 struct ieee80211_vif *vif, in iwl_mvm_mld_mac_ctxt_cmd_listener() 199 struct ieee80211_vif *vif, in iwl_mvm_mld_mac_ctxt_cmd_ibss() 216 struct ieee80211_vif *vif, in iwl_mvm_mld_mac_ctxt_cmd_p2p_device() 238 struct ieee80211_vif *vif, in iwl_mvm_mld_mac_ctxt_cmd_ap_go() 258 struct ieee80211_vif *vif, in iwl_mvm_mld_mac_ctx_send() 280 int iwl_mvm_mld_mac_ctxt_add(struct iwl_mvm *mvm, struct ieee80211_vif *vif) in iwl_mvm_mld_mac_ctxt_add() 305 struct ieee80211_vif *vif, in iwl_mvm_mld_mac_ctxt_changed() [all …]
|
H A D | mld-key.c | 12 struct ieee80211_vif *vif, in iwl_mvm_get_sec_sta_mask() 60 struct ieee80211_vif *vif, in iwl_mvm_get_sec_flags() 125 struct ieee80211_vif *vif, in iwl_mvm_mld_update_sta_key() 154 struct ieee80211_vif *vif, in iwl_mvm_mld_update_sta_keys() 245 struct ieee80211_vif *vif, in iwl_mvm_sec_key_add() 297 struct ieee80211_vif *vif, in _iwl_mvm_sec_key_del() 346 struct ieee80211_vif *vif, in iwl_mvm_sec_key_del_pasn() 361 struct ieee80211_vif *vif, in iwl_mvm_sec_key_del() 369 struct ieee80211_vif *vif, in iwl_mvm_sec_key_remove_ap_iter() 391 struct ieee80211_vif *vif, in iwl_mvm_sec_key_remove_ap()
|
H A D | ftm-responder.c | 109 struct ieee80211_vif *vif, in iwl_mvm_ftm_responder_cmd() 178 struct ieee80211_vif *vif, in iwl_mvm_ftm_responder_dyn_cfg_v2() 223 struct ieee80211_vif *vif, in iwl_mvm_ftm_responder_dyn_cfg_v3() 282 struct ieee80211_vif *vif, in iwl_mvm_ftm_responder_dyn_cfg_cmd() 309 struct ieee80211_vif *vif, in iwl_mvm_resp_del_pasn_sta() 327 int iwl_mvm_ftm_start_responder(struct iwl_mvm *mvm, struct ieee80211_vif *vif, in iwl_mvm_ftm_start_responder() 377 struct ieee80211_vif *vif) in iwl_mvm_ftm_responder_clear() 388 struct ieee80211_vif *vif, in iwl_mvm_ftm_restart_responder()
|
/linux/drivers/net/wireless/ath/wil6210/ |
H A D | netdev.c | 16 struct wil6210_vif *vif; in wil_has_other_active_ifaces() local 144 struct wil6210_vif *vif; in wil6210_netdev_poll_tx() local 201 static void wil_vif_deinit(struct wil6210_vif *vif) in wil_vif_deinit() 213 void wil_vif_free(struct wil6210_vif *vif) in wil_vif_free() 223 struct wil6210_vif *vif = ndev_to_vif(ndev); in wil_ndev_destructor() local 230 struct wil6210_vif *vif = timer_container_of(vif, t, connect_timer); in wil_connect_timer_fn() local 246 struct wil6210_vif *vif = timer_container_of(vif, t, scan_timer); in wil_scan_timer_fn() local 256 struct wil6210_vif *vif = timer_container_of(vif, t, in wil_p2p_discovery_timer_fn() local 265 static void wil_vif_init(struct wil6210_vif *vif) in wil_vif_init() 304 struct wil6210_vif *vif; in wil_vif_alloc() local [all …]
|
H A D | p2p.c | 15 static int wil_p2p_start_listen(struct wil6210_vif *vif) in wil_p2p_start_listen() 59 int wil_p2p_search(struct wil6210_vif *vif, in wil_p2p_search() 129 struct wil6210_vif *vif = wdev_to_vif(wil, wdev); in wil_p2p_listen() local 177 u8 wil_p2p_stop_discovery(struct wil6210_vif *vif) in wil_p2p_stop_discovery() 196 int wil_p2p_cancel_listen(struct wil6210_vif *vif, u64 cookie) in wil_p2p_cancel_listen() 235 struct wil6210_vif *vif = container_of(p2p, in wil_p2p_listen_expired() local 263 struct wil6210_vif *vif = container_of(p2p, in wil_p2p_search_expired() local 295 struct wil6210_vif *vif = container_of(p2p, in wil_p2p_delayed_listen_work() local 340 struct wil6210_vif *vif = ndev_to_vif(wil->main_ndev); in wil_p2p_stop_radio_operations() local
|
H A D | wmi.c | 767 static void wmi_evt_ready(struct wil6210_vif *vif, int id, void *d, int len) in wmi_evt_ready() 815 static void wmi_evt_rx_mgmt(struct wil6210_vif *vif, int id, void *d, int len) in wmi_evt_rx_mgmt() 908 static void wmi_evt_tx_mgmt(struct wil6210_vif *vif, int id, void *d, int len) in wmi_evt_tx_mgmt() 919 static void wmi_evt_scan_complete(struct wil6210_vif *vif, int id, in wmi_evt_scan_complete() 952 static void wmi_evt_connect(struct wil6210_vif *vif, int id, void *d, int len) in wmi_evt_connect() 1120 static void wmi_evt_disconnect(struct wil6210_vif *vif, int id, in wmi_evt_disconnect() 1165 static void wmi_evt_eapol_rx(struct wil6210_vif *vif, int id, void *d, int len) in wmi_evt_eapol_rx() 1215 static void wmi_evt_ring_en(struct wil6210_vif *vif, int id, void *d, int len) in wmi_evt_ring_en() 1263 static void wmi_evt_ba_status(struct wil6210_vif *vif, int id, in wmi_evt_ba_status() 1295 static void wmi_evt_addba_rx_req(struct wil6210_vif *vif, int id, in wmi_evt_addba_rx_req() [all …]
|
H A D | cfg80211.c | 430 int wil_cid_fill_sinfo(struct wil6210_vif *vif, int cid, in wil_cid_fill_sinfo() 539 struct wil6210_vif *vif = ndev_to_vif(ndev); in wil_cfg80211_get_station() local 579 struct wil6210_vif *vif = ndev_to_vif(dev); in wil_cfg80211_dump_station() local 643 struct wil6210_vif *vif, in wil_cfg80211_validate_change_iface() 678 struct wil6210_vif *vif; in wil_cfg80211_add_iface() local 749 int wil_vif_prepare_stop(struct wil6210_vif *vif) in wil_vif_prepare_stop() 778 struct wil6210_vif *vif = wdev_to_vif(wil, wdev); in wil_cfg80211_del_iface() local 828 struct wil6210_vif *vif = ndev_to_vif(ndev); in wil_cfg80211_change_iface() local 894 struct wil6210_vif *vif = wdev_to_vif(wil, wdev); in wil_cfg80211_scan() local 1034 struct wil6210_vif *vif = wdev_to_vif(wil, wdev); in wil_cfg80211_abort_scan() local [all …]
|
/linux/drivers/net/wireless/quantenna/qtnfmac/ |
H A D | core.c | 81 struct qtnf_vif *vif = qtnf_netdev_get_priv(skb->dev); in qtnf_packet_send_hi_pri() local 92 struct qtnf_vif *vif; in qtnf_netdev_hard_start_xmit() local 140 struct qtnf_vif *vif = qtnf_netdev_get_priv(ndev); in qtnf_netdev_tx_timeout() local 164 struct qtnf_vif *vif = qtnf_netdev_get_priv(ndev); in qtnf_netdev_set_mac_address() local 190 const struct qtnf_vif *vif = qtnf_netdev_get_priv(ndev); in qtnf_netdev_port_parent_id() local 259 struct qtnf_vif *vif; in qtnf_mac_get_free_vif() local 273 struct qtnf_vif *vif; in qtnf_mac_get_base_vif() local 315 struct qtnf_vif *vif = container_of(work, struct qtnf_vif, reset_work); in qtnf_vif_reset_handler() local 336 struct qtnf_vif *vif = &mac->iflist[QTNF_PRIMARY_VIF_IDX]; in qtnf_mac_init_primary_intf() local 378 struct qtnf_vif *vif = in qtnf_vif_send_data_high_pri() local [all …]
|
H A D | event.c | 19 qtnf_event_handle_sta_assoc(struct qtnf_wmac *mac, struct qtnf_vif *vif, in qtnf_event_handle_sta_assoc() 102 qtnf_event_handle_sta_deauth(struct qtnf_wmac *mac, struct qtnf_vif *vif, in qtnf_event_handle_sta_deauth() 136 qtnf_event_handle_bss_join(struct qtnf_vif *vif, in qtnf_event_handle_bss_join() 284 qtnf_event_handle_bss_leave(struct qtnf_vif *vif, in qtnf_event_handle_bss_leave() 311 qtnf_event_handle_mgmt_received(struct qtnf_vif *vif, in qtnf_event_handle_mgmt_received() 340 qtnf_event_handle_scan_results(struct qtnf_vif *vif, in qtnf_event_handle_scan_results() 442 struct qtnf_vif *vif; in qtnf_event_handle_freq_change() local 488 static int qtnf_event_handle_radar(struct qtnf_vif *vif, in qtnf_event_handle_radar() 557 qtnf_event_handle_external_auth(struct qtnf_vif *vif, in qtnf_event_handle_external_auth() 596 qtnf_event_handle_mic_failure(struct qtnf_vif *vif, in qtnf_event_handle_mic_failure() [all …]
|
/linux/drivers/net/wireless/intel/iwlwifi/mld/ |
H A D | mac80211.c | 584 struct ieee80211_vif *vif) in iwl_mld_mac80211_add_interface() 640 struct ieee80211_vif *vif) in iwl_mld_mac80211_remove_interface() 674 struct ieee80211_vif *vif) in iwl_mld_mc_iface_iterator() 935 struct ieee80211_vif *vif, in iwl_mld_can_activate_link() 960 struct ieee80211_vif *vif, in iwl_mld_assign_vif_chanctx() 1061 struct ieee80211_vif *vif, in iwl_mld_unassign_vif_chanctx() 1112 struct ieee80211_vif *vif, in iwl_mld_link_info_changed_ap_ibss() 1139 struct ieee80211_vif *vif, in iwl_mld_link_changed_mapping() 1173 struct ieee80211_vif *vif, in iwl_mld_mac80211_link_info_changed_sta() 1237 struct ieee80211_vif *vif, in iwl_mld_mac80211_link_info_changed() [all …]
|
/linux/drivers/net/wireless/mediatek/mt76/mt7615/ |
H A D | main.c | 180 struct ieee80211_vif *vif) in mt7615_add_interface() 247 struct ieee80211_vif *vif) in mt7615_remove_interface() 336 struct ieee80211_vif *vif, struct ieee80211_sta *sta, in mt7615_set_key() 461 mt7615_conf_tx(struct ieee80211_hw *hw, struct ieee80211_vif *vif, in mt7615_conf_tx() 542 mt7615_update_mu_group(struct ieee80211_hw *hw, struct ieee80211_vif *vif, in mt7615_update_mu_group() 568 struct ieee80211_vif *vif, in mt7615_bss_info_changed() 623 struct ieee80211_vif *vif, in mt7615_channel_switch_beacon() 633 int mt7615_mac_sta_add(struct mt76_dev *mdev, struct ieee80211_vif *vif, in mt7615_mac_sta_add() 675 void mt7615_mac_sta_remove(struct mt76_dev *mdev, struct ieee80211_vif *vif, in mt7615_mac_sta_remove() 704 struct ieee80211_vif *vif, in mt7615_sta_rate_tbl_update() [all …]
|
/linux/drivers/net/wireless/mediatek/mt7601u/ |
H A D | main.c | 45 struct ieee80211_vif *vif) in mt7601u_add_interface() 72 struct ieee80211_vif *vif) in mt7601u_remove_interface() 134 mt7601u_bss_info_changed(struct ieee80211_hw *hw, struct ieee80211_vif *vif, in mt7601u_bss_info_changed() 209 mt7601u_sta_add(struct ieee80211_hw *hw, struct ieee80211_vif *vif, in mt7601u_sta_add() 240 mt7601u_sta_remove(struct ieee80211_hw *hw, struct ieee80211_vif *vif, in mt7601u_sta_remove() 259 mt7601u_sta_notify(struct ieee80211_hw *hw, struct ieee80211_vif *vif, in mt7601u_sta_notify() 266 struct ieee80211_vif *vif, in mt7601u_sw_scan() 277 struct ieee80211_vif *vif) in mt7601u_sw_scan_complete() 293 struct ieee80211_vif *vif, struct ieee80211_sta *sta, in mt7601u_set_key() 347 mt76_ampdu_action(struct ieee80211_hw *hw, struct ieee80211_vif *vif, in mt76_ampdu_action() [all …]
|
/linux/drivers/net/wireless/ath/ath9k/ |
H A D | htc_drv_main.c | 91 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 …]
|
H A D | main.c | 354 struct ieee80211_vif *vif) in ath_node_attach() 1002 struct ieee80211_vif *vif) in ath9k_vif_iter_set_beacon() 1018 u8 *mac, struct ieee80211_vif *vif) in ath9k_vif_iter() 1114 struct ieee80211_vif *vif, bool changed) in ath9k_set_assoc_state() 1148 struct ieee80211_vif *vif = NULL; in ath9k_set_offchannel_state() local 1276 static void ath9k_tpc_vif_iter(void *data, u8 *mac, struct ieee80211_vif *vif) in ath9k_tpc_vif_iter() 1288 void ath9k_set_txpower(struct ath_softc *sc, struct ieee80211_vif *vif) in ath9k_set_txpower() 1312 struct ieee80211_vif *vif) in ath9k_assign_hw_queues() 1330 struct ieee80211_vif *vif) in ath9k_add_interface() 1379 struct ieee80211_vif *vif, in ath9k_change_interface() [all …]
|
/linux/drivers/net/wireless/rsi/ |
H A D | rsi_91x_mac80211.c | 234 struct ieee80211_vif *vif, in rsi_mac80211_hw_scan_start() 275 struct ieee80211_vif *vif) in rsi_mac80211_cancel_hw_scan() 460 struct ieee80211_vif *vif) in rsi_mac80211_add_interface() 531 struct ieee80211_vif *vif) in rsi_mac80211_remove_interface() 581 struct ieee80211_vif *vif; in rsi_channel_change() local 685 struct ieee80211_vif *vif, *sta_vif = NULL; in rsi_mac80211_config() local 735 u16 rsi_get_connected_channel(struct ieee80211_vif *vif) in rsi_get_connected_channel() 753 struct ieee80211_vif *vif) in rsi_switch_channel() 785 struct ieee80211_vif *vif, in rsi_mac80211_bss_info_changed() 900 struct ieee80211_vif *vif, in rsi_mac80211_conf_tx() [all …]
|
/linux/drivers/net/wireless/ath/wcn36xx/ |
H A D | smd.c | 225 static void wcn36xx_smd_set_bss_ht_params(struct ieee80211_vif *vif, in wcn36xx_smd_set_bss_ht_params() 251 wcn36xx_smd_set_bss_vht_params(struct ieee80211_vif *vif, in wcn36xx_smd_set_bss_vht_params() 363 struct ieee80211_vif *vif, in wcn36xx_smd_set_sta_params() 697 struct ieee80211_vif *vif) in wcn36xx_smd_init_scan() 799 struct ieee80211_vif *vif) in wcn36xx_smd_finish_scan() 839 int wcn36xx_smd_start_hw_scan(struct wcn36xx *wcn, struct ieee80211_vif *vif, in wcn36xx_smd_start_hw_scan() 1035 struct ieee80211_vif *vif, int ch) in wcn36xx_smd_switch_channel() 1092 struct ieee80211_vif *vif, void *ptt_msg, size_t len, in wcn36xx_smd_process_ptt_msg() 1191 struct ieee80211_vif *vif, in wcn36xx_smd_add_sta_self_rsp() 1219 int wcn36xx_smd_add_sta_self(struct wcn36xx *wcn, struct ieee80211_vif *vif) in wcn36xx_smd_add_sta_self() [all …]
|
/linux/drivers/net/wireless/ath/ath5k/ |
H A D | mac80211-ops.c | 74 ath5k_add_interface(struct ieee80211_hw *hw, struct ieee80211_vif *vif) in ath5k_add_interface() 159 struct ieee80211_vif *vif) in ath5k_remove_interface() 252 ath5k_bss_info_changed(struct ieee80211_hw *hw, struct ieee80211_vif *vif, in ath5k_bss_info_changed() 473 struct ieee80211_vif *vif, struct ieee80211_sta *sta, in ath5k_set_key() 537 struct ieee80211_vif *vif, in ath5k_sw_scan_start() 547 ath5k_sw_scan_complete(struct ieee80211_hw *hw, struct ieee80211_vif *vif) in ath5k_sw_scan_complete() 574 ath5k_conf_tx(struct ieee80211_hw *hw, struct ieee80211_vif *vif, in ath5k_conf_tx() 614 ath5k_get_tsf(struct ieee80211_hw *hw, struct ieee80211_vif *vif) in ath5k_get_tsf() 623 ath5k_set_tsf(struct ieee80211_hw *hw, struct ieee80211_vif *vif, u64 tsf) in ath5k_set_tsf() 632 ath5k_reset_tsf(struct ieee80211_hw *hw, struct ieee80211_vif *vif) in ath5k_reset_tsf()
|