Searched refs:curr_iftype (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-6.6/drivers/net/wireless/marvell/mwifiex/ |
H A D | cfg80211.c | 1055 enum nl80211_iftype curr_iftype, in mwifiex_change_vif_to_p2p() 1077 update_vif_type_counter(adapter, curr_iftype, -1); in mwifiex_change_vif_to_p2p() 1109 enum nl80211_iftype curr_iftype, in mwifiex_change_vif_to_sta_adhoc() 1135 update_vif_type_counter(adapter, curr_iftype, -1); in mwifiex_change_vif_to_sta_adhoc() 1150 enum nl80211_iftype curr_iftype, in mwifiex_change_vif_to_ap() 1172 update_vif_type_counter(adapter, curr_iftype, -1); in mwifiex_change_vif_to_ap() 1194 enum nl80211_iftype curr_iftype = dev->ieee80211_ptr->iftype; in mwifiex_cfg80211_change_virtual_intf() local 1205 dev->name, curr_iftype); in mwifiex_cfg80211_change_virtual_intf() 1209 if (curr_iftype == type) { in mwifiex_cfg80211_change_virtual_intf() 1212 dev->name, curr_iftype); in mwifiex_cfg80211_change_virtual_intf() 1054 mwifiex_change_vif_to_p2p(struct net_device *dev, enum nl80211_iftype curr_iftype, enum nl80211_iftype type, struct vif_params *params) mwifiex_change_vif_to_p2p() argument 1108 mwifiex_change_vif_to_sta_adhoc(struct net_device *dev, enum nl80211_iftype curr_iftype, enum nl80211_iftype type, struct vif_params *params) mwifiex_change_vif_to_sta_adhoc() argument 1149 mwifiex_change_vif_to_ap(struct net_device *dev, enum nl80211_iftype curr_iftype, enum nl80211_iftype type, struct vif_params *params) mwifiex_change_vif_to_ap() argument [all...] |
/kernel/linux/linux-5.10/drivers/net/wireless/marvell/mwifiex/ |
H A D | cfg80211.c | 948 enum nl80211_iftype curr_iftype, in mwifiex_change_vif_to_p2p() 1000 switch (curr_iftype) { in mwifiex_change_vif_to_p2p() 1020 enum nl80211_iftype curr_iftype, in mwifiex_change_vif_to_sta_adhoc() 1034 if ((curr_iftype != NL80211_IFTYPE_P2P_CLIENT && in mwifiex_change_vif_to_sta_adhoc() 1035 curr_iftype != NL80211_IFTYPE_P2P_GO) && in mwifiex_change_vif_to_sta_adhoc() 1060 switch (curr_iftype) { in mwifiex_change_vif_to_sta_adhoc() 1079 enum nl80211_iftype curr_iftype, in mwifiex_change_vif_to_ap() 1113 switch (curr_iftype) { in mwifiex_change_vif_to_ap() 1140 enum nl80211_iftype curr_iftype = dev->ieee80211_ptr->iftype; in mwifiex_cfg80211_change_virtual_intf() local 1148 switch (curr_iftype) { in mwifiex_cfg80211_change_virtual_intf() 947 mwifiex_change_vif_to_p2p(struct net_device *dev, enum nl80211_iftype curr_iftype, enum nl80211_iftype type, struct vif_params *params) mwifiex_change_vif_to_p2p() argument 1019 mwifiex_change_vif_to_sta_adhoc(struct net_device *dev, enum nl80211_iftype curr_iftype, enum nl80211_iftype type, struct vif_params *params) mwifiex_change_vif_to_sta_adhoc() argument 1078 mwifiex_change_vif_to_ap(struct net_device *dev, enum nl80211_iftype curr_iftype, enum nl80211_iftype type, struct vif_params *params) mwifiex_change_vif_to_ap() argument [all...] |
Completed in 6 milliseconds