Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/marvell/mwifiex/
H A Dcfg80211.c956 return adapter->curr_iface_comb.p2p_intf != in is_vif_type_change_allowed()
959 return adapter->curr_iface_comb.uap_intf != in is_vif_type_change_allowed()
971 return adapter->curr_iface_comb.p2p_intf != in is_vif_type_change_allowed()
974 return adapter->curr_iface_comb.uap_intf != in is_vif_type_change_allowed()
984 return adapter->curr_iface_comb.sta_intf != in is_vif_type_change_allowed()
988 return adapter->curr_iface_comb.p2p_intf != in is_vif_type_change_allowed()
1002 return adapter->curr_iface_comb.uap_intf != in is_vif_type_change_allowed()
1016 return adapter->curr_iface_comb.uap_intf != in is_vif_type_change_allowed()
1038 adapter->curr_iface_comb.sta_intf += change; in update_vif_type_counter()
1041 adapter->curr_iface_comb.uap_intf += change; in update_vif_type_counter()
[all …]
H A Dmain.h856 struct mwifiex_iface_comb curr_iface_comb; member