Searched refs:mlme_vdev_is_newchan_no_cac (Results 1 – 4 of 4) sorted by relevance
607 static inline QDF_STATUS mlme_vdev_is_newchan_no_cac( in mlme_vdev_is_newchan_no_cac() function612 if ((vdev_mlme->ops) && vdev_mlme->ops->mlme_vdev_is_newchan_no_cac) in mlme_vdev_is_newchan_no_cac()613 ret = vdev_mlme->ops->mlme_vdev_is_newchan_no_cac(vdev_mlme); in mlme_vdev_is_newchan_no_cac()
1472 if ((mlme_vdev_is_newchan_no_cac(vdev_mlme) == in mlme_vdev_subst_suspend_csa_restart_event()
797 QDF_STATUS (*mlme_vdev_is_newchan_no_cac)( member
2437 .mlme_vdev_is_newchan_no_cac = ap_mlme_vdev_is_newchan_no_cac,