Home
last modified time | relevance | path

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

/freebsd/contrib/wpa/wpa_supplicant/
H A Dautoscan.c20 static const struct autoscan_ops * autoscan_modules[] = { variable
73 for (i = 0; autoscan_modules[i]; i++) { in autoscan_init()
74 if (os_strncmp(name, autoscan_modules[i]->name, nlen) == 0) { in autoscan_init()
75 ops = autoscan_modules[i]; in autoscan_init()