Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/core/hdd/inc/
H A Dwlan_hdd_main.h3854 QDF_STATUS hdd_nl_to_qdf_iface_type(enum nl80211_iftype nl_type,
/wlan-driver/qcacld-3.0/core/hdd/src/
H A Dwlan_hdd_main.c1206 static QDF_STATUS wlan_hdd_convert_nan_type(enum nl80211_iftype nl_type, in wlan_hdd_convert_nan_type() argument
1209 if (nl_type == NL80211_IFTYPE_NAN) { in wlan_hdd_convert_nan_type()
1234 static QDF_STATUS wlan_hdd_convert_nan_type(enum nl80211_iftype nl_type, in wlan_hdd_convert_nan_type() argument
1250 QDF_STATUS hdd_nl_to_qdf_iface_type(enum nl80211_iftype nl_type, in hdd_nl_to_qdf_iface_type() argument
1255 switch (nl_type) { in hdd_nl_to_qdf_iface_type()
1281 status = wlan_hdd_convert_nan_type(nl_type, out_qdf_type); in hdd_nl_to_qdf_iface_type()
1284 hdd_err("Invalid nl80211 interface type %d", nl_type); in hdd_nl_to_qdf_iface_type()