Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/umac/mlme/vdev_mgr/dispatcher/src/ !
H A Dwlan_vdev_mgr_tgt_if_rx_api.c259 *mlme_rx_ops) in tgt_psoc_reg_wakelock_info_rx_op()
261 mlme_rx_ops->psoc_get_wakelock_info = tgt_psoc_get_wakelock_info; in tgt_psoc_reg_wakelock_info_rx_op()
266 *mlme_rx_ops) in tgt_psoc_reg_wakelock_info_rx_op()
273 struct wlan_lmac_if_mlme_rx_ops *mlme_rx_ops) in tgt_vdev_mgr_reg_set_mac_address_response() argument
275 mlme_rx_ops->vdev_mgr_set_mac_addr_response = in tgt_vdev_mgr_reg_set_mac_address_response()
280 struct wlan_lmac_if_mlme_rx_ops *mlme_rx_ops) in tgt_vdev_mgr_reg_set_mac_address_response() argument
375 struct wlan_lmac_if_mlme_rx_ops *mlme_rx_ops) in tgt_vdev_mgr_reg_quiet_offload() argument
377 mlme_rx_ops->vdev_mgr_quiet_offload = in tgt_vdev_mgr_reg_quiet_offload()
382 struct wlan_lmac_if_mlme_rx_ops *mlme_rx_ops) in tgt_vdev_mgr_reg_quiet_offload() argument
389 struct wlan_lmac_if_mlme_rx_ops *mlme_rx_ops = &rx_ops->mops; in tgt_vdev_mgr_register_rx_ops() local
[all …]
/wlan-driver/qcacld-3.0/components/mlme/core/inc/ !
H A Dwlan_mlme_main.h170 struct wlan_mlme_rx_ops mlme_rx_ops; member
/wlan-driver/qcacld-3.0/components/mlme/core/src/ !
H A Dwlan_mlme_main.c64 return &psoc_ext_priv->mlme_rx_ops; in mlme_get_rx_ops()
5628 struct wlan_mlme_rx_ops *mlme_rx_ops; in mlme_peer_oper_mode_change_event_handler() local
5650 mlme_rx_ops = mlme_get_rx_ops(psoc); in mlme_peer_oper_mode_change_event_handler()
5651 if (!mlme_rx_ops || !mlme_rx_ops->peer_oper_mode_eventid) { in mlme_peer_oper_mode_change_event_handler()
5656 qdf_status = mlme_rx_ops->peer_oper_mode_eventid(psoc, &data); in mlme_peer_oper_mode_change_event_handler()
H A Dwlan_mlme_vdev_mgr_interface.c2025 wlan_mlme_register_rx_ops(&psoc_mlme->ext_psoc_ptr->mlme_rx_ops); in psoc_mlme_ext_hdl_create()