BTC_LPS_RF_OFF
if (pcinfo->valid && wl->status.map.lps != BTC_LPS_RF_OFF &&
if (pcinfo->valid && wl->status.map.lps != BTC_LPS_RF_OFF &&
if (wl->status.map.lps != BTC_LPS_RF_OFF &&
wl_smap->lps == BTC_LPS_RF_OFF ||
wl->status.map.lps == BTC_LPS_RF_OFF) {
wl->status.map.lps = BTC_LPS_RF_OFF;
} else if ((wl->status.map.rf_off_pre == BTC_LPS_RF_OFF &&
wl->status.map.rf_off == BTC_LPS_RF_OFF) ||
(wl->status.map.lps_pre == BTC_LPS_RF_OFF &&
wl->status.map.lps == BTC_LPS_RF_OFF)) {