Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/
H A Dwl_android_ext.c4117 wl_bss_cache_t *node, *node_target = NULL, *prev, *leaf, **bss_head; in wl_update_bss_cache() local
4152 node_target = NULL; in wl_update_bss_cache()
4170 node_target = node; in wl_update_bss_cache()
4173 if (!node_target && bss_num >= BSSCACHE_MAXCNT) { in wl_update_bss_cache()
4188 node_target = node_rssi; in wl_update_bss_cache()
4203 } else if (node_target) { in wl_update_bss_cache()
4208 k, &node_target->results.bss_info->BSSID, in wl_update_bss_cache()
4209 dtoh16(node_target->results.bss_info->RSSI), in wl_update_bss_cache()
4211 node_target->results.bss_info->SSID, bi->SSID); in wl_update_bss_cache()
4217 kfree(node_target); in wl_update_bss_cache()
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/
H A Dwl_android_ext.c4141 wl_bss_cache_t *node, *node_target = NULL, *prev, *leaf, **bss_head; in wl_update_bss_cache() local
4176 node_target = NULL; in wl_update_bss_cache()
4194 node_target = node; in wl_update_bss_cache()
4197 if (!node_target && bss_num >= BSSCACHE_MAXCNT) { in wl_update_bss_cache()
4212 node_target = node_rssi; in wl_update_bss_cache()
4227 } else if (node_target) { in wl_update_bss_cache()
4232 k, &node_target->results.bss_info->BSSID, in wl_update_bss_cache()
4233 dtoh16(node_target->results.bss_info->RSSI), in wl_update_bss_cache()
4235 node_target->results.bss_info->SSID, bi->SSID); in wl_update_bss_cache()
4241 kfree(node_target); in wl_update_bss_cache()
[all …]