Searched defs:p2p_soc_priv_obj (Results 1 – 1 of 1) sorted by relevance
247 struct p2p_soc_priv_obj { struct248 struct wlan_objmgr_psoc *soc;249 qdf_list_t roc_q;250 qdf_list_t tx_q_roc;251 qdf_list_t tx_q_ack;252 wlan_scan_requester scan_req_id;253 struct p2p_start_param *start_param;254 qdf_event_t cleanup_roc_done;255 qdf_event_t cleanup_tx_done;256 qdf_runtime_lock_t roc_runtime_lock;[all …]