Home
last modified time | relevance | path

Searched refs:text (Results 1 – 25 of 45) sorted by relevance

12

/hostap-3.6.0/wpa_supplicant/wpa_gui-qt4/
Dwpagui.ui23 <property name="text" >
33 <property name="text" >
62 <property name="text" >
69 <property name="text" >
76 <property name="text" >
83 <property name="text" >
90 <property name="text" >
97 <property name="text" >
104 <property name="text" >
111 <property name="text" >
[all …]
Dnetworkconfig.ui18 <property name="text" >
34 <property name="text" >
44 <property name="text" >
51 <property name="text" >
59 <property name="text" >
64 <property name="text" >
69 <property name="text" >
74 <property name="text" >
79 <property name="text" >
84 <property name="text" >
[all …]
Dpeers.cpp316 input.setWindowTitle(tr("PIN for ") + ctx_item->text()); in enter_pin()
825 QString text = msg.getMsg(); in event_notify() local
827 if (text.startsWith(WPS_EVENT_PIN_NEEDED)) { in event_notify()
833 QStringList items = text.split(' '); in event_notify()
842 int pos = text.indexOf('['); in event_notify()
844 int pos2 = text.lastIndexOf(']'); in event_notify()
846 items = text.mid(pos + 1, pos2 - pos - 1). in event_notify()
866 if (text.startsWith(AP_STA_CONNECTED)) { in event_notify()
868 QStringList items = text.split(' '); in event_notify()
877 if (text.startsWith(AP_STA_DISCONNECTED)) { in event_notify()
[all …]
Dscanresults.ui31 <property name="text" >
36 <property name="text" >
41 <property name="text" >
46 <property name="text" >
51 <property name="text" >
74 <property name="text" >
81 <property name="text" >
Dnetworkconfig.cpp68 setWindowTitle(sel->text(0)); in paramsFromScanResults()
69 ssidEdit->setText(sel->text(0)); in paramsFromScanResults()
71 QString flags = sel->text(4); in paramsFromScanResults()
105 bssid = sel->text(1); in paramsFromScanResults()
190 int psklen = pskEdit->text().length(); in addNetwork()
206 if (idstrEdit->isEnabled() && !idstrEdit->text().isEmpty()) { in addNetwork()
208 if (rx.indexIn(idstrEdit->text()) < 0) { in addNetwork()
241 setNetworkParam(id, "ssid", ssidEdit->text().toLocal8Bit().constData(), in addNetwork()
295 strcmp(pskEdit->text().toLocal8Bit().constData(), in addNetwork()
298 pskEdit->text().toLocal8Bit().constData(), in addNetwork()
[all …]
Dscanresultsitem.cpp15 return text(sortCol).toInt() < other.text(sortCol).toInt(); in operator <()
17 return text(sortCol) < other.text(sortCol); in operator <()
Duserdatarequest.ui24 <property name="text" >
36 <property name="text" >
76 <property name="text" >
92 <property name="text" >
Daddinterface.cpp199 sel->text(1).toLocal8Bit().constData(), in interfaceSelected()
201 sel->text(0).toLocal8Bit().constData(), in interfaceSelected()
230 if (!addRegistryInterface(sel->text(1))) { in interfaceSelected()
237 wpagui->selectAdapter(sel->text(1)); in interfaceSelected()
Dwpagui.cpp590 textStatus->setText(textStatus->text() + " (" + mode + ")"); in updateStatus()
989 if (textStatus->text() == "INACTIVE" || in processMsg()
990 textStatus->text() == "DISCONNECTED") in processMsg()
997 if (textStatus->text() == "INACTIVE" || in processMsg()
998 textStatus->text() == "DISCONNECTED") in processMsg()
1006 if (textStatus->text() == "INACTIVE" || in processMsg()
1007 textStatus->text() == "DISCONNECTED") in processMsg()
1176 QString sel(networkList->currentItem()->text()); in editListedNetwork()
1241 QString sel(networkList->currentItem()->text()); in removeListedNetwork()
1298 QString sel(networkList->currentItem()->text()); in updateNetworkDisabledStatus()
[all …]
Dstringquery.cpp30 return edit->text(); in get_string()
Dsignalbar.cpp52 opts.text = QString::number(signal) + " dBm"; in paint()
Deventhistory.ui47 <property name="text" >
Duserdatarequest.cpp91 queryEdit->text(); in sendReply()
/hostap-3.6.0/src/utils/
Dedit_readline.c39 static char * readline_completion_func(const char *text, int state) in readline_completion_func() argument
51 len = os_strlen(text); in readline_completion_func()
54 if (strncmp(pending_completions[pos], text, len) == 0) in readline_completion_func()
63 static char ** readline_completion(const char *text, int start, int end) in readline_completion() argument
69 return rl_completion_matches(text, readline_completion_func); in readline_completion()
/hostap-3.6.0/wpadebug/
DREADME7 license text.
61 Optionally, a text file with a set of command can be installed to allow
62 arbitrary shell commands to be executed. This text file need to be in
/hostap-3.6.0/wpadebug/src/w1/fi/wpadebug/
DInputUri.java13 import android.text.Editable;
14 import android.text.TextWatcher;
DDisplayMessageActivity.java17 import android.text.method.ScrollingMovementMethod;
DQrCodeDisplayActivity.java14 import android.text.TextUtils;
/hostap-3.6.0/hs20/server/ca/
Docsp-responder.sh3 …dex.txt -port 8888 -nmin 5 -rsigner ocsp.pem -rkey ocsp.key -CA demoCA/cacert.pem -text -ignore_err
Docsp-req.sh5 …openssl ocsp -text -CAfile ca.pem -verify_other demoCA/cacert.pem -trust_other -issuer demoCA/cace…
Docsp-responder-ica.sh3 …r demoCA/cacert.pem -rkey demoCA/private/cakey-plain.pem -CA demoCA/cacert.pem -resp_no_certs -text
/hostap-3.6.0/hs20/client/
Dosu_client.c2091 snprintf(txt->text, sizeof(txt->text), "%s", pos); in parse_osu_providers()
2104 snprintf(txt->text, sizeof(txt->text), "%s", pos); in parse_osu_providers()
2317 if (os_strcmp(last->friendly_name[j].text, in cmd_osu_select()
2378 last->friendly_name[j].text); in cmd_osu_select()
2384 last->serv_desc[j].text); in cmd_osu_select()
2431 last->friendly_name[j].text); in cmd_osu_select()
2435 os_strlcpy(ctx->friendly_name[j].text, in cmd_osu_select()
2436 last->friendly_name[j].text, in cmd_osu_select()
2437 sizeof(ctx->friendly_name[j].text)); in cmd_osu_select()
2972 ctx->friendly_name[j].text, in osu_cert_cb()
[all …]
Dosu_client.h24 char text[253]; member
/hostap-3.6.0/wpa_supplicant/
Dhs20_supplicant.c35 char text[253]; member
799 osu->friendly_name[j].text); in hs20_osu_fetch_done()
804 osu->serv_desc[j].text); in hs20_osu_fetch_done()
921 os_memcpy(f->text, pos2, slen); in hs20_osu_add_prov()
1060 os_memcpy(f->text, pos2 + 3, descr_len - 3); in hs20_osu_add_prov()
/hostap-3.6.0/wpa_supplicant/doc/docbook/
Dwpa_cli.sgml35 <para>wpa_cli is a text-based frontend program for interacting
74 with "CTRL-REQ-&lt;type&gt;-&lt;id&gt;:&lt;text&gt;"
77 current network. &lt;text&gt; is description of the request. In

12