Searched refs:edit (Results 1 – 12 of 12) sorted by relevance
| /hostap-latest/wpadebug/src/w1/fi/wpadebug/ |
| D | WpaCredEditActivity.java | 29 EditText edit; in credSave() local 31 edit = (EditText) findViewById(R.id.cred_edit_username); in credSave() 32 data.putExtra("username", edit.getText().toString()); in credSave() 34 edit = (EditText) findViewById(R.id.cred_edit_realm); in credSave() 35 data.putExtra("realm", edit.getText().toString()); in credSave() 37 edit = (EditText) findViewById(R.id.cred_edit_password); in credSave() 38 data.putExtra("password", edit.getText().toString()); in credSave() 40 edit = (EditText) findViewById(R.id.cred_edit_domain); in credSave() 41 data.putExtra("domain", edit.getText().toString()); in credSave() 43 edit = (EditText) findViewById(R.id.cred_edit_imsi); in credSave() [all …]
|
| /hostap-latest/wpa_supplicant/wpa_gui-qt4/ |
| D | stringquery.cpp | 17 edit = new QLineEdit; in StringQuery() 18 edit->setFocus(); in StringQuery() 21 layout->addWidget(edit, 0, 1); in StringQuery() 24 connect(edit, SIGNAL(returnPressed()), this, SLOT(accept())); in StringQuery() 30 return edit->text(); in get_string()
|
| D | stringquery.h | 25 QLineEdit *edit;
|
| D | networkconfig.h | 37 virtual void writeWepKey(int network_id, QLineEdit *edit, int id);
|
| D | networkconfig.cpp | 458 void NetworkConfig::writeWepKey(int network_id, QLineEdit *edit, int id) in writeWepKey() argument 465 if (!edit->isEnabled() || edit->text().isEmpty()) in writeWepKey() 472 txt = edit->text().toLocal8Bit().constData(); in writeWepKey()
|
| /hostap-latest/src/utils/ |
| D | Makefile | 26 LIB_OBJS += edit.o
|
| /hostap-latest/hostapd/ |
| D | android.config | 197 # Include internal line edit mode in hostapd_cli.
|
| D | defconfig | 382 # Include internal line edit mode in hostapd_cli. This can be used to provide
|
| /hostap-latest/wpa_supplicant/wpa_gui-qt4/lang/ |
| D | wpa_gui_de.ts | 1056 <source>There are no networks to edit. 1069 <source>Select a network from the list to edit it.
|
| /hostap-latest/wpa_supplicant/ |
| D | android.config | 193 # Include internal line edit mode in wpa_cli. This can be used as a replacement
|
| D | defconfig | 236 # Include internal line edit mode in wpa_cli. This can be used as a replacement
|
| D | ChangeLog | 1156 - Add internal line edit implementation. CONFIG_WPA_CLI_EDIT=y 1953 - added possibility to edit the current network configuration
|