const UCL_OPFUN_DATA opMonitorApFun[] =
{
{0, NULL, NULL, OPFUN_TYPE_UNKNOWN},
{UCL_OPID_MONITORAP_GET_APINFO, ucl_opfun_monitorAp_getApInfo, "ucl_opfun_monitorAp_getApInfo", OPFUN_TYPE_GET},
{UCL_OPID_MONITORAP_GET_DEVINFO, ucl_opfun_monitorAp_getDevInfo, "ucl_opfun_monitorAp_getDevInfo", OPFUN_TYPE_GET},
{UCL_OPID_MONITORAP_GET_WSETTING, ucl_opfun_monitorAp_getWSetting, "ucl_opfun_monitorAp_getWSetting", OPFUN_TYPE_GET},
{UCL_OPID_MONITORAP_GET_LANINFO, ucl_opfun_monitorAp_getLanInfo, "ucl_opfun_monitorAp_getLanInfo", OPFUN_TYPE_GET},
{UCL_OPID_MONITORAP_GET_STAINFO, ucl_opfun_monitorAp_getStaInfo, "ucl_opfun_monitorAp_getStaInfo", OPFUN_TYPE_GET},
{UCL_OPID_MONITORAP_GET_IFINFO, ucl_opfun_monitorAp_getIfInfo, "ucl_opfun_monitorAp_getIfInfo", OPFUN_TYPE_GET},
{UCL_OPID_MONITORAP_GET_DEVMISC, ucl_opfun_monitorAp_getDevMisc, "ucl_opfun_monitorAp_getDevMisc", OPFUN_TYPE_GET},
{UCL_OPID_MONITORAP_SET_APNAME, ucl_opfun_monitorAp_setApName, "ucl_opfun_monitorAp_setApName", OPFUN_TYPE_SET},
{UCL_OPID_MONITORAP_GET_CAP, ucl_opfun_monitorAp_getCap, "ucl_opfun_monitorAp_getCap", OPFUN_TYPE_GET},
{UCL_OPID_MONITORAP_GET_LANRATE, ucl_opfun_monitorAp_getLanRate, "ucl_opfun_monitorAp_getLanRate", OPFUN_TYPE_GET},
{UCL_OPID_MONITORAP_MODIFY_DATACOLLECTV2_STATUS, ucl_opfun_monitorAp_modifyDataCollectV2Status, "ucl_opfun_monitorAp_modifyDataCollectV2Status", OPFUN_TYPE_INFOM},
{UCL_OPID_MONITORAP_GET_WIFISTATS, ucl_opfun_monitorAp_getWifiStats, "ucl_opfun_monitorAp_getWifiStats", OPFUN_TYPE_GET},
{UCL_OPID_MONITORAP_GET_RADIOACCESS, ucl_opfun_monitorAp_getRadioAccess, "ucl_opfun_monitorAp_getRadioAccess", OPFUN_TYPE_GET},
{UCL_OPID_MONITORAP_GET_RADARDETECT, ucl_opfun_monitorAp_getRadarDetect, "ucl_opfun_monitorAp_getRadarDetect", OPFUN_TYPE_GET},
{UCL_OPID_MONITORAP_GET_MCASTSTAT, ucl_opfun_monitorAp_getMCastStat, "ucl_opfun_monitorAp_getMCastStat", OPFUN_TYPE_GET},
{-1, NULL, NULL, OPFUN_TYPE_UNKNOWN},
};
最新发布