Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/components/target_if/tdls/src/
Dtarget_if_tdls.c39 return &psoc->soc_cb.rx_ops->tdls_rx_ops; in target_if_tdls_get_rx_ops()
47 struct wlan_lmac_if_tdls_rx_ops *tdls_rx_ops; in target_if_tdls_event_handler() local
72 tdls_rx_ops = target_if_tdls_get_rx_ops(psoc); in target_if_tdls_event_handler()
73 if (tdls_rx_ops && tdls_rx_ops->tdls_ev_handler) { in target_if_tdls_event_handler()
74 status = tdls_rx_ops->tdls_ev_handler(psoc, &info); in target_if_tdls_event_handler()
/wlan-driver/qcacld-3.0/components/tdls/dispatcher/src/
Dwlan_tdls_tgt_api.c41 return &psoc->soc_cb.rx_ops->tdls_rx_ops; in wlan_psoc_get_tdls_rxops()
/wlan-driver/qca-wifi-host-cmn/umac/global_umac_dispatcher/lmac_if/src/
Dwlan_lmac_if.c925 rx_ops->tdls_rx_ops.tdls_ev_handler = tgt_tdls_event_handler; in wlan_lmac_if_umac_tdls_rx_ops_register()
/wlan-driver/qca-wifi-host-cmn/umac/global_umac_dispatcher/lmac_if/inc/
Dwlan_lmac_if_def.h2821 struct wlan_lmac_if_tdls_rx_ops tdls_rx_ops; member