Home | History | Annotate | Download | only in wpa_supplicant

Lines Matching full:stkstart

139 "  stkstart <addr> = request STK negotiation with <addr>\n"
433 printf("Invalid STKSTART command: needs one argument "
438 res = os_snprintf(cmd, sizeof(cmd), "STKSTART %s", argv[0]);
440 printf("Too long STKSTART command.\n");
1102 { "stkstart", wpa_cli_cmd_stkstart },