Home
last modified time | relevance | path

Searched refs:drv_count (Results 1 - 6 of 6) sorted by relevance

/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hostapd/
H A Dap_main.c37 size_t drv_count; member
161 if (hapd->driver == NULL || hapd->driver->hapd_init == NULL || global.drv_count == 0) { in hostapd_driver_init()
377 global.drv_count++; in hostapd_global_init()
378 if (global.drv_count == 0) { in hostapd_global_init()
382 global.drv_priv = os_calloc(global.drv_count, sizeof(void *)); in hostapd_global_init()
/third_party/wpa_supplicant/wpa_supplicant-2.9/hostapd/
H A Dap_main.c37 size_t drv_count; member
370 global.drv_count++; in hostapd_global_init()
371 if (global.drv_count == 0) { in hostapd_global_init()
375 global.drv_priv = os_calloc(global.drv_count, sizeof(void *)); in hostapd_global_init()
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
H A Dwpa_supplicant_i.h271 size_t drv_count; member
H A Dwpa_supplicant.c6515 global->drv_count++;
6516 if (global->drv_count == 0) {
6521 global->drv_priv = os_calloc(global->drv_count, sizeof(void *));
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
H A Dwpa_supplicant_i.h290 size_t drv_count; member
H A Dwpa_supplicant.c7872 global->drv_count++;
7873 if (global->drv_count == 0) {
7878 global->drv_priv = os_calloc(global->drv_count, sizeof(void *));

Completed in 25 milliseconds