Searched refs:tdls_rx_ops (Results 1 – 4 of 4) sorted by relevance
39 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() local72 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()
41 return &psoc->soc_cb.rx_ops->tdls_rx_ops; in wlan_psoc_get_tdls_rxops()
925 rx_ops->tdls_rx_ops.tdls_ev_handler = tgt_tdls_event_handler; in wlan_lmac_if_umac_tdls_rx_ops_register()
2821 struct wlan_lmac_if_tdls_rx_ops tdls_rx_ops; member