Home
last modified time | relevance | path

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

/Zephyr-latest/modules/hostap/src/
Dsupp_main.c150 static struct hapd_global hglobal; variable
739 os_memset(&hglobal, 0, sizeof(struct hapd_global)); in hostapd_global_init()
749 hglobal.drv_count++; in hostapd_global_init()
752 if (hglobal.drv_count == 0) { in hostapd_global_init()
756 hglobal.drv_priv = os_calloc(hglobal.drv_count, sizeof(void *)); in hostapd_global_init()
757 if (hglobal.drv_priv == NULL) { in hostapd_global_init()
788 if (hglobal.drv_priv[i] == NULL && wpa_drivers[i]->global_init) { in hostapd_driver_init()
789 hglobal.drv_priv[i] = wpa_drivers[i]->global_init(iface->interfaces); in hostapd_driver_init()
790 if (hglobal.drv_priv[i] == NULL) { in hostapd_driver_init()
795 hglobal.drv_count++; in hostapd_driver_init()
[all …]