Home
last modified time | relevance | path

Searched refs:vif (Results 1 – 25 of 413) sorted by relevance

12345678910>>...17

/linux/drivers/net/wireless/ath/ath6kl/
A Dcfg80211.c601 vif->nw_type = vif->next_mode; in ath6kl_cfg80211_connect()
614 vif->auth_mode, vif->dot11_auth_mode, vif->prwise_crypto, in ath6kl_cfg80211_connect()
638 vif->ssid_len, vif->ssid, in ath6kl_cfg80211_connect()
639 vif->req_bssid, vif->ch_hint, in ath6kl_cfg80211_connect()
701 vif->ssid, vif->ssid_len, in ath6kl_add_bss_if_needed()
1665 vif->nw_type = vif->next_mode; in ath6kl_cfg80211_join_ibss()
1672 vif->auth_mode, vif->dot11_auth_mode, vif->prwise_crypto, in ath6kl_cfg80211_join_ibss()
1681 vif->ssid_len, vif->ssid, in ath6kl_cfg80211_join_ibss()
1682 vif->req_bssid, vif->ch_hint, in ath6kl_cfg80211_join_ibss()
2889 vif->nw_type = vif->next_mode; in ath6kl_start_ap()
[all …]
A Dmain.c83 aggr_conn_init(vif, vif->aggr_cntxt, sta->aggr_conn); in ath6kl_add_new_sta()
361 ath6kl_wmi_addkey_cmd(vif->ar->wmi, vif->fw_vif_idx, in ath6kl_install_static_wep_keys()
506 struct ath6kl_vif *vif = from_timer(vif, t, disconnect_timer); in disconnect_timer_handler() local
516 ath6kl_wmi_disconnect_cmd(vif->ar->wmi, vif->fw_vif_idx); in ath6kl_disconnect()
589 if (vif->rsn_capab && in ath6kl_commit_ch_switch()
642 memcpy(vif->bssid, bssid, sizeof(vif->bssid)); in ath6kl_connect_event()
1018 memset(vif->wep_key_list, 0, sizeof(vif->wep_key_list)); in ath6kl_disconnect_event()
1070 memset(vif->bssid, 0, sizeof(vif->bssid)); in ath6kl_disconnect_event()
1071 vif->bss_ch = 0; in ath6kl_disconnect_event()
1090 return vif; in ath6kl_vif_first()
[all …]
/linux/drivers/net/wireless/quantenna/qtnfmac/
A Dcfg80211.c137 vif->mac->macid, vif->vifid, type); in qtnf_change_virtual_intf()
151 vif->mac->macid, vif->vifid, type); in qtnf_change_virtual_intf()
232 memset(&vif->wdev, 0, sizeof(vif->wdev)); in qtnf_add_virtual_intf()
276 vif->wdev.netdev = vif->netdev; in qtnf_add_virtual_intf()
365 vif->mac->macid, vif->vifid); in qtnf_stop_ap()
559 vif->mac->macid, vif->vifid, key_index); in qtnf_del_key()
562 vif->mac->macid, vif->vifid, in qtnf_del_key()
610 vif->mac->macid, vif->vifid, mac); in qtnf_change_station()
685 vif->mac->macid, vif->vifid); in qtnf_connect()
704 vif->mac->macid, vif->vifid); in qtnf_external_auth()
[all …]
A Devent.c154 vif->mac->macid, vif->vifid, len, in qtnf_event_handle_bss_join()
161 vif->mac->macid, vif->vifid); in qtnf_event_handle_bss_join()
175 vif->mac->macid, vif->vifid, in qtnf_event_handle_bss_join()
189 vif->mac->macid, vif->vifid, in qtnf_event_handle_bss_join()
194 vif->mac->macid, vif->vifid, in qtnf_event_handle_bss_join()
203 vif->mac->macid, vif->vifid, in qtnf_event_handle_bss_join()
221 vif->mac->macid, vif->vifid, in qtnf_event_handle_bss_join()
289 vif->mac->macid, vif->vifid, len, in qtnf_event_handle_bss_leave()
296 vif->mac->macid, vif->vifid); in qtnf_event_handle_bss_leave()
614 vif->mac->macid, vif->vifid); in qtnf_event_handle_mic_failure()
[all …]
A Dcore.c109 mac = vif->mac; in qtnf_netdev_hard_start_xmit()
144 if (unlikely(!vif || !vif->mac || !vif->mac->bus)) in qtnf_netdev_tx_timeout()
280 return vif; in qtnf_mac_get_free_vif()
295 return vif; in qtnf_mac_get_base_vif()
443 memset(vif, 0, sizeof(*vif)); in qtnf_core_mac_alloc()
576 if (!vif) { in qtnf_core_mac_attach()
582 ret = qtnf_cmd_send_add_intf(vif, vif->wdev.iftype, in qtnf_core_mac_attach()
583 vif->wdev.use_4addr, vif->mac_addr); in qtnf_core_mac_attach()
690 vif->mac->macid, vif->vifid, netdev_name(brdev), in qtnf_core_netdevice_event()
901 if (unlikely(!vif || !vif->mac || !vif->mac->bus)) in qtnf_wake_all_queues()
[all …]
A Dcommands.h18 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);
49 int qtnf_cmd_send_del_sta(struct qtnf_vif *vif,
52 int qtnf_cmd_send_connect(struct qtnf_vif *vif,
56 int qtnf_cmd_send_disconnect(struct qtnf_vif *vif,
58 int qtnf_cmd_send_updown_intf(struct qtnf_vif *vif,
64 int qtnf_cmd_send_chan_switch(struct qtnf_vif *vif,
67 int qtnf_cmd_start_cac(const struct qtnf_vif *vif,
[all …]
/linux/drivers/net/wireless/microchip/wilc1000/
A Dnetdev.c101 ndev = vif->ndev; in get_if_handler()
106 ndev = vif->ndev; in get_if_handler()
124 vif->mode = mode; in wilc_wlan_set_bssid()
256 w = vif->iftype; in wilc_init_fw_config()
595 wilc_set_operation_mode(vif, wilc_get_vif_idx(vif), vif->iftype, in wilc_mac_open()
596 vif->idx); in wilc_mac_open()
779 if (vif->ndev) { in wilc_mac_close()
882 if (vif->ndev) in wilc_netdev_cleanup()
946 vif->wilc = wl; in wilc_netdev_ifc_init()
947 vif->ndev = ndev; in wilc_netdev_ifc_init()
[all …]
A Dcfg80211.c226 vif = list_first_or_null_rcu(&wl->vif_list, typeof(*vif), list); in wilc_get_wl_to_vif()
227 if (!vif) in wilc_get_wl_to_vif()
230 return vif; in wilc_get_wl_to_vif()
442 vif->bss = bss; in connect()
1310 wilc_set_operation_mode(vif, wilc_get_vif_idx(vif), in change_virtual_intf()
1325 wilc_set_operation_mode(vif, wilc_get_vif_idx(vif), in change_virtual_intf()
1335 wilc_set_operation_mode(vif, wilc_get_vif_idx(vif), in change_virtual_intf()
1345 wilc_set_operation_mode(vif, wilc_get_vif_idx(vif), in change_virtual_intf()
1458 return vif; in wilc_get_vif_from_type()
1481 if (!vif) { in add_virtual_intf()
[all …]
A Dhif.c67 msg->vif = vif; in wilc_alloc_work()
79 if (!msg->vif || !msg->vif->wilc || !msg->vif->wilc->hif_workqueue) in wilc_enqueue_work()
112 return vif; in wilc_get_vif_from_idx()
325 struct wilc_vif *vif = msg->vif; in handle_connect_timeout() local
654 struct wilc_vif *vif = msg->vif; in handle_rcvd_gnrl_async_info() local
786 struct wilc_vif *vif = msg->vif; in handle_get_statistics() local
937 struct wilc_vif *vif = msg->vif; in handle_set_mcast_filter() local
1512 wilc_get_stats_async(vif, &vif->periodic_stat); in get_periodic_rssi()
1585 if (!vif) in wilc_network_info_received()
1628 if (!vif) { in wilc_gnrl_async_info_received()
[all …]
A Dhif.h154 int wilc_remove_wep_key(struct wilc_vif *vif, u8 index);
174 int wilc_disconnect(struct wilc_vif *vif);
176 int wilc_get_rssi(struct wilc_vif *vif, s8 *rssi_level);
182 int wilc_hif_set_cfg(struct wilc_vif *vif,
185 int wilc_deinit(struct wilc_vif *vif);
188 int wilc_del_beacon(struct wilc_vif *vif);
189 int wilc_add_station(struct wilc_vif *vif, const u8 *mac,
193 int wilc_edit_station(struct wilc_vif *vif, const u8 *mac,
207 int wilc_get_vif_idx(struct wilc_vif *vif);
208 int wilc_set_tx_power(struct wilc_vif *vif, u8 tx_power);
[all …]
/linux/drivers/net/xen-netback/
A Dinterface.c77 !vif->disabled; in xenvif_schedulable()
217 return vif->hash.mapping[vif->hash.mapping_sel] in xenvif_select_queue()
352 xenvif_up(vif); in xenvif_open()
382 if (!vif->can_sg) in xenvif_fix_features()
523 vif->can_sg = 1; in xenvif_alloc()
525 vif->dev = dev; in xenvif_alloc()
572 return vif; in xenvif_alloc()
622 if (!vif->can_sg && vif->dev->mtu > ETH_DATA_LEN) in xenvif_carrier_on()
627 xenvif_up(vif); in xenvif_carrier_on()
674 unbind_from_irqhandler(vif->ctrl_irq, vif); in xenvif_connect_ctrl()
[all …]
A Dhash.c109 vif->hash.cache.count--; in xenvif_flush_hash()
257 vif->hash.alg = alg; in xenvif_set_hash_alg()
318 xenvif_flush_hash(vif); in xenvif_set_hash_key()
328 vif->hash.size = size; in xenvif_set_hash_mapping_size()
329 memset(vif->hash.mapping[vif->hash.mapping_sel], 0, in xenvif_set_hash_mapping_size()
338 u32 *mapping = vif->hash.mapping[!vif->hash.mapping_sel]; in xenvif_set_hash_mapping()
364 memcpy(mapping, vif->hash.mapping[vif->hash.mapping_sel], in xenvif_set_hash_mapping()
379 vif->hash.mapping_sel = !vif->hash.mapping_sel; in xenvif_set_hash_mapping()
401 if (vif->hash.flags) { in xenvif_dump_hash_info()
432 const u32 *mapping = vif->hash.mapping[vif->hash.mapping_sel]; in xenvif_dump_hash_info()
[all …]
A Dxenbus.c175 vif->xenvif_dbg_root = debugfs_create_dir(vif->dev->name, in xenvif_debugfs_addif()
214 if (!be->vif) in netback_uevent()
243 be->vif = vif; in backend_create_xenvif()
244 vif->be = be; in backend_create_xenvif()
252 struct xenvif *vif = be->vif; in backend_disconnect() local
254 if (vif) { in backend_disconnect()
282 if (be->vif) in backend_connect()
399 struct xenvif *vif = be->vif; in read_xenbus_frontend_xdp() local
686 struct xenvif *vif = be->vif; in connect_ctrl_ring() local
778 queue->vif = be->vif; in connect()
[all …]
/linux/drivers/net/wireless/ath/wil6210/
A Dnetdev.c20 vif = wil->vifs[i]; in wil_has_other_active_ifaces()
21 if (vif) { in wil_has_other_active_ifaces()
230 struct wil6210_vif *vif = from_timer(vif, t, connect_timer); in wil_connect_timer_fn() local
246 struct wil6210_vif *vif = from_timer(vif, t, scan_timer); in wil_scan_timer_fn() local
326 vif->ndev = ndev; in wil_vif_alloc()
327 vif->wil = wil; in wil_vif_alloc()
328 vif->mid = mid; in wil_vif_alloc()
345 return vif; in wil_vif_alloc()
418 vif->mid); in wil_vif_add()
435 wil->vifs[vif->mid] = vif; in wil_vif_add()
[all …]
A Dp2p.c36 rc = wmi_start_listen(vif); in wil_p2p_start_listen()
47 wmi_stop_discovery(vif); in wil_p2p_start_listen()
119 wmi_stop_discovery(vif); in wil_p2p_search()
151 if (vif->scan_request) { in wil_p2p_listen()
166 if (vif->mid == 0) in wil_p2p_listen()
225 if (vif->mid == 0) in wil_p2p_cancel_listen()
254 if (vif->mid == 0) in wil_p2p_listen_expired()
283 if (vif->mid == 0) in wil_p2p_search_expired()
307 if (vif->scan_request) { in wil_p2p_delayed_listen_work()
322 if (vif->mid == 0) in wil_p2p_delayed_listen_work()
[all …]
A Dcfg80211.c924 if (vif->scan_request || vif->p2p.discovery_started) { in wil_cfg80211_scan()
2001 vif->bi = bi; in _wil_cfg80211_start_ap()
2042 if (!vif || vif->ssid_len == 0) in wil_cfg80211_ap_recovery()
2055 i, vif->privacy, vif->bi, vif->channel, in wil_cfg80211_ap_recovery()
2056 vif->hidden_ssid, vif->pbss); in wil_cfg80211_ap_recovery()
2058 vif->ssid, vif->ssid_len, true); in wil_cfg80211_ap_recovery()
2060 vif->ssid, vif->ssid_len, in wil_cfg80211_ap_recovery()
2061 vif->privacy, vif->bi, in wil_cfg80211_ap_recovery()
2064 vif->hidden_ssid, vif->pbss); in wil_cfg80211_ap_recovery()
2070 if (!vif->privacy || vif->gtk_len == 0) in wil_cfg80211_ap_recovery()
[all …]
/linux/drivers/net/wireless/intel/iwlwifi/mvm/
A Dmac-ctxt.c51 if (vif == data->vif) in iwl_mvm_mac_tsf_id_iter()
156 if (vif == data->vif) { in iwl_mvm_mac_iface_iterator()
179 .vif = vif, in iwl_mvm_mac_ctxt_recalc_tsf_id()
201 .vif = vif, in iwl_mvm_mac_ctxt_init()
651 if (vif->probe_req_reg && vif->bss_conf.assoc && vif->p2p) in iwl_mvm_mac_ctxt_cmd_sta()
732 if (vif->type == NL80211_IFTYPE_AP && vif->p2p && in iwl_mvm_go_iterator()
1079 .vif = vif, in iwl_mvm_mac_ctxt_cmd_fill_ap()
1216 vif->addr, ieee80211_vif_type_p2p(vif))) in iwl_mvm_mac_ctxt_add()
1237 vif->addr, ieee80211_vif_type_p2p(vif))) in iwl_mvm_mac_ctxt_changed()
1251 vif->addr, ieee80211_vif_type_p2p(vif))) in iwl_mvm_mac_ctxt_remove()
[all …]
A Dmac80211.c1493 vif->type == NL80211_IFTYPE_STATION && !vif->p2p) { in iwl_mvm_mac_add_interface()
1781 !vif->p2p) in iwl_mvm_config_iface_filter()
1851 if (vif->type != NL80211_IFTYPE_STATION || vif->p2p || in iwl_mvm_bcast_filter_iterator()
2600 if (vif->type == NL80211_IFTYPE_AP && !vif->p2p) { in iwl_mvm_start_ap_ibss()
2667 if (vif->type == NL80211_IFTYPE_AP && !vif->p2p) { in iwl_mvm_stop_ap_ibss()
3831 te_data->vif = vif; in iwl_mvm_send_aux_roc_cmd()
4538 if (!vif || vif->type != NL80211_IFTYPE_AP || !vif->p2p || in __iwl_mvm_mac_testmode_cmd()
4553 if (!vif || vif->type != NL80211_IFTYPE_STATION || in __iwl_mvm_mac_testmode_cmd()
4853 if (!vif) { in iwl_mvm_mac_flush()
4875 if (mvmsta->vif != vif) in iwl_mvm_mac_flush()
[all …]
A Dpower.c71 struct ieee80211_vif *vif, in iwl_mvm_beacon_filter_set_cqm_params() argument
124 struct ieee80211_vif *vif, in iwl_mvm_power_configure_uapsd() argument
226 if (vif->bss_conf.assoc) in iwl_mvm_p2p_standalone_iterator()
248 if (vif->p2p && in iwl_mvm_power_allow_uapsd()
260 if (vif->p2p) { in iwl_mvm_power_allow_uapsd()
344 bi = vif->bss_conf.beacon_int; in iwl_mvm_power_build_cmd()
574 power_iterator->ap_vif = vif; in iwl_mvm_power_get_vifs_iterator()
794 vif->type != NL80211_IFTYPE_STATION || vif->p2p) in _iwl_mvm_enable_beacon_filter()
808 struct ieee80211_vif *vif, in iwl_mvm_enable_beacon_filter() argument
827 if (vif->type != NL80211_IFTYPE_STATION || vif->p2p) in _iwl_mvm_disable_beacon_filter()
[all …]
A Ddebugfs-vif.c11 struct ieee80211_vif *vif, in iwl_dbgfs_update_pm() argument
21 int dtimper = vif->bss_conf.dtim_period ?: 1; in iwl_dbgfs_update_pm()
145 vif->bss_conf.txpower); in iwl_dbgfs_tx_pwr_lmt_read()
184 switch (ieee80211_vif_type_p2p(vif)) { in iwl_dbgfs_mac_params_read()
210 vif->bss_conf.bssid); in iwl_dbgfs_mac_params_read()
382 iwl_dbgfs_update_bf(vif, param, value); in iwl_dbgfs_bf_params_write()
517 iwl_mvm_update_low_latency(mvm, vif, in iwl_dbgfs_low_latency_force_write()
637 struct ieee80211_vif *vif) in iwl_dbgfs_quota_check() argument
731 ((vif->type == NL80211_IFTYPE_STATION && !vif->p2p) || in iwl_mvm_vif_dbgfs_register()
732 (vif->type == NL80211_IFTYPE_STATION && vif->p2p))) in iwl_mvm_vif_dbgfs_register()
[all …]
/linux/drivers/net/wireless/ath/wcn36xx/
A Dmain.c585 vif, in wcn36xx_set_key()
880 vif->addr, in wcn36xx_bss_info_changed()
902 vif->addr, in wcn36xx_bss_info_changed()
918 vif->addr, in wcn36xx_bss_info_changed()
923 vif->addr, in wcn36xx_bss_info_changed()
966 wcn36xx_smd_set_link_st(wcn, vif->addr, vif->addr, in wcn36xx_bss_info_changed()
970 wcn36xx_smd_set_link_st(wcn, vif->addr, vif->addr, in wcn36xx_bss_info_changed()
1014 vif, vif->type); in wcn36xx_add_interface()
1101 return vif; in wcn36xx_get_first_assoc_vif()
1115 if (vif) { in wcn36xx_suspend()
[all …]
/linux/drivers/staging/wfx/
A Dsta.c169 if (wvif->vif->bss_conf.assoc && wvif->vif->bss_conf.ps) in wfx_get_ps_timeout()
189 else if (wvif->vif->bss_conf.assoc && wvif->vif->bss_conf.ps) in wfx_get_ps_timeout()
200 if (!wvif->vif->bss_conf.assoc) in wfx_update_pm()
269 ieee80211_beacon_loss(wvif->vif); in wfx_beacon_loss_work()
667 struct ieee80211_vif *vif, in wfx_ampdu_action() argument
739 switch (vif->type) { in wfx_add_interface()
750 wvif->vif = vif; in wfx_add_interface()
769 if (!wdev->vif[i]) { in wfx_add_interface()
770 wdev->vif[i] = vif; in wfx_add_interface()
808 wdev->vif[wvif->id] = NULL; in wfx_remove_interface()
[all …]
/linux/include/net/
A Dmac80211.h268 struct ieee80211_vif *vif; member
1087 struct ieee80211_vif *vif; member
2183 struct ieee80211_vif *vif; member
3962 struct ieee80211_vif *vif,
3991 struct ieee80211_vif *vif,
4005 struct ieee80211_vif *vif,
4028 struct ieee80211_vif *vif,
4150 struct ieee80211_vif *vif,
4231 struct ieee80211_vif *vif,
4234 struct ieee80211_vif *vif);
[all …]
/linux/drivers/net/wireless/realtek/rtw89/
A Dmac80211.c22 struct ieee80211_vif *vif = info->control.vif; in rtw89_ops_tx() local
97 struct ieee80211_vif *vif) in rtw89_ops_add_interface() argument
108 rtw89_vif_type_mapping(vif, false); in rtw89_ops_add_interface()
300 struct ieee80211_vif *vif, in rtw89_station_mode_sta_assoc() argument
371 struct ieee80211_vif *vif, in __rtw89_ops_sta_state() argument
422 struct ieee80211_vif *vif, in rtw89_ops_set_key() argument
460 struct ieee80211_vif *vif, in rtw89_ops_ampdu_action() argument
540 struct ieee80211_vif *vif; member
550 if (vif != br_data->vif) in rtw89_ra_mask_info_update_iter()
563 .vif = vif, in rtw89_ra_mask_info_update()
[all …]
/linux/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
A Dp2p.c567 vif = p2p->bss_idx[P2PAPI_BSSCFG_DEVICE].vif; in brcmf_p2p_deinit_discovery()
571 vif = p2p->bss_idx[P2PAPI_BSSCFG_PRIMARY].vif; in brcmf_p2p_deinit_discovery()
591 vif = p2p->bss_idx[P2PAPI_BSSCFG_DEVICE].vif; in brcmf_p2p_enable_discovery()
604 vif = p2p->bss_idx[P2PAPI_BSSCFG_PRIMARY].vif; in brcmf_p2p_enable_discovery()
610 vif = p2p->bss_idx[P2PAPI_BSSCFG_DEVICE].vif; in brcmf_p2p_enable_discovery()
664 vif = p2p->bss_idx[bss_type].vif; in brcmf_p2p_escan()
938 vif = p2p->bss_idx[P2PAPI_BSSCFG_DEVICE].vif; in brcmf_p2p_discover_listen()
1283 vif = p2p->bss_idx[P2PAPI_BSSCFG_DEVICE].vif; in brcmf_p2p_abort_action_frame()
1940 struct brcmf_cfg80211_vif *vif = ifp->vif; in brcmf_p2p_notify_rx_mgmt_p2p_probereq() local
2346 cfg->p2p.bss_idx[connidx].vif = vif; in brcmf_p2p_add_vif()
[all …]

Completed in 115 milliseconds

12345678910>>...17