Lines Matching defs:cmd
4303 const char *cmd)
4309 pos = os_strstr(cmd, " conf=sta-");
4317 pos = os_strstr(cmd, " conf=ap-");
4328 pos = os_strstr(cmd, " ssid=");
4347 pos = os_strstr(cmd, " pass=");
4363 pos = os_strstr(cmd, " psk=");
4371 pos = os_strstr(cmd, " group_id=");
4385 pos = os_strstr(cmd, " expiry=");
4429 const char *cmd)
4433 if (!cmd)
4436 wpa_printf(MSG_DEBUG, "DPP: Set configurator parameters: %s", cmd);
4438 pos = os_strstr(cmd, " configurator=");
4449 if (dpp_configuration_parse(auth, cmd) < 0) {
8401 int dpp_bootstrap_gen(struct dpp_global *dpp, const char *cmd)
8418 if (os_strstr(cmd, "type=qrcode"))
8420 else if (os_strstr(cmd, "type=pkex"))
8425 chan = get_param(cmd, " chan=");
8426 mac = get_param(cmd, " mac=");
8427 info = get_param(cmd, " info=");
8428 curve = get_param(cmd, " curve=");
8429 key = get_param(cmd, " key=");
8631 int dpp_configurator_add(struct dpp_global *dpp, const char *cmd)
8640 curve = get_param(cmd, " curve=");
8641 key = get_param(cmd, " key=");