Searched refs:sta_counters (Results 1 – 1 of 1) sorted by relevance
488 struct sta_counters { struct493 static const struct sta_counters sta_counters[] = { variable560 for (i = 0; sta_counters[i].name; i++) { in cmd_get_sta_counter()561 if (os_strcasecmp(sta_counters[i].name, argv[0]) == 0) in cmd_get_sta_counter()564 if (sta_counters[i].name == NULL) { in cmd_get_sta_counter()567 for (i = 0; sta_counters[i].name; i++) in cmd_get_sta_counter()568 printf(" %s", sta_counters[i].name); in cmd_get_sta_counter()574 sta_counters[i].num); in cmd_get_sta_counter()611 count = ARRAY_SIZE(sta_counters); in complete_get_sta_counter()615 for (i = 0; sta_counters[i].name; i++) { in complete_get_sta_counter()[all …]