Home
last modified time | relevance | path

Searched refs:iface_type (Results 1 – 4 of 4) sorted by relevance

/wlan-driver/wpa_supplicant_8/src/drivers/
H A Ddriver_nl80211.c
/wlan-driver/wpa_supplicant_8/wpa_supplicant/
H A Dctrl_iface.c
H A Dp2p_supplicant.c
/wlan-driver/qcacld-3.0/core/hdd/src/
H A Dwlan_hdd_cfg80211.c22307 static char *wlan_hdd_iface_debug_string(uint32_t iface_type) in wlan_hdd_iface_debug_string() argument
22309 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()