Searched refs:vif_type (Results 1 – 11 of 11) sorted by relevance
| /linux/drivers/net/wireless/microchip/wilc1000/ |
| H A D | netdev.h | 303 int vif_type, enum nl80211_iftype type,
|
| H A D | netdev.c | 949 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 D | scan.c | 1528 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 D | sta.c | 1576 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 D | scan.c | 803 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 805 if (vif_type != NL80211_IFTYPE_P2P_DEVICE) in iwl_mld_scan_ch_n_aps_flag() 826 enum nl80211_iftype vif_type) in iwl_mld_scan_cmd_set_channels() argument 833 iwl_mld_scan_ch_n_aps_flag(vif_type, in iwl_mld_scan_cmd_set_channels() 867 enum nl80211_iftype vif_type) in iwl_mld_scan_cfg_channels_6g() argument
|
| /linux/net/mac80211/ |
| H A D | trace.h | 31 #define VIF_ENTRY __field(enum nl80211_iftype, vif_type) __field(void *, sdata) \ 34 #define VIF_ASSIGN __entry->vif_type = sdata->vif.type; __entry->sdata = sdata; \ 38 #define VIF_PR_ARG __get_str(vif_name), __entry->vif_type, __entry->p2p ? "/p2p" : "" 1742 enum nl80211_iftype vif_type; member 1796 SWITCH_ENTRY_ASSIGN(vif.vif_type, vif->type);
|
| H A D | sta_info.h | 334 * @vif_type: (P2P-less) interface type of the original sdata (sdata->vif.type) 349 enum nl80211_iftype vif_type; member
|
| H A D | rx.c | 4639 .vif_type = sdata->vif.type, in ieee80211_check_fast_rx()
|
| /linux/drivers/net/wireless/rsi/ |
| H A D | rsi_mgmt.h | 416 u8 vif_type; member
|
| H A D | rsi_91x_mac80211.c | 433 static int rsi_map_intf_mode(enum nl80211_iftype vif_type) in rsi_map_intf_mode() argument 435 switch (vif_type) { in rsi_map_intf_mode()
|
| H A D | rsi_91x_mgmt.c | 740 vap_caps->vif_type = mode; in rsi_set_vap_capabilities()
|