Home
last modified time | relevance | path

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

/components/drivers/wlan/
A Ddev_wlan_cfg.c105 struct cfg_save_info_head *info_pkg; in rt_wlan_cfg_cache_save() local
113 info_pkg = rt_malloc(len); in rt_wlan_cfg_cache_save()
114 if (info_pkg == RT_NULL) in rt_wlan_cfg_cache_save()
119 info_pkg->magic = RT_WLAN_CFG_MAGIC; in rt_wlan_cfg_cache_save()
120 info_pkg->len = len; in rt_wlan_cfg_cache_save()
121 info_pkg->num = cfg_cache->num; in rt_wlan_cfg_cache_save()
123info_pkg->crc = rt_wlan_cal_crc((rt_uint8_t *)cfg_cache->cfg_info, sizeof(struct rt_wlan_cfg_info)… 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()
126 if (cfg_ops->write_cfg(info_pkg, len) != len) in rt_wlan_cfg_cache_save()
128 rt_free(info_pkg); in rt_wlan_cfg_cache_save()

Completed in 3 milliseconds