Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/core/hdd/src/
Dwlan_hdd_main.c1207 enum QDF_OPMODE *out_qdf_type) in wlan_hdd_convert_nan_type() argument
1210 *out_qdf_type = QDF_NAN_DISC_MODE; in wlan_hdd_convert_nan_type()
1235 enum QDF_OPMODE *out_qdf_type) in wlan_hdd_convert_nan_type() argument
1251 enum QDF_OPMODE *out_qdf_type) in hdd_nl_to_qdf_iface_type() argument
1257 *out_qdf_type = QDF_SAP_MODE; in hdd_nl_to_qdf_iface_type()
1260 *out_qdf_type = QDF_MONITOR_MODE; in hdd_nl_to_qdf_iface_type()
1263 *out_qdf_type = QDF_OCB_MODE; in hdd_nl_to_qdf_iface_type()
1266 *out_qdf_type = QDF_P2P_CLIENT_MODE; in hdd_nl_to_qdf_iface_type()
1269 *out_qdf_type = QDF_P2P_DEVICE_MODE; in hdd_nl_to_qdf_iface_type()
1272 *out_qdf_type = QDF_P2P_GO_MODE; in hdd_nl_to_qdf_iface_type()
[all …]
/wlan-driver/qcacld-3.0/core/hdd/inc/
Dwlan_hdd_main.h3855 enum QDF_OPMODE *out_qdf_type);