Home
last modified time | relevance | path

Searched refs:exec (Results 1 – 19 of 19) sorted by relevance

/hostap-latest/hs20/server/www/
Dusers.php64 $db->exec("UPDATE users SET remediation='' WHERE rowid=$id");
67 $db->exec("UPDATE users SET remediation='user' WHERE rowid=$id");
70 $db->exec("UPDATE users SET remediation='machine' WHERE rowid=$id");
73 $db->exec("UPDATE users SET remediation='reenroll' WHERE rowid=$id");
76 $db->exec("UPDATE users SET remediation='policy' WHERE rowid=$id");
79 $db->exec("UPDATE users SET remediation='free' WHERE rowid=$id");
82 $db->exec("UPDATE users SET fetch_pps=1 WHERE rowid=$id");
85 $db->exec("UPDATE users SET fetch_pps=0 WHERE rowid=$id");
88 $db->exec("UPDATE users SET password='ChangeMe' WHERE rowid=$id");
94 $db->exec("UPDATE users SET policy='$policy' WHERE rowid=$id");
[all …]
Dest.php162 exec("openssl req -in $reqfile -inform DER -out $req_pem -outform PEM");
172exec("openssl x509 -req -in $req_pem -CAkey $cadir/cakey.pem -out $cert_pem -CA $cadir/cacert.pem …
196 exec("openssl x509 -in $cert_pem -inform PEM -out $cert_der -outform DER");
208 exec("openssl crl2pkcs7 -nocrl -certfile $cert_pem -out $pkcs7 -outform DER");
214 …if (!$db->exec("UPDATE sessions SET user='$user', cert='$fingerprint', cert_pem='$cert' WHERE rowi…
Dcert-enroll.php28 if (!$db->exec("UPDATE sessions SET user='$user', type='cert' WHERE rowid=$rowid")) {
32 $db->exec("INSERT INTO eventlog(user,realm,sessionid,timestamp,notes) " .
Dremediation-pw.php30 if (!$db->exec("UPDATE sessions SET password='$pw' WHERE rowid=$rowid")) {
34 $db->exec("INSERT INTO eventlog(user,realm,sessionid,timestamp,notes) " .
Dadd-free.php39 if (!$db->exec("UPDATE sessions SET user='$user', password='$pw', realm='$realm', machine_managed='…
43 $db->exec("INSERT INTO eventlog(user,realm,sessionid,timestamp,notes) " .
Dadd-mo.php45 if (!$db->exec("UPDATE sessions SET user='$user', password='$pw', realm='$realm', type='password' W…
49 $db->exec("INSERT INTO eventlog(user,realm,sessionid,timestamp,notes) " .
Dredirect.php27 $db->exec("INSERT INTO eventlog(user,realm,sessionid,timestamp,notes) " .
Dspp.php144 $last = exec("$osu_root/spp/hs20_spp_server -r$osu_root -f/tmp/hs20_spp_server.log", $output, $ret);
/hostap-latest/wpa_supplicant/wpa_gui-qt4/
Dpeers.cpp299 menu->exec(peers->mapToGlobal(pos)); in context_menu()
317 if (input.exec() != QDialog::Accepted) in enter_pin()
339 msg.exec(); in enter_pin()
360 msg.exec(); in ctx_p2p_start()
384 msg.exec(); in ctx_p2p_listen()
399 msg.exec(); in ctx_p2p_start_group()
1362 msg.exec(); in ctx_p2p_connect()
1372 if (input.exec() != QDialog::Accepted) in ctx_p2p_connect()
1380 if (input.exec() != QDialog::Accepted) in ctx_p2p_connect()
1396 msg.exec(); in ctx_p2p_connect()
[all …]
Dwpagui.cpp805 scanres->exec(); in scan()
821 eh->exec(); in eventHistory()
1048 udr->exec(); in processCtrlReq()
1151 nc->exec(); in editNetwork()
1197 nc->exec(); in addNetwork()
1655 peers->exec(); in peersDialog()
1800 exec(); in showMsg()
1900 add_iface->exec(); in addInterface()
Dmain.cpp60 ret = app.exec(); in main()
Dscanresults.cpp140 nc->exec(); in bssSelected()
/hostap-latest/hs20/client/
Dspp_client.c511 static int hs20_spp_exec(struct hs20_osu_client *ctx, xml_node_t *exec, in hs20_spp_exec() argument
525 debug_dump_node(ctx, "exec", exec); in hs20_spp_exec()
527 xml_node_for_each_child(ctx->xml, cmd, exec) { in hs20_spp_exec()
604 xml_node_t *update = NULL, *exec = NULL, *add_mo = NULL, *no_mo = NULL; in process_spp_post_dev_data_response() local
634 if (!exec && strcasecmp(name, "exec") == 0) in process_spp_post_dev_data_response()
635 exec = child; in process_spp_post_dev_data_response()
711 if (!exec) { in process_spp_post_dev_data_response()
715 res = hs20_spp_exec(ctx, exec, session_id, in process_spp_post_dev_data_response()
Doma_dm_client.c390 static int oma_dm_exec_browser(struct hs20_osu_client *ctx, xml_node_t *exec) in oma_dm_exec_browser() argument
396 node = get_node(ctx->xml, exec, "Item/Data"); in oma_dm_exec_browser()
424 static int oma_dm_exec_get_cert(struct hs20_osu_client *ctx, xml_node_t *exec) in oma_dm_exec_get_cert() argument
434 node = get_node(ctx->xml, exec, "Item/Data"); in oma_dm_exec_get_cert()
471 static int oma_dm_exec(struct hs20_osu_client *ctx, xml_node_t *exec) in oma_dm_exec() argument
476 locuri = oma_dm_get_target_locuri(ctx, exec); in oma_dm_exec()
486 ret = oma_dm_exec_browser(ctx, exec); in oma_dm_exec()
489 ret = oma_dm_exec_get_cert(ctx, exec); in oma_dm_exec()
/hostap-latest/wpadebug/src/w1/fi/wpadebug/
DWpaCommandListActivity.java94 …Process proc = Runtime.getRuntime().exec(new String[]{"/system/bin/mksh-su", "-c", "wpa_cli " + cm… in run()
DCommandListActivity.java112 Process proc = Runtime.getRuntime().exec(new String[]{"/system/bin/mksh-su", "-c", cmd}); in run()
DWpaNfcActivity.java59 …Process proc = Runtime.getRuntime().exec(new String[]{"/system/bin/mksh-su", "-c", "wpa_cli " + cm… in wpaCmd()
DMainActivity.java121 Process proc = Runtime.getRuntime().exec(new String[]{"/system/bin/mksh-su", "-c", cmd}); in run()
DWpaCredActivity.java233 …Process proc = Runtime.getRuntime().exec(new String[]{"/system/bin/mksh-su", "-c", "wpa_cli " + cm… in run()