Lines Matching refs:sta_counters
488 struct sta_counters { struct
493 static const struct sta_counters sta_counters[] = { argument
560 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()
616 res[i] = os_strdup(sta_counters[i].name); in complete_get_sta_counter()