Home
last modified time | relevance | path

Searched refs:vif_type (Results 1 – 9 of 9) sorted by relevance

/linux/drivers/net/wireless/microchip/wilc1000/
H A Dnetdev.h303 int vif_type, enum nl80211_iftype type,
H A Dnetdev.c949 int vif_type, enum nl80211_iftype type, in wilc_netdev_ifc_init() argument
978 vif->iftype = vif_type; in wilc_netdev_ifc_init()
/linux/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dscan.c1528 static void iwl_mvm_scan_ch_add_n_aps_override(enum nl80211_iftype vif_type, in iwl_mvm_scan_ch_add_n_aps_override() argument
1534 if (vif_type != NL80211_IFTYPE_P2P_DEVICE) in iwl_mvm_scan_ch_add_n_aps_override()
1557 static u32 iwl_mvm_scan_ch_n_aps_flag(enum nl80211_iftype vif_type, u8 ch_id) in iwl_mvm_scan_ch_n_aps_flag() argument
1562 if (vif_type != NL80211_IFTYPE_P2P_DEVICE) in iwl_mvm_scan_ch_n_aps_flag()
1616 enum nl80211_iftype vif_type) in iwl_mvm_umac_scan_cfg_channels_v4() argument
1633 iwl_mvm_scan_ch_add_n_aps_override(vif_type, in iwl_mvm_umac_scan_cfg_channels_v4()
1645 enum nl80211_iftype vif_type, u32 version) in iwl_mvm_umac_scan_cfg_channels_v7() argument
1653 iwl_mvm_scan_ch_n_aps_flag(vif_type, in iwl_mvm_umac_scan_cfg_channels_v7()
1763 enum nl80211_iftype vif_type, in iwl_mvm_umac_scan_cfg_channels_v7_6g() argument
H A Dsta.c1576 enum nl80211_iftype vif_type) in iwl_mvm_reserve_sta_stream() argument
1589 if (vif_type == NL80211_IFTYPE_STATION && !sta->tdls && in iwl_mvm_reserve_sta_stream()
/linux/drivers/net/wireless/intel/iwlwifi/mld/
H A Dscan.c819 static u32 iwl_mld_scan_ch_n_aps_flag(enum nl80211_iftype vif_type, u8 ch_id) in iwl_mld_scan_ch_n_aps_flag() argument
821 if (vif_type != NL80211_IFTYPE_P2P_DEVICE) in iwl_mld_scan_ch_n_aps_flag()
842 enum nl80211_iftype vif_type) in iwl_mld_scan_cmd_set_channels() argument
851 iwl_mld_scan_ch_n_aps_flag(vif_type, in iwl_mld_scan_cmd_set_channels()
884 enum nl80211_iftype vif_type) in iwl_mld_scan_cfg_channels_6g() argument
/linux/drivers/net/wireless/rsi/
H A Drsi_mgmt.h416 u8 vif_type; member
H A Drsi_91x_mac80211.c448 static int rsi_map_intf_mode(enum nl80211_iftype vif_type) in rsi_map_intf_mode() argument
450 switch (vif_type) { in rsi_map_intf_mode()
H A Drsi_91x_mgmt.c740 vap_caps->vif_type = mode; in rsi_set_vap_capabilities()
/linux/net/mac80211/
H A Drx.c4682 .vif_type = sdata->vif.type, in ieee80211_check_fast_rx()