Lines Matching defs:count
1168 "arguments (count and freq)\n"
1359 printf("Invalid req_range command: needs at least 4 arguments - dest address, randomization interval, min AP count, and 1 to 16 AP addresses\n");
1730 int count;
1732 count = 0;
1739 count = 1;
1742 count++;
1747 if (count > 1) {
1758 } else if (count == 0) {
1867 int i, count;
1869 count = ARRAY_SIZE(hostapd_cli_commands);
1870 res = os_calloc(count + 1, sizeof(char *));