Home
last modified time | relevance | path

Searched refs:wifi_pos_rx_ops (Results 1 – 5 of 5) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/target_if/wifi_pos/src/
H A Dtarget_if_wifi_pos_rx_ops.c52 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() local
93 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()
/wlan-driver/qca-wifi-host-cmn/umac/global_umac_dispatcher/lmac_if/src/
H A Dwlan_lmac_if.c347 struct wlan_lmac_if_wifi_pos_rx_ops *wifi_pos_rx_ops = in wlan_lmac_if_wifi_pos_rx_ops() local
348 &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()
/wlan-driver/qca-wifi-host-cmn/umac/wifi_pos/src/
H A Dwifi_pos_main.c1289 struct wlan_lmac_if_wifi_pos_rx_ops *wifi_pos_rx_ops; in wifi_pos_register_rx_ops() local
1291 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()
H A Dwifi_pos_api.c52 return &rx_ops->wifi_pos_rx_ops; in wifi_pos_get_rx_ops()
/wlan-driver/qca-wifi-host-cmn/umac/global_umac_dispatcher/lmac_if/inc/
H A Dwlan_lmac_if_def.h2816 struct wlan_lmac_if_wifi_pos_rx_ops wifi_pos_rx_ops; member