Searched refs:pwrstats (Results 1 – 4 of 4) sorted by relevance
810 wl_pwrstats_t *pwrstats; in show_pwrstats_path() local848 pwrstats = (wl_pwrstats_t *) iovar_buf; in show_pwrstats_path()849 if (dtoh16(pwrstats->version) != WL_PWRSTATS_VERSION) { in show_pwrstats_path()855 len = dtoh16(pwrstats->length) - WL_PWR_STATS_HDRLEN; in show_pwrstats_path()856 p_data = pwrstats->data; in show_pwrstats_path()
6877 wl_pwrstats_t *pwrstats; in wl_cfgvendor_lstats_get_info() local6943 pwrstats = (wl_pwrstats_t *) iovar_buf; in wl_cfgvendor_lstats_get_info()6945 if (dtoh16(pwrstats->version) != WL_PWRSTATS_VERSION) { in wl_cfgvendor_lstats_get_info()6951 scan_time_len = dtoh16(((uint16 *)pwrstats->data)[1]); in wl_cfgvendor_lstats_get_info()6960 (void) memcpy_s(&scan_stats, sizeof(wl_pwr_scan_stats_t), pwrstats->data, scan_time_len); in wl_cfgvendor_lstats_get_info()
812 wl_pwrstats_t *pwrstats; in show_pwrstats_path() local850 pwrstats = (wl_pwrstats_t *) iovar_buf; in show_pwrstats_path()851 if (dtoh16(pwrstats->version) != WL_PWRSTATS_VERSION) { in show_pwrstats_path()857 len = dtoh16(pwrstats->length) - WL_PWR_STATS_HDRLEN; in show_pwrstats_path()858 p_data = pwrstats->data; in show_pwrstats_path()
6883 wl_pwrstats_t *pwrstats; in wl_cfgvendor_lstats_get_info() local6949 pwrstats = (wl_pwrstats_t *) iovar_buf; in wl_cfgvendor_lstats_get_info()6951 if (dtoh16(pwrstats->version) != WL_PWRSTATS_VERSION) { in wl_cfgvendor_lstats_get_info()6957 scan_time_len = dtoh16(((uint16 *)pwrstats->data)[1]); in wl_cfgvendor_lstats_get_info()6966 (void) memcpy_s(&scan_stats, sizeof(wl_pwr_scan_stats_t), pwrstats->data, scan_time_len); in wl_cfgvendor_lstats_get_info()