Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/target_if/wifi_pos/src/
H A Dtarget_if_wifi_pos_tx_ops.c299 struct wlan_lmac_if_wifi_pos_tx_ops *wifi_pos_tx_ops; in target_if_wifi_pos_register_tx_ops() local
301 wifi_pos_tx_ops = &tx_ops->wifi_pos_tx_ops; in target_if_wifi_pos_register_tx_ops()
302 wifi_pos_tx_ops->wifi_pos_register_events = in target_if_wifi_pos_register_tx_ops()
304 wifi_pos_tx_ops->wifi_pos_deregister_events = in target_if_wifi_pos_register_tx_ops()
306 wifi_pos_tx_ops->data_req_tx = target_if_wifi_pos_oem_data_req; in target_if_wifi_pos_register_tx_ops()
307 wifi_pos_tx_ops->wifi_pos_convert_pdev_id_host_to_target = in target_if_wifi_pos_register_tx_ops()
309 wifi_pos_tx_ops->wifi_pos_convert_pdev_id_target_to_host = in target_if_wifi_pos_register_tx_ops()
311 wifi_pos_tx_ops->wifi_pos_get_vht_ch_width = in target_if_wifi_pos_register_tx_ops()
313 wifi_pos_tx_ops->data_req_tx = target_if_wifi_pos_oem_data_req; in target_if_wifi_pos_register_tx_ops()
314 wifi_pos_tx_ops->wifi_pos_parse_measreq_chan_info = in target_if_wifi_pos_register_tx_ops()
[all …]
/wlan-driver/qca-wifi-host-cmn/umac/wifi_pos/src/
H A Dwifi_pos_api.c97 return &tx_ops->wifi_pos_tx_ops; in wifi_pos_get_tx_ops()
/wlan-driver/qca-wifi-host-cmn/umac/global_umac_dispatcher/lmac_if/inc/
H A Dwlan_lmac_if_def.h1856 struct wlan_lmac_if_wifi_pos_tx_ops wifi_pos_tx_ops; member