Searched refs:mlme_rx_ops (Results 1 – 4 of 4) sorted by relevance
259 *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() argument275 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() argument375 struct wlan_lmac_if_mlme_rx_ops *mlme_rx_ops) in tgt_vdev_mgr_reg_quiet_offload() argument377 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() argument389 struct wlan_lmac_if_mlme_rx_ops *mlme_rx_ops = &rx_ops->mops; in tgt_vdev_mgr_register_rx_ops() local[all …]
170 struct wlan_mlme_rx_ops mlme_rx_ops; member
64 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() local5650 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()
2025 wlan_mlme_register_rx_ops(&psoc_mlme->ext_psoc_ptr->mlme_rx_ops); in psoc_mlme_ext_hdl_create()