HomeSort by relevance Sort by last modified time
    Searched defs:ssid (Results 1 - 25 of 149) sorted by null

1 2 3 4 5 6

  /external/wpa_supplicant_8/wpa_supplicant/
config_none.c 39 struct wpa_ssid *ssid; local
47 for (ssid = config->ssid; ssid; ssid = ssid->next) {
wpa_passphrase.c 19 char *ssid, *passphrase, buf[64], *pos; local
22 printf("usage: wpa_passphrase <ssid> [passphrase]\n"
28 ssid = argv[1];
55 pbkdf2_sha1(passphrase, (u8 *) ssid, os_strlen(ssid), 4096, psk, 32);
58 printf("\tssid=\"%s\"\n", ssid);
bgscan_simple.c 22 const struct wpa_ssid *ssid; member in struct:bgscan_simple_data
41 params.ssids[0].ssid = data->ssid->ssid;
42 params.ssids[0].ssid_len = data->ssid->ssid_len;
43 params.freqs = data->ssid->scan_freq;
113 const struct wpa_ssid *ssid)
121 data->ssid = ssid;
  /frameworks/base/core/java/android/net/
WifiKey.java 42 * The service set identifier (SSID) of an 802.11 network. If the SSID can be decoded as
46 public final String ssid; field in class:WifiKey
56 * Construct a new {@link WifiKey} for the given Wi-Fi SSID/BSSID pair.
58 * @param ssid the service set identifier (SSID) of an 802.11 network. If the SSID can be
64 * @throws IllegalArgumentException if either the SSID or BSSID is invalid.
66 public WifiKey(String ssid, String bssid) {
67 if (!SSID_PATTERN.matcher(ssid).matches())
    [all...]
  /frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/util/
ScanDetailUtilTest.java 43 final String ssid = "SOME SsId"; local
45 ScanResult input = new ScanResult(WifiSsid.createFromAsciiEncoded(ssid), ssid,
49 createIE(InformationElement.EID_SSID, ssid.getBytes(StandardCharsets.UTF_8))
59 final String ssid = "SOME SsId"; local
61 ScanResult input = new ScanResult(WifiSsid.createFromAsciiEncoded(ssid), ssid,
65 createIE(InformationElement.EID_SSID, ssid.getBytes(StandardCharsets.UTF_8)
76 final String ssid = "Another SSid"; local
    [all...]
  /system/connectivity/shill/net/
netlink_message_matchers.h 76 // contains exactly one SSID along with the requisite empty one.
94 LOG(INFO) << "No SSID list in message";
97 ByteString ssid; local
99 if (!ssids->GetRawAttributeValue(ssid_iter.GetId(), &ssid)) {
100 LOG(INFO) << "SSID list contains no (hidden) SSIDs";
104 // A valid Scan containing a single hidden SSID should contain
105 // two SSID entries: one containing the SSID we are looking for,
110 LOG(INFO) << "SSID list doesn't contain an empty SSIDs (but should)";
116 LOG(INFO) << "SSID list doesn't contain an empty SSID (but should)"
    [all...]
  /frameworks/base/core/tests/ConnectivityManagerTest/src/com/android/connectivitymanagertest/
ConnectivityManagerTestRunner.java 33 * adb shell am instrument -e ssid <ssid> \
58 String ssid = icicle.getString("ssid"); local
59 if (ssid != null) {
60 mSsid = ssid;
WifiConfigurationHelper.java 54 * @param ssid The SSID of the wifi network
57 public static WifiConfiguration createOpenConfig(String ssid) {
58 WifiConfiguration config = createGenericConfig(ssid);
67 * @param ssid The SSID of the wifi network
71 public static WifiConfiguration createWepConfig(String ssid, String password) {
72 WifiConfiguration config = createGenericConfig(ssid);
89 * @param ssid The SSID of the wifi networ
192 String ssid = jsonConfig.getString("ssid"); local
    [all...]
  /frameworks/base/packages/SettingsLib/src/com/android/settingslib/wifi/
WifiStatusTracker.java 26 public String ssid; field in class:WifiStatusTracker
43 // If Connected grab the signal strength and ssid.
50 ssid = getSsid(info);
52 ssid = null;
55 ssid = null;
65 String ssid = info.getSSID(); local
66 if (ssid != null) {
67 return ssid;
74 return networks.get(i).SSID;
  /cts/hostsidetests/devicepolicy/app/WifiConfigCreator/src/com/android/cts/deviceowner/wificonfigcreator/
WifiConfigCreatorActivity.java 49 String ssid = intent.getStringExtra(EXTRA_SSID); local
52 configCreator.addNetwork(ssid, false, securityType, password);
55 String ssid = intent.getStringExtra(EXTRA_SSID); local
58 configCreator.updateNetwork(netId, ssid, false, securityType, password);
  /external/autotest/client/common_lib/cros/network/
tcpdump_analyzer.py 13 FRAME_FIELD_WLAN_MGMT_SSID = 'wlan_mgt.ssid'
20 PYSHARK_BROADCAST_SSID = 'SSID: '
29 def __init__(self, frametime, bit_rate, mcs_index, ssid):
33 self._ssid = ssid
60 def ssid(self): member in class:Frame
62 The SSID of the frame, as a string.
64 The value may be None, if the frame does not have an SSID.
150 # Get the SSID for any probe requests
154 ssid = _fetch_frame_field_value(frame, FRAME_FIELD_WLAN_MGMT_SSID)
155 # Since the SSID name is a variable length field, there seems to b
    [all...]
  /external/autotest/server/cros/ap_configurators/
ap_configurator.py 40 def ssid(self): member in class:APConfiguratorAbstract
41 """Returns the SSID."""
138 Returns if AP supports setting the visibility (SSID broadcast).
static_ap_configurator.py 89 'SSID: %s\n'
96 def ssid(self): member in class:StaticAPConfigurator
97 """Returns the SSID."""
202 Returns if AP supports setting the visibility (SSID broadcast).
264 ssid=self._ssid, security_config=security_config,
  /external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
scanresults.cpp 78 QString ssid, bssid, freq, signal, flags; local
95 else if ((*it).startsWith("ssid="))
96 ssid = (*it).mid(pos);
101 item->setText(0, ssid);
  /system/connectivity/shill/setup_wifi/
main.cc 39 static const char kHexSsid[] = "hex-ssid";
40 static const char kSSID[] = "ssid";
43 " --ssid=<ssid>\n"
44 " Set the SSID to configure (mandatory).\n"
45 " --hex-ssid\n"
46 " SSID is provided in hexadecimal\n"
55 MyClient(std::string ssid, bool is_hex_ssid, std::string psk)
56 : ssid_(ssid), is_hex_ssid_(is_hex_ssid), psk_(psk) {}
126 LOG(ERROR) << "ssid switch is mandatory."
131 std::string ssid = cl->GetSwitchValueASCII(switches::kSSID); local
    [all...]
  /external/autotest/server/cros/chaos_lib/
chaos_analyzer.py 68 ap_ssid_prefix ='\'SSID\': '
138 def ssid(self): member in class:ChaosTestInfo
139 """Returns the SSID of the AP in test info."""
255 test_info.bssids, test_info.ssid,
  /external/libweave/src/privet/
wifi_bootstrap_manager.cc 89 // TODO(vitalybuka): Add SSID probing.
93 VLOG(1) << "Starting AP with SSID: " << privet_ssid_;
103 void WifiBootstrapManager::StartConnecting(const std::string& ssid,
105 VLOG(1) << "Attempting connect to SSID:" << ssid;
111 wifi_->Connect(ssid, passphrase,
113 tasks_weak_factory_.GetWeakPtr(), ssid));
171 const std::string& ssid = config_->GetSettings().test_privet_ssid; local
172 return ssid.empty() ? ssid_generator_.GenerateSsid() : ssid;
    [all...]
  /frameworks/base/core/tests/ConnectivityManagerTest/src/com/android/connectivitymanagertest/functional/
WifiAssociationTest.java 36 * * adb shell am instrument -e ssid <ssid> -e password <password> \
57 String ssid = arguments.getString("ssid"); local
58 assertNotNull("ssid is empty", ssid);
76 WifiConfiguration config = getConfig(ssid, securityType, password);
105 * Get the {@link WifiConfiguration} based on ssid, security, and password.
107 private WifiConfiguration getConfig(String ssid, SecurityType securityType, String password) {
113 config = WifiConfigurationHelper.createOpenConfig(ssid);
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
WifiSignalController.java 82 String wifiDesc = wifiVisible ? mCurrentState.ssid : null;
83 boolean ssidPresent = wifiVisible && mCurrentState.ssid != null;
105 mCurrentState.ssid = mWifiTracker.ssid;
146 String ssid; field in class:WifiSignalController.WifiState
152 ssid = state.ssid;
158 builder.append(',').append("ssid=").append(ssid);
164 && Objects.equals(((WifiState) o).ssid, ssid)
    [all...]
  /hardware/qcom/gps/loc_api/libloc_api_50001/
loc_eng_dmn_conn_handler.h 84 char ssid[SSID_BUF_SIZE]; member in struct:ctrl_msg_if_request
  /hardware/qcom/gps/msm8084/loc_api/libloc_api_50001/
loc_eng_dmn_conn_handler.h 84 char ssid[SSID_BUF_SIZE]; member in struct:ctrl_msg_if_request
  /hardware/qcom/gps/msm8909/loc_api/libloc_api_50001/
loc_eng_dmn_conn_handler.h 84 char ssid[SSID_BUF_SIZE]; member in struct:ctrl_msg_if_request
  /hardware/qcom/gps/msm8960/loc_api/libloc_api_50001/
loc_eng_dmn_conn_handler.h 84 char ssid[SSID_BUF_SIZE]; member in struct:ctrl_msg_if_request
  /hardware/qcom/gps/msm8994/loc_api/libloc_api_50001/
loc_eng_dmn_conn_handler.h 84 char ssid[SSID_BUF_SIZE]; member in struct:ctrl_msg_if_request
  /hardware/qcom/gps/msm8996/loc_api/libloc_api_50001/
loc_eng_dmn_conn_handler.h 84 char ssid[SSID_BUF_SIZE]; member in struct:ctrl_msg_if_request

Completed in 684 milliseconds

1 2 3 4 5 6