HomeSort by: relevance | last modified time | path
    Searched defs:autoscan_modules (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/wpa/dist/wpa_supplicant/
autoscan.c 20 static const struct autoscan_ops * autoscan_modules[] = { variable in typeref:struct:autoscan_ops
73 for (i = 0; autoscan_modules[i]; i++) {
74 if (os_strncmp(name, autoscan_modules[i]->name, nlen) == 0) {
75 ops = autoscan_modules[i];
autoscan.c 20 static const struct autoscan_ops * autoscan_modules[] = { variable in typeref:struct:autoscan_ops
73 for (i = 0; autoscan_modules[i]; i++) {
74 if (os_strncmp(name, autoscan_modules[i]->name, nlen) == 0) {
75 ops = autoscan_modules[i];

Completed in 132 milliseconds