Home | History | Annotate | Download | only in Sta_Management

Lines Matching refs:metric

308         tTriggerCfg.metric    = METRIC_EVENT_RSSI_BEACON;
319 tTriggerCfg.metric = METRIC_EVENT_SNR_BEACON;
331 tTriggerCfg.metric = METRIC_EVENT_RSSI_DATA;
393 tTriggerCfg.metric = METRIC_EVENT_RSSI_BEACON;
409 tTriggerCfg.metric = METRIC_EVENT_SNR_BEACON;
424 tTriggerCfg.metric = METRIC_EVENT_RSSI_DATA;
1465 TRACE8(pCurrBSS->hReport, REPORT_SEVERITY_INFORMATION , "currBSS_setParam - USER_DEFINED_TRIGGER: \n index = %d, \n threshold = %d, \n pacing = %d, \n metric = %d, \n type = %d, \n direction = %d, \n hystersis = %d, \n enable = %d \n",pUserTrigger->uIndex,pUserTrigger->iThreshold,pUserTrigger->uPacing,pUserTrigger->uMetric,pUserTrigger->uType,pUserTrigger->uDirection,pUserTrigger->uHystersis,pUserTrigger->uEnable);
1470 tTriggerCfg.metric = pUserTrigger->uMetric;