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

/external/wpa_supplicant_8/wpa_supplicant/
H A Dautoscan.c27 static const struct autoscan_ops * autoscan_modules[] = { variable in typeref:struct:autoscan_ops
75 for (i = 0; autoscan_modules[i]; i++) {
76 if (os_strncmp(name, autoscan_modules[i]->name, nlen) == 0) {
77 ops = autoscan_modules[i];

Completed in 82 milliseconds