/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath6kl/ |
D | cfg80211.c | 145 static bool __ath6kl_cfg80211_sscan_stop(struct ath6kl_vif *vif) in __ath6kl_cfg80211_sscan_stop() argument 147 struct ath6kl *ar = vif->ar; in __ath6kl_cfg80211_sscan_stop() 149 if (!test_and_clear_bit(SCHED_SCANNING, &vif->flags)) in __ath6kl_cfg80211_sscan_stop() 152 del_timer_sync(&vif->sched_scan_timer); in __ath6kl_cfg80211_sscan_stop() 157 ath6kl_wmi_enable_sched_scan_cmd(ar->wmi, vif->fw_vif_idx, false); in __ath6kl_cfg80211_sscan_stop() 162 static void ath6kl_cfg80211_sscan_disable(struct ath6kl_vif *vif) in ath6kl_cfg80211_sscan_disable() argument 164 struct ath6kl *ar = vif->ar; in ath6kl_cfg80211_sscan_disable() 167 stopped = __ath6kl_cfg80211_sscan_stop(vif); in ath6kl_cfg80211_sscan_disable() 175 static int ath6kl_set_wpa_version(struct ath6kl_vif *vif, in ath6kl_set_wpa_version() argument 181 vif->auth_mode = NONE_AUTH; in ath6kl_set_wpa_version() [all …]
|
D | main.c | 26 struct ath6kl_sta *ath6kl_find_sta(struct ath6kl_vif *vif, u8 *node_addr) in ath6kl_find_sta() argument 28 struct ath6kl *ar = vif->ar; in ath6kl_find_sta() 35 max_conn = (vif->nw_type == AP_NETWORK) ? AP_MAX_NUM_STA : 0; in ath6kl_find_sta() 61 static void ath6kl_add_new_sta(struct ath6kl_vif *vif, u8 *mac, u16 aid, in ath6kl_add_new_sta() argument 65 struct ath6kl *ar = vif->ar; in ath6kl_add_new_sta() 83 aggr_conn_init(vif, vif->aggr_cntxt, sta->aggr_conn); in ath6kl_add_new_sta() 350 static void ath6kl_install_static_wep_keys(struct ath6kl_vif *vif) in ath6kl_install_static_wep_keys() argument 356 if (vif->wep_key_list[index].key_len) { in ath6kl_install_static_wep_keys() 358 if (index == vif->def_txkey_index) in ath6kl_install_static_wep_keys() 361 ath6kl_wmi_addkey_cmd(vif->ar->wmi, vif->fw_vif_idx, in ath6kl_install_static_wep_keys() [all …]
|
/kernel/linux/linux-5.10/drivers/net/wireless/microchip/wilc1000/ |
D | netdev.c | 28 struct wilc_vif *vif = netdev_priv(dev); in isr_uh_routine() local 29 struct wilc *wilc = vif->wilc; in isr_uh_routine() 41 struct wilc_vif *vif = netdev_priv(userdata); in isr_bh_routine() local 42 struct wilc *wilc = vif->wilc; in isr_bh_routine() 56 struct wilc_vif *vif = netdev_priv(dev); in init_irq() local 57 struct wilc *wl = vif->wilc; in init_irq() 75 struct wilc_vif *vif = netdev_priv(dev); in deinit_irq() local 76 struct wilc *wilc = vif->wilc; in deinit_irq() 99 struct wilc_vif *vif; in get_if_handler() local 102 list_for_each_entry_rcu(vif, &wilc->vif_list, list) { in get_if_handler() [all …]
|
D | cfg80211.c | 167 struct wilc_vif *vif = netdev_priv(dev); in cfg_connect_result() local 168 struct wilc *wl = vif->wilc; in cfg_connect_result() 173 vif->connecting = false; in cfg_connect_result() 183 if (vif->iftype != WILC_CLIENT_MODE) in cfg_connect_result() 193 cfg80211_ref_bss(wiphy, vif->bss); in cfg_connect_result() 194 cfg80211_connect_bss(dev, conn_info->bssid, vif->bss, in cfg_connect_result() 202 vif->bss = NULL; in cfg_connect_result() 209 if (vif->iftype != WILC_CLIENT_MODE) { in cfg_connect_result() 224 struct wilc_vif *vif; in wilc_get_wl_to_vif() local 226 vif = list_first_or_null_rcu(&wl->vif_list, typeof(*vif), list); in wilc_get_wl_to_vif() [all …]
|
D | hif.c | 41 struct wilc_vif *vif; member 50 wilc_alloc_work(struct wilc_vif *vif, void (*work_fun)(struct work_struct *), in wilc_alloc_work() argument 62 msg->vif = vif; in wilc_alloc_work() 74 if (!msg->vif || !msg->vif->wilc || !msg->vif->wilc->hif_workqueue) in wilc_enqueue_work() 77 if (!queue_work(msg->vif->wilc->hif_workqueue, &msg->work)) in wilc_enqueue_work() 87 int wilc_get_vif_idx(struct wilc_vif *vif) in wilc_get_vif_idx() argument 89 return vif->idx + 1; in wilc_get_vif_idx() 100 struct wilc_vif *vif; in wilc_get_vif_from_idx() local 105 list_for_each_entry_rcu(vif, &wilc->vif_list, list) { in wilc_get_vif_from_idx() 106 if (vif->idx == index) in wilc_get_vif_from_idx() [all …]
|
D | hif.h | 154 int wilc_remove_wep_key(struct wilc_vif *vif, u8 index); 155 int wilc_set_wep_default_keyid(struct wilc_vif *vif, u8 index); 156 int wilc_add_wep_key_bss_sta(struct wilc_vif *vif, const u8 *key, u8 len, 158 int wilc_add_wep_key_bss_ap(struct wilc_vif *vif, const u8 *key, u8 len, 160 int wilc_add_ptk(struct wilc_vif *vif, const u8 *ptk, u8 ptk_key_len, 163 s32 wilc_get_inactive_time(struct wilc_vif *vif, const u8 *mac, 165 int wilc_add_rx_gtk(struct wilc_vif *vif, const u8 *rx_gtk, u8 gtk_key_len, 169 int wilc_set_pmkid_info(struct wilc_vif *vif, struct wilc_pmkid_attr *pmkid); 170 int wilc_get_mac_address(struct wilc_vif *vif, u8 *mac_addr); 171 int wilc_set_join_req(struct wilc_vif *vif, u8 *bssid, const u8 *ies, [all …]
|
/kernel/linux/linux-5.10/drivers/net/wireless/quantenna/qtnfmac/ |
D | cfg80211.c | 79 struct qtnf_vif *vif; in qtnf_validate_iface_combinations() local 91 vif = &mac->iflist[i]; in qtnf_validate_iface_combinations() 92 if (vif->wdev.iftype != NL80211_IFTYPE_UNSPECIFIED) in qtnf_validate_iface_combinations() 93 params.iftype_num[vif->wdev.iftype]++; in qtnf_validate_iface_combinations() 112 vif = qtnf_mac_get_base_vif(mac); in qtnf_validate_iface_combinations() 113 if (vif && vif->wdev.iftype == NL80211_IFTYPE_AP && in qtnf_validate_iface_combinations() 114 vif != change_vif && new_type == NL80211_IFTYPE_STATION) { in qtnf_validate_iface_combinations() 129 struct qtnf_vif *vif = qtnf_netdev_get_priv(dev); in qtnf_change_virtual_intf() local 134 ret = qtnf_validate_iface_combinations(wiphy, vif, type); in qtnf_change_virtual_intf() 137 vif->mac->macid, vif->vifid, type); in qtnf_change_virtual_intf() [all …]
|
D | event.c | 19 qtnf_event_handle_sta_assoc(struct qtnf_wmac *mac, struct qtnf_vif *vif, in qtnf_event_handle_sta_assoc() argument 34 mac->macid, vif->vifid, len, sizeof(*sta_assoc)); in qtnf_event_handle_sta_assoc() 38 if (vif->wdev.iftype != NL80211_IFTYPE_AP) { in qtnf_event_handle_sta_assoc() 40 mac->macid, vif->vifid); in qtnf_event_handle_sta_assoc() 51 pr_debug("VIF%u.%u: MAC:%pM FC:%x\n", mac->macid, vif->vifid, sta_addr, in qtnf_event_handle_sta_assoc() 54 qtnf_sta_list_add(vif, sta_addr); in qtnf_event_handle_sta_assoc() 58 sinfo->generation = vif->generation; in qtnf_event_handle_sta_assoc() 93 cfg80211_new_sta(vif->netdev, sta_assoc->sta_addr, sinfo, 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() argument 111 mac->macid, vif->vifid, len, in qtnf_event_handle_sta_deauth() [all …]
|
D | commands.h | 16 int qtnf_cmd_send_add_intf(struct qtnf_vif *vif, enum nl80211_iftype iftype, 18 int qtnf_cmd_send_change_intf_type(struct qtnf_vif *vif, 22 int qtnf_cmd_send_del_intf(struct qtnf_vif *vif); 26 int qtnf_cmd_send_start_ap(struct qtnf_vif *vif, 28 int qtnf_cmd_send_stop_ap(struct qtnf_vif *vif); 29 int qtnf_cmd_send_register_mgmt(struct qtnf_vif *vif, u16 frame_type, bool reg); 30 int qtnf_cmd_send_frame(struct qtnf_vif *vif, u32 cookie, u16 flags, 32 int qtnf_cmd_send_mgmt_set_appie(struct qtnf_vif *vif, u8 frame_type, 34 int qtnf_cmd_get_sta_info(struct qtnf_vif *vif, const u8 *sta_mac, 38 int qtnf_cmd_send_add_key(struct qtnf_vif *vif, u8 key_index, bool pairwise, [all …]
|
D | core.c | 81 struct qtnf_vif *vif = qtnf_netdev_get_priv(skb->dev); in qtnf_packet_send_hi_pri() local 83 skb_queue_tail(&vif->high_pri_tx_queue, skb); in qtnf_packet_send_hi_pri() 84 queue_work(vif->mac->bus->hprio_workqueue, &vif->high_pri_tx_work); in qtnf_packet_send_hi_pri() 92 struct qtnf_vif *vif; in qtnf_netdev_hard_start_xmit() local 95 vif = qtnf_netdev_get_priv(ndev); in qtnf_netdev_hard_start_xmit() 103 if (unlikely(vif->wdev.iftype == NL80211_IFTYPE_UNSPECIFIED)) { in qtnf_netdev_hard_start_xmit() 109 mac = vif->mac; in qtnf_netdev_hard_start_xmit() 125 vif->cons_tx_timeout_cnt = 0; in qtnf_netdev_hard_start_xmit() 133 return qtnf_bus_data_tx(mac->bus, skb, mac->macid, vif->vifid); in qtnf_netdev_hard_start_xmit() 141 struct qtnf_vif *vif = qtnf_netdev_get_priv(ndev); in qtnf_netdev_get_stats64() local [all …]
|
/kernel/linux/linux-5.10/drivers/net/xen-netback/ |
D | interface.c | 73 static int xenvif_schedulable(struct xenvif *vif) in xenvif_schedulable() argument 75 return netif_running(vif->dev) && in xenvif_schedulable() 76 test_bit(VIF_STATUS_CONNECTED, &vif->status) && in xenvif_schedulable() 77 !vif->disabled; in xenvif_schedulable() 116 if (unlikely(queue->vif->disabled)) { in xenvif_poll() 184 struct xenvif *vif = netdev_priv(dev); in xenvif_select_queue() local 185 unsigned int size = vif->hash.size; in xenvif_select_queue() 190 num_queues = READ_ONCE(vif->num_queues); in xenvif_select_queue() 194 if (vif->hash.alg == XEN_NETIF_CTRL_HASH_ALGORITHM_NONE) in xenvif_select_queue() 198 xenvif_set_skb_hash(vif, skb); in xenvif_select_queue() [all …]
|
D | hash.c | 35 static void xenvif_add_hash(struct xenvif *vif, const u8 *tag, in xenvif_add_hash() argument 50 spin_lock_irqsave(&vif->hash.cache.lock, flags); in xenvif_add_hash() 54 list_for_each_entry_rcu(entry, &vif->hash.cache.list, link, in xenvif_add_hash() 55 lockdep_is_held(&vif->hash.cache.lock)) { in xenvif_add_hash() 65 new->seq = atomic_inc_return(&vif->hash.cache.seq); in xenvif_add_hash() 66 list_add_rcu(&new->link, &vif->hash.cache.list); in xenvif_add_hash() 68 if (++vif->hash.cache.count > xenvif_hash_cache_size) { in xenvif_add_hash() 70 vif->hash.cache.count--; in xenvif_add_hash() 75 spin_unlock_irqrestore(&vif->hash.cache.lock, flags); in xenvif_add_hash() 81 static u32 xenvif_new_hash(struct xenvif *vif, const u8 *data, in xenvif_new_hash() argument [all …]
|
D | xenbus.c | 19 static void xen_unregister_watchers(struct xenvif *vif); 92 dev_queue = netdev_get_tx_queue(queue->vif->dev, queue->id); in xenvif_read_io_ring() 163 struct xenvif *vif = m->private; in xenvif_ctrl_show() local 165 xenvif_dump_hash_info(vif, m); in xenvif_ctrl_show() 171 static void xenvif_debugfs_addif(struct xenvif *vif) in xenvif_debugfs_addif() argument 175 vif->xenvif_dbg_root = debugfs_create_dir(vif->dev->name, in xenvif_debugfs_addif() 177 for (i = 0; i < vif->num_queues; ++i) { in xenvif_debugfs_addif() 181 debugfs_create_file(filename, 0600, vif->xenvif_dbg_root, in xenvif_debugfs_addif() 182 &vif->queues[i], in xenvif_debugfs_addif() 186 if (vif->ctrl_irq) in xenvif_debugfs_addif() [all …]
|
/kernel/linux/linux-5.10/drivers/net/wireless/ath/wil6210/ |
D | netdev.c | 16 struct wil6210_vif *vif; in wil_has_other_active_ifaces() local 20 vif = wil->vifs[i]; in wil_has_other_active_ifaces() 21 if (vif) { in wil_has_other_active_ifaces() 22 ndev_i = vif_to_ndev(vif); in wil_has_other_active_ifaces() 144 struct wil6210_vif *vif; in wil6210_netdev_poll_tx() local 150 vif = wil->vifs[txdata->mid]; in wil6210_netdev_poll_tx() 151 if (unlikely(!vif)) { in wil6210_netdev_poll_tx() 156 tx_done += wil_tx_complete(vif, i); in wil6210_netdev_poll_tx() 201 static void wil_vif_deinit(struct wil6210_vif *vif) in wil_vif_deinit() argument 203 del_timer_sync(&vif->scan_timer); in wil_vif_deinit() [all …]
|
D | p2p.c | 15 static int wil_p2p_start_listen(struct wil6210_vif *vif) in wil_p2p_start_listen() argument 17 struct wil6210_priv *wil = vif_to_wil(vif); in wil_p2p_start_listen() 18 struct wil_p2p_info *p2p = &vif->p2p; in wil_p2p_start_listen() 24 rc = wmi_p2p_cfg(vif, channel, P2P_DEFAULT_BI); in wil_p2p_start_listen() 30 rc = wmi_set_ssid(vif, strlen(P2P_WILDCARD_SSID), P2P_WILDCARD_SSID); in wil_p2p_start_listen() 36 rc = wmi_start_listen(vif); in wil_p2p_start_listen() 47 wmi_stop_discovery(vif); in wil_p2p_start_listen() 59 int wil_p2p_search(struct wil6210_vif *vif, in wil_p2p_search() argument 62 struct wil6210_priv *wil = vif_to_wil(vif); in wil_p2p_search() 64 struct wil_p2p_info *p2p = &vif->p2p; in wil_p2p_search() [all …]
|
D | cfg80211.c | 430 int wil_cid_fill_sinfo(struct wil6210_vif *vif, int cid, in wil_cid_fill_sinfo() argument 433 struct wil6210_priv *wil = vif_to_wil(vif); in wil_cid_fill_sinfo() 448 rc = wmi_call(wil, WMI_NOTIFY_REQ_CMDID, vif->mid, &cmd, sizeof(cmd), in wil_cid_fill_sinfo() 460 cid, vif->mid, le16_to_cpu(reply.evt.bf_mcs), in wil_cid_fill_sinfo() 501 if (test_bit(wil_vif_fwconnected, vif->status)) { in wil_cid_fill_sinfo() 517 struct wil6210_vif *vif = ndev_to_vif(ndev); in wil_cfg80211_get_station() local 521 int cid = wil_find_cid(wil, vif->mid, mac); in wil_cfg80211_get_station() 524 vif->mid); in wil_cfg80211_get_station() 528 rc = wil_cid_fill_sinfo(vif, cid, sinfo); in wil_cfg80211_get_station() 557 struct wil6210_vif *vif = ndev_to_vif(dev); in wil_cfg80211_dump_station() local [all …]
|
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/mvm/ |
D | mac-ctxt.c | 91 struct ieee80211_vif *vif; member 99 struct ieee80211_vif *vif) in iwl_mvm_mac_tsf_id_iter() argument 102 struct iwl_mvm_vif *mvmvif = iwl_mvm_vif_from_mac80211(vif); in iwl_mvm_mac_tsf_id_iter() 106 if (vif == data->vif) in iwl_mvm_mac_tsf_id_iter() 125 switch (data->vif->type) { in iwl_mvm_mac_tsf_id_iter() 135 if (vif->type != NL80211_IFTYPE_AP || in iwl_mvm_mac_tsf_id_iter() 140 min_bi = min(data->vif->bss_conf.beacon_int, in iwl_mvm_mac_tsf_id_iter() 141 vif->bss_conf.beacon_int); in iwl_mvm_mac_tsf_id_iter() 146 if ((data->vif->bss_conf.beacon_int - in iwl_mvm_mac_tsf_id_iter() 147 vif->bss_conf.beacon_int) % min_bi == 0) { in iwl_mvm_mac_tsf_id_iter() [all …]
|
D | mac80211.c | 214 struct ieee80211_vif *vif, 814 if ((info->control.vif->type == NL80211_IFTYPE_AP || in iwl_mvm_mac_tx() 815 info->control.vif->type == NL80211_IFTYPE_ADHOC) && in iwl_mvm_mac_tx() 821 if (!sta && info->control.vif->type == NL80211_IFTYPE_STATION && in iwl_mvm_mac_tx() 824 iwl_mvm_vif_from_mac80211(info->control.vif); in iwl_mvm_mac_tx() 943 iwl_mvm_ampdu_check_trigger(struct iwl_mvm *mvm, struct ieee80211_vif *vif, in iwl_mvm_ampdu_check_trigger() argument 950 trig = iwl_fw_dbg_trigger_on(&mvm->fwrt, ieee80211_vif_to_wdev(vif), in iwl_mvm_ampdu_check_trigger() 988 struct ieee80211_vif *vif, in iwl_mvm_mac_ampdu_action() argument 1011 if (iwl_mvm_vif_from_mac80211(vif)->ap_sta_id == in iwl_mvm_mac_ampdu_action() 1014 u16 macid = iwl_mvm_vif_from_mac80211(vif)->id; in iwl_mvm_mac_ampdu_action() [all …]
|
D | power.c | 129 struct ieee80211_vif *vif, in iwl_mvm_beacon_filter_set_cqm_params() argument 132 struct iwl_mvm_vif *mvmvif = iwl_mvm_vif_from_mac80211(vif); in iwl_mvm_beacon_filter_set_cqm_params() 134 if (vif->bss_conf.cqm_rssi_thold) { in iwl_mvm_beacon_filter_set_cqm_params() 136 cpu_to_le32(vif->bss_conf.cqm_rssi_hyst); in iwl_mvm_beacon_filter_set_cqm_params() 139 cpu_to_le32(-vif->bss_conf.cqm_rssi_thold); in iwl_mvm_beacon_filter_set_cqm_params() 182 struct ieee80211_vif *vif, in iwl_mvm_power_configure_uapsd() argument 185 struct iwl_mvm_vif *mvmvif = iwl_mvm_vif_from_mac80211(vif); in iwl_mvm_power_configure_uapsd() 274 struct ieee80211_vif *vif) in iwl_mvm_p2p_standalone_iterator() argument 278 switch (ieee80211_vif_type_p2p(vif)) { in iwl_mvm_p2p_standalone_iterator() 284 if (vif->bss_conf.assoc) in iwl_mvm_p2p_standalone_iterator() [all …]
|
D | debugfs-vif.c | 66 struct ieee80211_vif *vif, in iwl_dbgfs_update_pm() argument 69 struct iwl_mvm_vif *mvmvif = iwl_mvm_vif_from_mac80211(vif); in iwl_dbgfs_update_pm() 76 int dtimper = vif->bss_conf.dtim_period ?: 1; in iwl_dbgfs_update_pm() 77 int dtimper_msec = dtimper * vif->bss_conf.beacon_int; in iwl_dbgfs_update_pm() 127 static ssize_t iwl_dbgfs_pm_params_write(struct ieee80211_vif *vif, char *buf, in iwl_dbgfs_pm_params_write() argument 130 struct iwl_mvm_vif *mvmvif = iwl_mvm_vif_from_mac80211(vif); in iwl_dbgfs_pm_params_write() 183 iwl_dbgfs_update_pm(mvm, vif, param, val); in iwl_dbgfs_pm_params_write() 194 struct ieee80211_vif *vif = file->private_data; in iwl_dbgfs_tx_pwr_lmt_read() local 200 vif->bss_conf.txpower); in iwl_dbgfs_tx_pwr_lmt_read() 209 struct ieee80211_vif *vif = file->private_data; in iwl_dbgfs_pm_params_read() local [all …]
|
D | sta.h | 435 struct ieee80211_vif *vif; member 490 struct ieee80211_vif *vif, 494 struct ieee80211_vif *vif, in iwl_mvm_update_sta() argument 503 struct ieee80211_vif *vif, 506 struct ieee80211_vif *vif, 509 struct ieee80211_vif *vif, 514 struct ieee80211_vif *vif, 519 struct ieee80211_vif *vif, 530 int iwl_mvm_sta_tx_agg_start(struct iwl_mvm *mvm, struct ieee80211_vif *vif, 532 int iwl_mvm_sta_tx_agg_oper(struct iwl_mvm *mvm, struct ieee80211_vif *vif, [all …]
|
/kernel/linux/linux-5.10/drivers/staging/wfx/ |
D | sta.c | 130 wvif->vif->type == NL80211_IFTYPE_AP) { in wfx_configure_filter() 151 WARN(!wvif->vif->bss_conf.assoc && enable_ps, in wfx_get_ps_timeout() 154 chan0 = wdev_to_wvif(wvif->wdev, 0)->vif->bss_conf.chandef.chan; in wfx_get_ps_timeout() 156 chan1 = wdev_to_wvif(wvif->wdev, 1)->vif->bss_conf.chandef.chan; in wfx_get_ps_timeout() 158 wvif->vif->type != NL80211_IFTYPE_AP) { in wfx_get_ps_timeout() 171 *enable_ps = wvif->vif->bss_conf.ps; in wfx_get_ps_timeout() 174 else if (wvif->vif->bss_conf.assoc && wvif->vif->bss_conf.ps) in wfx_get_ps_timeout() 185 if (!wvif->vif->bss_conf.assoc) in wfx_update_pm() 201 int wfx_conf_tx(struct ieee80211_hw *hw, struct ieee80211_vif *vif, in wfx_conf_tx() argument 205 struct wfx_vif *wvif = (struct wfx_vif *)vif->drv_priv; in wfx_conf_tx() [all …]
|
D | sta.h | 27 struct ieee80211_vif *vif, int idx); 31 int wfx_add_interface(struct ieee80211_hw *hw, struct ieee80211_vif *vif); 32 void wfx_remove_interface(struct ieee80211_hw *hw, struct ieee80211_vif *vif); 33 int wfx_start_ap(struct ieee80211_hw *hw, struct ieee80211_vif *vif); 34 void wfx_stop_ap(struct ieee80211_hw *hw, struct ieee80211_vif *vif); 35 int wfx_join_ibss(struct ieee80211_hw *hw, struct ieee80211_vif *vif); 36 void wfx_leave_ibss(struct ieee80211_hw *hw, struct ieee80211_vif *vif); 37 int wfx_conf_tx(struct ieee80211_hw *hw, struct ieee80211_vif *vif, 39 void wfx_bss_info_changed(struct ieee80211_hw *hw, struct ieee80211_vif *vif, 41 int wfx_sta_add(struct ieee80211_hw *hw, struct ieee80211_vif *vif, [all …]
|
/kernel/linux/linux-5.10/include/net/ |
D | mac80211.h | 268 struct ieee80211_vif *vif; member 1074 struct ieee80211_vif *vif; member 1734 static inline bool ieee80211_vif_is_mesh(struct ieee80211_vif *vif) in ieee80211_vif_is_mesh() argument 1737 return vif->type == NL80211_IFTYPE_MESH_POINT; in ieee80211_vif_is_mesh() 1766 struct wireless_dev *ieee80211_vif_to_wdev(struct ieee80211_vif *vif); 2156 struct ieee80211_vif *vif; member 3893 struct ieee80211_vif *vif); 3895 struct ieee80211_vif *vif, 3898 struct ieee80211_vif *vif); 3901 struct ieee80211_vif *vif, [all …]
|
/kernel/linux/linux-5.10/drivers/net/wireless/ath/wcn36xx/ |
D | main.c | 182 static inline u8 get_sta_index(struct ieee80211_vif *vif, in get_sta_index() argument 185 return NL80211_IFTYPE_STATION == vif->type ? in get_sta_index() 372 struct ieee80211_vif *vif = NULL; in wcn36xx_change_ps() local 376 vif = wcn36xx_priv_to_vif(tmp); in wcn36xx_change_ps() 378 if (vif->bss_conf.ps) /* ps allowed ? */ in wcn36xx_change_ps() 379 wcn36xx_pmc_enter_bmps_state(wcn, vif); in wcn36xx_change_ps() 381 wcn36xx_pmc_exit_bmps_state(wcn, vif); in wcn36xx_change_ps() 388 struct ieee80211_vif *vif = NULL; in wcn36xx_change_opchannel() local 392 vif = wcn36xx_priv_to_vif(tmp); in wcn36xx_change_opchannel() 393 wcn36xx_smd_switch_channel(wcn, vif, ch); in wcn36xx_change_opchannel() [all …]
|