| /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 41 struct wilc_vif *vif = netdev_priv(userdata); in isr_bh_routine() local 56 struct wilc_vif *vif = netdev_priv(dev); in init_irq() local 75 struct wilc_vif *vif = netdev_priv(dev); in deinit_irq() local 99 struct wilc_vif *vif; in get_if_handler() local 120 struct wilc_vif *vif = netdev_priv(wilc_netdev); in wilc_wlan_set_bssid() local 134 struct wilc_vif *vif; in wilc_wlan_get_num_conn_ifcs() local 183 struct wilc_vif *vif = netdev_priv(dev); in wilc_wlan_get_firmware() local 208 struct wilc_vif *vif = netdev_priv(dev); in wilc_start_firmware() local 225 struct wilc_vif *vif = netdev_priv(dev); in wilc1000_firmware_download() local [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() 87 int wilc_get_vif_idx(struct wilc_vif *vif) in wilc_get_vif_idx() 100 struct wilc_vif *vif; in wilc_get_vif_from_idx() local 113 static int handle_scan_done(struct wilc_vif *vif, enum scan_event evt) in handle_scan_done() 149 int wilc_scan(struct wilc_vif *vif, u8 scan_source, u8 scan_type, in wilc_scan() 266 static int wilc_send_connect_wid(struct wilc_vif *vif) in wilc_send_connect_wid() 320 struct wilc_vif *vif = msg->vif; in handle_connect_timeout() local 540 static void host_int_get_assoc_res_info(struct wilc_vif *vif, in host_int_get_assoc_res_info() 585 static inline void host_int_parse_assoc_resp_info(struct wilc_vif *vif, in host_int_parse_assoc_resp_info() [all …]
|
| /kernel/linux/linux-6.6/drivers/net/wireless/microchip/wilc1000/ |
| D | netdev.c | 53 struct wilc_vif *vif = netdev_priv(dev); in init_irq() local 72 struct wilc_vif *vif = netdev_priv(dev); in deinit_irq() local 96 struct wilc_vif *vif; in get_if_handler() local 118 struct wilc_vif *vif = netdev_priv(wilc_netdev); in wilc_wlan_set_bssid() local 132 struct wilc_vif *vif; in wilc_wlan_get_num_conn_ifcs() local 181 struct wilc_vif *vif = netdev_priv(dev); in wilc_wlan_get_firmware() local 206 struct wilc_vif *vif = netdev_priv(dev); in wilc_start_firmware() local 223 struct wilc_vif *vif = netdev_priv(dev); in wilc1000_firmware_download() local 245 static int wilc_init_fw_config(struct net_device *dev, struct wilc_vif *vif) in wilc_init_fw_config() 418 struct wilc_vif *vif = netdev_priv(dev); in wlan_deinitialize_threads() local [all …]
|
| 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, u8 scan_type, in wilc_scan() 271 static int wilc_send_connect_wid(struct wilc_vif *vif) in wilc_send_connect_wid() 335 struct wilc_vif *vif = msg->vif; in handle_connect_timeout() local 567 static void host_int_get_assoc_res_info(struct wilc_vif *vif, in host_int_get_assoc_res_info() 612 static inline void host_int_parse_assoc_resp_info(struct wilc_vif *vif, in host_int_parse_assoc_resp_info() [all …]
|
| /kernel/linux/linux-6.6/drivers/net/xen-netback/ |
| 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() 116 static u32 xenvif_find_hash(struct xenvif *vif, const u8 *data, in xenvif_find_hash() 151 void xenvif_set_skb_hash(struct xenvif *vif, struct sk_buff *skb) in xenvif_set_skb_hash() 246 u32 xenvif_set_hash_alg(struct xenvif *vif, u32 alg) in xenvif_set_hash_alg() 262 u32 xenvif_get_hash_flags(struct xenvif *vif, u32 *flags) in xenvif_get_hash_flags() 275 u32 xenvif_set_hash_flags(struct xenvif *vif, u32 flags) in xenvif_set_hash_flags() 291 u32 xenvif_set_hash_key(struct xenvif *vif, u32 gref, u32 len) in xenvif_set_hash_key() 323 u32 xenvif_set_hash_mapping_size(struct xenvif *vif, u32 size) in xenvif_set_hash_mapping_size() [all …]
|
| 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 270 struct xenvif *vif = netdev_priv(dev); in xenvif_get_stats() local 301 static void xenvif_up(struct xenvif *vif) in xenvif_up() 317 static void xenvif_down(struct xenvif *vif) in xenvif_down() 335 struct xenvif *vif = netdev_priv(dev); in xenvif_open() local 344 struct xenvif *vif = netdev_priv(dev); in xenvif_close() local 353 struct xenvif *vif = netdev_priv(dev); in xenvif_change_mtu() local 365 struct xenvif *vif = netdev_priv(dev); in xenvif_fix_features() local [all …]
|
| /kernel/linux/linux-5.10/drivers/net/xen-netback/ |
| 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() 116 static u32 xenvif_find_hash(struct xenvif *vif, const u8 *data, in xenvif_find_hash() 151 void xenvif_set_skb_hash(struct xenvif *vif, struct sk_buff *skb) in xenvif_set_skb_hash() 246 u32 xenvif_set_hash_alg(struct xenvif *vif, u32 alg) in xenvif_set_hash_alg() 262 u32 xenvif_get_hash_flags(struct xenvif *vif, u32 *flags) in xenvif_get_hash_flags() 275 u32 xenvif_set_hash_flags(struct xenvif *vif, u32 flags) in xenvif_set_hash_flags() 291 u32 xenvif_set_hash_key(struct xenvif *vif, u32 gref, u32 len) in xenvif_set_hash_key() 323 u32 xenvif_set_hash_mapping_size(struct xenvif *vif, u32 size) in xenvif_set_hash_mapping_size() [all …]
|
| D | interface.c | 72 static int xenvif_schedulable(struct xenvif *vif) in xenvif_schedulable() 183 struct xenvif *vif = netdev_priv(dev); in xenvif_select_queue() local 209 struct xenvif *vif = netdev_priv(dev); in xenvif_start_xmit() local 272 struct xenvif *vif = netdev_priv(dev); in xenvif_get_stats() local 303 static void xenvif_up(struct xenvif *vif) in xenvif_up() 319 static void xenvif_down(struct xenvif *vif) in xenvif_down() 337 struct xenvif *vif = netdev_priv(dev); in xenvif_open() local 346 struct xenvif *vif = netdev_priv(dev); in xenvif_close() local 355 struct xenvif *vif = netdev_priv(dev); in xenvif_change_mtu() local 367 struct xenvif *vif = netdev_priv(dev); in xenvif_fix_features() local [all …]
|
| /kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/mvm/ |
| D | mld-mac80211.c | 8 struct ieee80211_vif *vif) in iwl_mvm_mld_mac_add_interface() 110 struct ieee80211_vif *vif) in iwl_mvm_mld_mac_remove_interface() 189 static unsigned int iwl_mvm_mld_count_active_links(struct ieee80211_vif *vif) in iwl_mvm_mld_count_active_links() 207 struct ieee80211_vif *vif) in iwl_mvm_esr_mode_active() 238 struct ieee80211_vif *vif, in __iwl_mvm_mld_assign_vif_chanctx() 350 struct ieee80211_vif *vif, in iwl_mvm_mld_assign_vif_chanctx() 365 struct ieee80211_vif *vif) in iwl_mvm_esr_mode_inactive() 412 struct ieee80211_vif *vif, in __iwl_mvm_mld_unassign_vif_chanctx() 459 struct ieee80211_vif *vif, in iwl_mvm_mld_unassign_vif_chanctx() 471 struct ieee80211_vif *vif, in iwl_mvm_mld_start_ap_ibss() [all …]
|
| D | mld-mac.c | 8 struct ieee80211_vif *vif, in iwl_mvm_mld_set_he_support() 18 struct ieee80211_vif *vif, in iwl_mvm_mld_mac_ctxt_cmd_common() 95 struct ieee80211_vif *vif, in iwl_mvm_mld_mac_ctxt_cmd_sta() 160 struct ieee80211_vif *vif, in iwl_mvm_mld_mac_ctxt_cmd_listener() 179 struct ieee80211_vif *vif, in iwl_mvm_mld_mac_ctxt_cmd_ibss() 196 struct ieee80211_vif *vif, in iwl_mvm_mld_mac_ctxt_cmd_p2p_device() 215 struct ieee80211_vif *vif, in iwl_mvm_mld_mac_ctxt_cmd_ap_go() 235 struct ieee80211_vif *vif, in iwl_mvm_mld_mac_ctx_send() 257 int iwl_mvm_mld_mac_ctxt_add(struct iwl_mvm *mvm, struct ieee80211_vif *vif) in iwl_mvm_mld_mac_ctxt_add() 282 struct ieee80211_vif *vif, in iwl_mvm_mld_mac_ctxt_changed() [all …]
|
| D | mac-ctxt.c | 36 struct ieee80211_vif *vif; member 44 struct ieee80211_vif *vif) in iwl_mvm_mac_tsf_id_iter() 150 struct ieee80211_vif *vif) in iwl_mvm_mac_iface_iterator() 174 struct ieee80211_vif *vif) in iwl_mvm_mac_ctxt_recalc_tsf_id() 196 int iwl_mvm_mac_ctxt_init(struct iwl_mvm *mvm, struct ieee80211_vif *vif) in iwl_mvm_mac_ctxt_init() 318 struct ieee80211_vif *vif, in iwl_mvm_ack_rates() 403 void iwl_mvm_set_fw_basic_rates(struct iwl_mvm *mvm, struct ieee80211_vif *vif, in iwl_mvm_set_fw_basic_rates() 423 struct ieee80211_vif *vif, in iwl_mvm_set_fw_protection_flags() 468 void iwl_mvm_set_fw_qos_params(struct iwl_mvm *mvm, struct ieee80211_vif *vif, in iwl_mvm_set_fw_qos_params() 501 int iwl_mvm_get_mac_type(struct ieee80211_vif *vif) in iwl_mvm_get_mac_type() [all …]
|
| D | power.c | 71 struct ieee80211_vif *vif, in iwl_mvm_beacon_filter_set_cqm_params() 124 struct ieee80211_vif *vif, in iwl_mvm_power_configure_uapsd() 216 struct ieee80211_vif *vif) in iwl_mvm_p2p_standalone_iterator() 236 struct ieee80211_vif *vif) in iwl_mvm_power_allow_uapsd() 279 static bool iwl_mvm_power_is_radar(struct ieee80211_vif *vif) in iwl_mvm_power_is_radar() 305 struct ieee80211_vif *vif, in iwl_mvm_power_config_skip_dtim() 339 struct ieee80211_vif *vif, in iwl_mvm_power_build_cmd() 457 struct ieee80211_vif *vif) in iwl_mvm_power_send_cmd() 500 void iwl_mvm_power_vif_assoc(struct iwl_mvm *mvm, struct ieee80211_vif *vif) in iwl_mvm_power_vif_assoc() 510 struct ieee80211_vif *vif) in iwl_mvm_power_uapsd_misbehav_ap_iterator() [all …]
|
| D | debugfs-vif.c | 11 struct ieee80211_vif *vif, in iwl_dbgfs_update_pm() 72 static ssize_t iwl_dbgfs_pm_params_write(struct ieee80211_vif *vif, char *buf, in iwl_dbgfs_pm_params_write() 139 struct ieee80211_vif *vif = file->private_data; in iwl_dbgfs_tx_pwr_lmt_read() local 154 struct ieee80211_vif *vif = file->private_data; in iwl_dbgfs_pm_params_read() local 170 struct ieee80211_vif *vif = file->private_data; in iwl_dbgfs_mac_params_read() local 250 static void iwl_dbgfs_update_bf(struct ieee80211_vif *vif, in iwl_dbgfs_update_bf() 295 static ssize_t iwl_dbgfs_bf_params_write(struct ieee80211_vif *vif, char *buf, in iwl_dbgfs_bf_params_write() 396 struct ieee80211_vif *vif = file->private_data; in iwl_dbgfs_bf_params_read() local 445 struct ieee80211_vif *vif = file->private_data; in iwl_dbgfs_os_device_timediff_read() local 466 static ssize_t iwl_dbgfs_low_latency_write(struct ieee80211_vif *vif, char *buf, in iwl_dbgfs_low_latency_write() [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 129 struct qtnf_vif *vif = qtnf_netdev_get_priv(dev); in qtnf_change_virtual_intf() local 162 struct qtnf_vif *vif; in qtnf_del_virtual_intf() local 203 struct qtnf_vif *vif; in qtnf_add_virtual_intf() local 287 static int qtnf_mgmt_set_appie(struct qtnf_vif *vif, in qtnf_mgmt_set_appie() 336 struct qtnf_vif *vif = qtnf_netdev_get_priv(dev); in qtnf_change_beacon() local 344 struct qtnf_vif *vif = qtnf_netdev_get_priv(dev); in qtnf_start_ap() local 357 struct qtnf_vif *vif = qtnf_netdev_get_priv(dev); in qtnf_stop_ap() local 375 struct qtnf_vif *vif; in qtnf_set_wiphy_params() local 396 struct qtnf_vif *vif = qtnf_netdev_get_priv(wdev->netdev); in qtnf_update_mgmt_frame_registrations() local [all …]
|
| 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 141 struct qtnf_vif *vif = qtnf_netdev_get_priv(ndev); in qtnf_netdev_get_stats64() local 155 struct qtnf_vif *vif = qtnf_netdev_get_priv(ndev); in qtnf_netdev_tx_timeout() local 179 struct qtnf_vif *vif = qtnf_netdev_get_priv(ndev); in qtnf_netdev_set_mac_address() local 205 const struct qtnf_vif *vif = qtnf_netdev_get_priv(ndev); in qtnf_netdev_port_parent_id() local 275 struct qtnf_vif *vif; in qtnf_mac_get_free_vif() local 289 struct qtnf_vif *vif; in qtnf_mac_get_base_vif() local 331 struct qtnf_vif *vif = container_of(work, struct qtnf_vif, reset_work); in qtnf_vif_reset_handler() local 352 struct qtnf_vif *vif = &mac->iflist[QTNF_PRIMARY_VIF_IDX]; in qtnf_mac_init_primary_intf() local [all …]
|
| /kernel/linux/linux-6.6/drivers/net/wireless/quantenna/qtnfmac/ |
| D | cfg80211.c | 79 struct qtnf_vif *vif; in qtnf_validate_iface_combinations() local 129 struct qtnf_vif *vif = qtnf_netdev_get_priv(dev); in qtnf_change_virtual_intf() local 162 struct qtnf_vif *vif; in qtnf_del_virtual_intf() local 203 struct qtnf_vif *vif; in qtnf_add_virtual_intf() local 287 static int qtnf_mgmt_set_appie(struct qtnf_vif *vif, in qtnf_mgmt_set_appie() 336 struct qtnf_vif *vif = qtnf_netdev_get_priv(dev); in qtnf_change_beacon() local 344 struct qtnf_vif *vif = qtnf_netdev_get_priv(dev); in qtnf_start_ap() local 358 struct qtnf_vif *vif = qtnf_netdev_get_priv(dev); in qtnf_stop_ap() local 376 struct qtnf_vif *vif; in qtnf_set_wiphy_params() local 397 struct qtnf_vif *vif = qtnf_netdev_get_priv(wdev->netdev); in qtnf_update_mgmt_frame_registrations() local [all …]
|
| /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() 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 …]
|
| /kernel/linux/linux-6.6/drivers/net/wireless/ath/ath6kl/ |
| 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 …]
|
| /kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/mvm/ |
| D | power.c | 129 struct ieee80211_vif *vif, in iwl_mvm_beacon_filter_set_cqm_params() 182 struct ieee80211_vif *vif, in iwl_mvm_power_configure_uapsd() 274 struct ieee80211_vif *vif) in iwl_mvm_p2p_standalone_iterator() 294 struct ieee80211_vif *vif) in iwl_mvm_power_allow_uapsd() 337 static bool iwl_mvm_power_is_radar(struct ieee80211_vif *vif) in iwl_mvm_power_is_radar() 356 struct ieee80211_vif *vif, in iwl_mvm_power_config_skip_dtim() 391 struct ieee80211_vif *vif, in iwl_mvm_power_build_cmd() 509 struct ieee80211_vif *vif) in iwl_mvm_power_send_cmd() 552 void iwl_mvm_power_vif_assoc(struct iwl_mvm *mvm, struct ieee80211_vif *vif) in iwl_mvm_power_vif_assoc() 562 struct ieee80211_vif *vif) in iwl_mvm_power_uapsd_misbehav_ap_iterator() [all …]
|
| D | mac-ctxt.c | 91 struct ieee80211_vif *vif; member 99 struct ieee80211_vif *vif) in iwl_mvm_mac_tsf_id_iter() 205 struct ieee80211_vif *vif) in iwl_mvm_mac_iface_iterator() 229 struct ieee80211_vif *vif) in iwl_mvm_mac_ctxt_recalc_tsf_id() 251 int iwl_mvm_mac_ctxt_init(struct iwl_mvm *mvm, struct ieee80211_vif *vif) in iwl_mvm_mac_ctxt_init() 369 struct ieee80211_vif *vif, in iwl_mvm_ack_rates() 455 struct ieee80211_vif *vif, in iwl_mvm_mac_ctxt_set_ht_flags() 489 struct ieee80211_vif *vif, in iwl_mvm_mac_ctxt_cmd_common() 598 struct ieee80211_vif *vif, in iwl_mvm_mac_ctxt_cmd_sta() 718 struct ieee80211_vif *vif, in iwl_mvm_mac_ctxt_cmd_listener() [all …]
|
| D | debugfs-vif.c | 66 struct ieee80211_vif *vif, 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() 194 struct ieee80211_vif *vif = file->private_data; in iwl_dbgfs_tx_pwr_lmt_read() local 209 struct ieee80211_vif *vif = file->private_data; in iwl_dbgfs_pm_params_read() local 225 struct ieee80211_vif *vif = file->private_data; in iwl_dbgfs_mac_params_read() local 305 static void iwl_dbgfs_update_bf(struct ieee80211_vif *vif, in iwl_dbgfs_update_bf() 350 static ssize_t iwl_dbgfs_bf_params_write(struct ieee80211_vif *vif, char *buf, in iwl_dbgfs_bf_params_write() 451 struct ieee80211_vif *vif = file->private_data; in iwl_dbgfs_bf_params_read() local 507 struct ieee80211_vif *vif = file->private_data; in iwl_dbgfs_os_device_timediff_read() local 528 static ssize_t iwl_dbgfs_low_latency_write(struct ieee80211_vif *vif, char *buf, in iwl_dbgfs_low_latency_write() [all …]
|
| /kernel/linux/linux-6.6/drivers/net/wireless/silabs/wfx/ |
| D | sta.c | 102 struct ieee80211_vif *vif = NULL; in wfx_configure_filter() local 157 struct ieee80211_vif *vif = wvif_to_vif(wvif); in wfx_get_ps_timeout() local 200 struct ieee80211_vif *vif = wvif_to_vif(wvif); in wfx_update_pm() local 218 int wfx_conf_tx(struct ieee80211_hw *hw, struct ieee80211_vif *vif, in wfx_conf_tx() 255 struct ieee80211_vif *vif = wvif_to_vif(wvif); in wfx_event_report_rssi() local 271 struct ieee80211_vif *vif = wvif_to_vif(wvif); in wfx_beacon_loss_work() local 278 void wfx_set_default_unicast_key(struct ieee80211_hw *hw, struct ieee80211_vif *vif, int idx) in wfx_set_default_unicast_key() 302 int wfx_sta_add(struct ieee80211_hw *hw, struct ieee80211_vif *vif, struct ieee80211_sta *sta) in wfx_sta_add() 324 int wfx_sta_remove(struct ieee80211_hw *hw, struct ieee80211_vif *vif, struct ieee80211_sta *sta) in wfx_sta_remove() 340 struct ieee80211_vif *vif = wvif_to_vif(wvif); in wfx_upload_ap_templates() local [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 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 = 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 256 struct wil6210_vif *vif = from_timer(vif, t, p2p.discovery_timer); in wil_p2p_discovery_timer_fn() local 264 static void wil_vif_init(struct wil6210_vif *vif) in wil_vif_init() 303 struct wil6210_vif *vif; in wil_vif_alloc() local [all …]
|
| /kernel/linux/linux-6.6/drivers/net/wireless/ath/wil6210/ |
| 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 = 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 256 struct wil6210_vif *vif = from_timer(vif, t, p2p.discovery_timer); in wil_p2p_discovery_timer_fn() local 264 static void wil_vif_init(struct wil6210_vif *vif) in wil_vif_init() 303 struct wil6210_vif *vif; in wil_vif_alloc() local [all …]
|
| /kernel/linux/linux-6.6/drivers/net/wireless/realtek/rtw89/ |
| D | mac80211.c | 25 struct ieee80211_vif *vif = info->control.vif; in rtw89_ops_tx() local 109 struct ieee80211_vif *vif) in rtw89_ops_add_interface() 172 struct ieee80211_vif *vif) in rtw89_ops_remove_interface() 196 struct ieee80211_vif *vif, in rtw89_ops_change_interface() 299 struct ieee80211_vif *vif = rtwvif_to_vif(rtwvif); in rtw89_aifsn_to_aifs() local 381 struct ieee80211_vif *vif, in rtw89_station_mode_sta_assoc() 401 struct ieee80211_vif *vif, in rtw89_ops_bss_info_changed() 460 struct ieee80211_vif *vif, in rtw89_ops_start_ap() 494 void rtw89_ops_stop_ap(struct ieee80211_hw *hw, struct ieee80211_vif *vif, in rtw89_ops_stop_ap() 520 struct ieee80211_vif *vif, in rtw89_ops_conf_tx() [all …]
|