Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/core/hdd/inc/
Dwlan_hdd_main.h2861 uint8_t session_type,
5090 bool wlan_hdd_is_session_type_monitor(uint8_t session_type);
5139 uint8_t session_type);
5151 uint8_t session_type) in hdd_monitor_mode_qdf_create_event() argument
/wlan-driver/qcacld-3.0/core/hdd/src/
Dwlan_hdd_main.c6921 uint8_t session_type) in hdd_alloc_station_adapter() argument
6934 wlan_hdd_is_session_type_monitor(session_type)) ? in hdd_alloc_station_adapter()
6952 qdf_status = hdd_monitor_mode_qdf_create_event(adapter, session_type); in hdd_alloc_station_adapter()
6972 if (wlan_hdd_is_session_type_monitor(session_type)) { in hdd_alloc_station_adapter()
8934 uint8_t session_type, in hdd_open_adapter() argument
8970 switch (session_type) { in hdd_open_adapter()
8999 iface_name, session_type); in hdd_open_adapter()
9003 session_type); in hdd_open_adapter()
9014 if (QDF_P2P_CLIENT_MODE == session_type) in hdd_open_adapter()
9016 else if (QDF_P2P_DEVICE_MODE == session_type) in hdd_open_adapter()
[all …]