Searched refs:opt_index (Results 1 – 2 of 2) sorted by relevance
| /Zephyr-latest/subsys/net/l2/wifi/ |
| D | wifi_shell.c | 586 int opt_index = 0; in __wifi_args_to_params() local 652 long_options, &opt_index)) != -1) { in __wifi_args_to_params() 873 PR_ERROR("Invalid argument %d ret %d\n", opt_index, ret); in __wifi_args_to_params() 1004 int opt_index = 0; in wifi_scan_args_to_params() local 1022 long_options, &opt_index)) != -1) { in wifi_scan_args_to_params() 1106 argv[opt_index + 1]); in wifi_scan_args_to_params() 1670 int opt_index = 0; in twt_args_to_params() local 1698 long_options, &opt_index)) != -1) { in twt_args_to_params() 2068 int opt_index = 0; in wifi_ap_config_args_to_params() local 2082 long_options, &opt_index)) != -1) { in wifi_ap_config_args_to_params() [all …]
|
| /Zephyr-latest/subsys/testsuite/ztest/src/ |
| D | ztest.c | 1258 int opt_index = 0; in cmd_shuffle() local 1265 while ((opt = getopt_long(argc, argv, "s:c:", long_options, &opt_index)) != -1) { in cmd_shuffle() 1288 argv[opt_index + 1]); in cmd_shuffle() 1305 int opt_index = 0; in cmd_run_suite() local 1311 while ((opt = getopt_long(argc, argv, "r:p:", long_options, &opt_index)) != -1) { in cmd_run_suite() 1330 "Invalid option or option usage: %s\n", argv[opt_index + 1]); in cmd_run_suite()
|