Searched refs:wifi_pos_rx_ops (Results 1 – 5 of 5) sorted by relevance
52 return &rx_ops->wifi_pos_rx_ops; in target_if_wifi_pos_get_rxops()67 struct wlan_lmac_if_wifi_pos_rx_ops *wifi_pos_rx_ops; in target_if_wifi_pos_oem_rsp_ev_handler() local93 wifi_pos_rx_ops = target_if_wifi_pos_get_rxops(psoc); in target_if_wifi_pos_oem_rsp_ev_handler()94 if (!wifi_pos_rx_ops || !wifi_pos_rx_ops->oem_rsp_event_rx) { in target_if_wifi_pos_oem_rsp_ev_handler()121 ret = wifi_pos_rx_ops->oem_rsp_event_rx(psoc, &oem_rsp); in target_if_wifi_pos_oem_rsp_ev_handler()168 return &rx_ops->wifi_pos_rx_ops; in target_if_wifi_pos_get_rx_ops()
347 struct wlan_lmac_if_wifi_pos_rx_ops *wifi_pos_rx_ops = in wlan_lmac_if_wifi_pos_rx_ops() local348 &rx_ops->wifi_pos_rx_ops; in wlan_lmac_if_wifi_pos_rx_ops()350 wifi_pos_rx_ops->wifi_pos_ranging_peer_create_cb = in wlan_lmac_if_wifi_pos_rx_ops()352 wifi_pos_rx_ops->wifi_pos_ranging_peer_create_rsp_cb = in wlan_lmac_if_wifi_pos_rx_ops()354 wifi_pos_rx_ops->wifi_pos_ranging_peer_delete_cb = in wlan_lmac_if_wifi_pos_rx_ops()356 wifi_pos_rx_ops->wifi_pos_vdev_delete_all_ranging_peers_rsp_cb = in wlan_lmac_if_wifi_pos_rx_ops()
1289 struct wlan_lmac_if_wifi_pos_rx_ops *wifi_pos_rx_ops; in wifi_pos_register_rx_ops() local1291 wifi_pos_rx_ops = &rx_ops->wifi_pos_rx_ops; in wifi_pos_register_rx_ops()1292 wifi_pos_rx_ops->oem_rsp_event_rx = wifi_pos_oem_rsp_handler; in wifi_pos_register_rx_ops()1293 wifi_pos_rx_ops->wifi_pos_vdev_delete_all_ranging_peers_cb = in wifi_pos_register_rx_ops()
52 return &rx_ops->wifi_pos_rx_ops; in wifi_pos_get_rx_ops()
2816 struct wlan_lmac_if_wifi_pos_rx_ops wifi_pos_rx_ops; member