Searched refs:iface_type (Results 1 – 4 of 4) sorted by relevance
22307 static char *wlan_hdd_iface_debug_string(uint32_t iface_type) in wlan_hdd_iface_debug_string() argument22309 if (iface_type == BIT(NL80211_IFTYPE_STATION)) in wlan_hdd_iface_debug_string()22311 else if (iface_type == BIT(NL80211_IFTYPE_AP)) in wlan_hdd_iface_debug_string()22313 else if (iface_type == (BIT(NL80211_IFTYPE_P2P_CLIENT) | in wlan_hdd_iface_debug_string()22316 else if (iface_type == BIT(NL80211_IFTYPE_P2P_CLIENT)) in wlan_hdd_iface_debug_string()22318 else if (iface_type == BIT(NL80211_IFTYPE_P2P_GO)) in wlan_hdd_iface_debug_string()22320 else if (iface_type == BIT(NL80211_IFTYPE_NAN)) in wlan_hdd_iface_debug_string()22322 else if (iface_type == BIT(NL80211_IFTYPE_MONITOR)) in wlan_hdd_iface_debug_string()