Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/components/p2p/core/src/
H A Dwlan_p2p_roc.h54 enum roc_type { enum
101 enum roc_type roc_type; member
H A Dwlan_p2p_roc.c413 roc_ctx->roc_type, roc_ctx->roc_state); in p2p_roc_timeout()
442 roc_ctx->roc_type, roc_ctx->roc_state); in p2p_execute_roc_req()
557 if (roc_ctx->roc_type == USER_REQUESTED) { in p2p_process_ready_on_channel_evt()
605 if (roc_ctx->roc_type == USER_REQUESTED) in p2p_process_scan_complete_evt()
672 roc_ctx->roc_type, roc_ctx->roc_state); in p2p_find_current_roc_ctx()
726 roc_ctx->roc_type, roc_ctx->roc_state); in p2p_find_roc_by_chan_freq()
842 roc_ctx->roc_type, roc_ctx->roc_state); in p2p_process_cleanup_roc_queue()
871 roc_ctx->roc_type, roc_ctx->roc_state); in p2p_process_cleanup_roc_queue()
908 roc_ctx->roc_type, roc_ctx->roc_state); in p2p_process_roc_req()
948 curr_roc_ctx->roc_type, curr_roc_ctx->roc_state); in p2p_process_cancel_roc_req()
H A Dwlan_p2p_off_chan_tx.c1327 roc_ctx->roc_type = OFF_CHANNEL_TX; in p2p_roc_req_for_tx_action()
/wlan-driver/qcacld-3.0/components/p2p/dispatcher/src/
H A Dwlan_p2p_ucfg_api.c158 roc_ctx->roc_type = USER_REQUESTED; in ucfg_p2p_roc_req()