/hostap-latest/wpa_supplicant/wpa_gui-qt4/ |
D | wpagui.ui | 13 <string>wpa_gui</string> 24 <string>Adapter:</string> 34 <string>Network:</string> 48 <string>Current Status</string> 63 <string>Status:</string> 70 <string>Last message:</string> 77 <string>Authentication:</string> 84 <string>Encryption:</string> 91 <string>SSID:</string> 98 <string>BSSID:</string> [all …]
|
D | networkconfig.ui | 13 <string>NetworkConfig</string> 19 <string>Cancel</string> 35 <string>SSID</string> 42 <string>Network name (Service Set IDentifier)</string> 45 <string/> 52 <string>Authentication</string> 60 <string>Plaintext (open / no authentication)</string> 65 <string>Static WEP (no authentication)</string> 70 <string>Static WEP (Shared Key authentication)</string> 75 <string>IEEE 802.1X</string> [all …]
|
D | scanresults.ui | 13 <string>Scan results</string> 32 <string>SSID</string> 37 <string>BSSID</string> 42 <string>frequency</string> 47 <string>signal</string> 52 <string>flags</string> 75 <string>Scan</string> 82 <string>Close</string>
|
D | userdatarequest.ui | 16 <string>Authentication credentials required</string> 25 <string/> 37 <string/> 77 <string>&OK</string> 80 <string/> 93 <string>&Cancel</string> 96 <string/>
|
D | eventhistory.ui | 13 <string>Event history</string> 48 <string>Close</string>
|
/hostap-latest/tests/hwsim/ |
D | dictionary.radius | 1 ATTRIBUTE User-Name 1 string 2 ATTRIBUTE User-Password 2 string 7 ATTRIBUTE Calling-Station-Id 31 string 8 ATTRIBUTE NAS-Identifier 32 string 9 ATTRIBUTE Acct-Session-Id 44 string 10 ATTRIBUTE Acct-Multi-Session-Id 50 string 15 ATTRIBUTE EAP-Message 79 string 17 ATTRIBUTE Tunnel-Private-Group-ID 81 string 19 ATTRIBUTE Chargeable-User-Identity 89 string
|
/hostap-latest/wpa_supplicant/binder/ |
D | supplicant.cpp | 38 wpa_global_, android::String8(ifname).string()) != NULL) in CreateInterface() 49 iface.driver = os_strdup(android::String8(driver).string()); in CreateInterface() 50 iface.ifname = os_strdup(android::String8(ifname).string()); in CreateInterface() 51 iface.confname = os_strdup(android::String8(confname).string()); in CreateInterface() 53 os_strdup(android::String8(bridge_ifname).string()); in CreateInterface() 84 android::binder::Status Supplicant::RemoveInterface(const std::string &ifname) in RemoveInterface() 103 const std::string &ifname, in GetInterface()
|
D | supplicant.h | 40 RemoveInterface(const std::string &ifname) override; 42 const std::string &ifname,
|
/hostap-latest/src/utils/ |
D | json.c | 308 token->string = str; in json_parse() 314 curr_token->string = str; in json_parse() 319 curr_token->string); in json_parse() 325 curr_token->string = str; in json_parse() 331 curr_token->string); in json_parse() 488 os_free(json->string); in json_free() 519 buf = base64_url_decode(token->string, os_strlen(token->string), in json_get_member_base64url() 542 buf = hostap_base64_decode(token->string, os_strlen(token->string), &buflen); in json_get_member_base64()
|
D | json.h | 29 char *string; member
|
/hostap-latest/src/common/ |
D | dpp.c | 2420 wpa_printf(MSG_DEBUG, "DPP: Enrollee name = '%s'", token->string); in dpp_conf_req_rx() 2422 auth->e_name = os_strdup(token->string); in dpp_conf_req_rx() 2429 wpa_printf(MSG_DEBUG, "DPP: wi-fi_tech = '%s'", token->string); in dpp_conf_req_rx() 2430 if (os_strcmp(token->string, "infra") != 0) { in dpp_conf_req_rx() 2432 token->string); in dpp_conf_req_rx() 2442 wpa_printf(MSG_DEBUG, "DPP: netRole = '%s'", token->string); in dpp_conf_req_rx() 2443 if (os_strcmp(token->string, "sta") == 0) { in dpp_conf_req_rx() 2445 } else if (os_strcmp(token->string, "ap") == 0) { in dpp_conf_req_rx() 2447 } else if (os_strcmp(token->string, "configurator") == 0) { in dpp_conf_req_rx() 2451 token->string); in dpp_conf_req_rx() [all …]
|
D | dpp_crypto.c | 634 token->string); in dpp_parse_jws_prot_hdr() 635 if (os_strcmp(token->string, "dppCon") != 0) { in dpp_parse_jws_prot_hdr() 638 token->string); in dpp_parse_jws_prot_hdr() 648 token->string); in dpp_parse_jws_prot_hdr() 649 if (os_strcmp(token->string, curve->jws_alg) != 0) { in dpp_parse_jws_prot_hdr() 652 token->string, curve->jws_alg); in dpp_parse_jws_prot_hdr() 655 if (os_strcmp(token->string, "ES256") == 0 || in dpp_parse_jws_prot_hdr() 656 os_strcmp(token->string, "BS256") == 0) { in dpp_parse_jws_prot_hdr() 658 } else if (os_strcmp(token->string, "ES384") == 0 || in dpp_parse_jws_prot_hdr() 659 os_strcmp(token->string, "BS384") == 0) { in dpp_parse_jws_prot_hdr() [all …]
|
D | dpp_reconfig.c | 508 dpp_key_expired(token->string, NULL)) { in dpp_reconfig_auth_req_rx()
|
/hostap-latest/wpa_supplicant/ |
D | README-P2P | 58 wpa_cli starts in interactive mode if no command string is included on 106 Service Name - Mandatory UTF-8 string for ASP seeks 161 method. "pbc" string starts pushbutton method, "pin" string start PIN 240 info - Optional UTF-8 string. Hint for service to indicate possible usage 333 Service Name - Mandatory UTF-8 string 334 Service Information - Optional UTF-8 string 338 UTF-8 string 363 Service Name - Mandatory UTF-8 string (Must match existing string in svc db) 364 Service Information - Optional UTF-8 string 368 UTF-8 string [all …]
|
D | README-HS20 | 203 # This string field contains one or more comma delimited OIs (hexdump) 215 # This string field contains the set of Home OI(s) (hexdump) that are 237 # This string field contains one or more comma delimited OIs (hexdump) 263 # partners. The field is a string in following format:
|
D | todo.txt | 49 really needed for all cases, reading IMSI and generating Identity string
|
D | README-Windows.txt | 159 command line option is the full string following "ifname:" (the 200 Example SDDL string formats:
|
D | nmake.mak | 58 # VS 2005 complains about lot of deprecated string functions; let's ignore them
|
/hostap-latest/hostapd/ |
D | hostapd.sim_db | 3 # IMSI: ASCII string (numbers)
|
/hostap-latest/tests/hwsim/auth_serv/ |
D | hlr_auc_gw.gsm | 7 # IMSI: ASCII string (numbers)
|
/hostap-latest/wpa_supplicant/doc/docbook/ |
D | wpa_priv.sgml | 114 <listitem><para>The <driver> string dictates which of the 120 <para>The <ifname> string specifies which network
|
D | eapol_test.sgml | 160 ID of the attribute, and syntax should be one of 's' (string), 161 'd' (integer), or 'x' (octet string). The value is the attribute value
|
/hostap-latest/doc/ |
D | dbus.doxygen | 803 <p>Configuration file path. Returns an empty string if no configuration file is in use.</p> 903 <p>Background scan and roaming parameters or an empty string if none</p> 918 <p>OpenSSL cipher string</p> 1003 <p>Automatic scan parameters or an empty string if none</p> 1028 <p>External password backend or an empty string if none</p> 1073 <p>Array of allowed scan frequencies or an empty string for all</p> 2148 <dd>Reason for failure or empty string if not known.</dd> 2279 …rom "network" block of wpa_supplicant configuration file. All values are string type, e.g., freque… 2429 …the passphrase during the WPS provisioning step. If not available, an empty string is returned.</p>
|
D | driver_wrapper.doxygen | 100 string that is included in the scan results.
|
D | ctrl_iface.doxygen | 424 method. "pbc" string starts pushbutton method, "pin" string start PIN
|