Home
last modified time | relevance | path

Searched refs:cfg_save_info_head (Results 1 – 1 of 1) sorted by relevance

/components/drivers/wlan/
A Ddev_wlan_cfg.c31 struct cfg_save_info_head struct
105 struct cfg_save_info_head *info_pkg; in rt_wlan_cfg_cache_save()
112 len = sizeof(struct cfg_save_info_head) + sizeof(struct rt_wlan_cfg_info) * cfg_cache->num; in rt_wlan_cfg_cache_save()
124 rt_memcpy(((rt_uint8_t *)info_pkg) + sizeof(struct cfg_save_info_head), in rt_wlan_cfg_cache_save()
136 struct cfg_save_info_head *head; in rt_wlan_cfg_cache_refresh()
174 data = ((rt_uint8_t *)head) + sizeof(struct cfg_save_info_head); in rt_wlan_cfg_cache_refresh()
175 crc = rt_wlan_cal_crc((rt_uint8_t *)data, len - sizeof(struct cfg_save_info_head)); in rt_wlan_cfg_cache_refresh()
178 …LOG_D("head->num:%d num:%d", head->num, (len - sizeof(struct cfg_save_info_head)) / sizeof(struct … in rt_wlan_cfg_cache_refresh()
183 … (head->num != (len - sizeof(struct cfg_save_info_head)) / sizeof(struct rt_wlan_cfg_info)) || in rt_wlan_cfg_cache_refresh()

Completed in 29 milliseconds