OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Sun Jun 21 00:25:28 UTC 2026