Home
last modified time | relevance | path

Searched refs:curr_iftype (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/net/wireless/marvell/mwifiex/
H A Dcfg80211.c1084 enum nl80211_iftype curr_iftype, in mwifiex_change_vif_to_p2p() argument
1106 update_vif_type_counter(adapter, curr_iftype, -1); in mwifiex_change_vif_to_p2p()
1138 enum nl80211_iftype curr_iftype, in mwifiex_change_vif_to_sta_adhoc() argument
1164 update_vif_type_counter(adapter, curr_iftype, -1); in mwifiex_change_vif_to_sta_adhoc()
1179 enum nl80211_iftype curr_iftype, in mwifiex_change_vif_to_ap() argument
1201 update_vif_type_counter(adapter, curr_iftype, -1); in mwifiex_change_vif_to_ap()
1223 enum nl80211_iftype curr_iftype = dev->ieee80211_ptr->iftype; in mwifiex_cfg80211_change_virtual_intf() local
1234 dev->name, curr_iftype); in mwifiex_cfg80211_change_virtual_intf()
1238 if (curr_iftype == type) { in mwifiex_cfg80211_change_virtual_intf()
1241 dev->name, curr_iftype); in mwifiex_cfg80211_change_virtual_intf()
[all...]
/linux/drivers/net/wireless/nxp/nxpwifi/
H A Dcfg80211.c818 enum nl80211_iftype curr_iftype, in nxpwifi_change_vif_to_sta() argument
843 update_vif_type_counter(adapter, curr_iftype, -1); in nxpwifi_change_vif_to_sta()
861 enum nl80211_iftype curr_iftype, in nxpwifi_change_vif_to_ap() argument
887 update_vif_type_counter(adapter, curr_iftype, -1); in nxpwifi_change_vif_to_ap()
911 enum nl80211_iftype curr_iftype = dev->ieee80211_ptr->iftype; in nxpwifi_cfg80211_change_virtual_intf() local
922 dev->name, curr_iftype); in nxpwifi_cfg80211_change_virtual_intf()
926 if (curr_iftype == type) { in nxpwifi_cfg80211_change_virtual_intf()
929 dev->name, curr_iftype); in nxpwifi_cfg80211_change_virtual_intf()
933 if (!is_vif_type_change_allowed(priv->adapter, curr_iftype, type)) { in nxpwifi_cfg80211_change_virtual_intf()
936 dev->name, curr_iftype, type); in nxpwifi_cfg80211_change_virtual_intf()
[all …]