Searched refs:opt_index (Results 1 – 2 of 2) sorted by relevance
/Zephyr-latest/subsys/net/l2/wifi/ |
D | wifi_shell.c | 568 int opt_index = 0; in __wifi_args_to_params() local 632 long_options, &opt_index)) != -1) { in __wifi_args_to_params() 850 PR_ERROR("Invalid argument %d ret %d\n", opt_index, ret); in __wifi_args_to_params() 972 int opt_index = 0; in wifi_scan_args_to_params() local 990 long_options, &opt_index)) != -1) { in wifi_scan_args_to_params() 1074 argv[opt_index + 1]); in wifi_scan_args_to_params() 1634 int opt_index = 0; in twt_args_to_params() local 1662 long_options, &opt_index)) != -1) { in twt_args_to_params() 2033 int opt_index = 0; in wifi_ap_config_args_to_params() local 2047 long_options, &opt_index)) != -1) { in wifi_ap_config_args_to_params() [all …]
|
/Zephyr-latest/subsys/testsuite/ztest/src/ |
D | ztest.c | 1288 int opt_index = 0; in cmd_shuffle() local 1295 while ((opt = getopt_long(argc, argv, "s:c:", long_options, &opt_index)) != -1) { in cmd_shuffle() 1318 argv[opt_index + 1]); in cmd_shuffle() 1335 int opt_index = 0; in cmd_run_suite() local 1341 while ((opt = getopt_long(argc, argv, "r:p:", long_options, &opt_index)) != -1) { in cmd_run_suite() 1360 "Invalid option or option usage: %s\n", argv[opt_index + 1]); in cmd_run_suite()
|