Home
last modified time | relevance | path

Searched refs:hdd_cb_handle_to_context (Results 1 – 3 of 3) sorted by relevance

/wlan-driver/qcacld-3.0/core/hdd/src/
H A Dwlan_hdd_main.c12126 hdd_ctx = hdd_cb_handle_to_context(context); in wlan_hdd_sta_get_dot11mode()
12160 hdd_ctx = hdd_cb_handle_to_context(context); in wlan_hdd_get_ap_client_count()
12199 hdd_ctx = hdd_cb_handle_to_context(context); in wlan_hdd_sta_ndi_connected()
12234 struct hdd_context *hdd_ctx = hdd_cb_handle_to_context(context); in wlan_hdd_pktlog_enable_disable()
12252 struct hdd_context *hdd_ctx = hdd_cb_handle_to_context(context); in wlan_hdd_is_roaming_in_progress()
12274 hdd_ctx = hdd_cb_handle_to_context(context); in hdd_is_ap_active()
12303 struct hdd_context *hdd_ctx = hdd_cb_handle_to_context(context); in wlan_hdd_napi_apply_throughput_policy()
12328 hdd_ctx = hdd_cb_handle_to_context(context); in hdd_is_link_adapter()
12371 struct hdd_context *hdd_ctx = hdd_cb_handle_to_context(context); in hdd_any_adapter_connected()
12390 struct hdd_context *hdd_ctx = hdd_cb_handle_to_context(context); in hdd_pld_request_pm_qos()
[all …]
H A Dwlan_hdd_tx_rx.c725 struct hdd_context *hdd_ctx = hdd_cb_handle_to_context(ctx); in hdd_tsf_timestamp_rx()
/wlan-driver/qcacld-3.0/core/hdd/inc/
H A Dwlan_hdd_main.h3788 struct hdd_context *hdd_cb_handle_to_context(hdd_cb_handle hdd_handle) in hdd_cb_handle_to_context() function