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

1 2 3 4 5 6 7 8 91011>>

  /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_supplicant.conf 104 # 2: like 0, but associate with APs using security policy and SSID (but not
113 # For finding networks using hidden SSID, scan_ssid=1 in the network block can
133 # requirements, e.g., for finding an AP that uses hidden SSID
321 # filter_ssids - SSID-based scan result filtering
534 # excluded_ssid: Excluded SSID
535 # This optional field can be used to excluded specific SSID(s) from
537 # than one SSID.
660 # Each network (usually AP's sharing the same SSID) is configured as a separate
675 # ssid: SSID (mandatory); network name in one of the optional formats
    [all...]
wpas_glue.h 17 struct wpa_ssid *ssid);
25 void wpas_send_ctrl_req(struct wpa_supplicant *wpa_s, struct wpa_ssid *ssid,
wpas_kay.h 15 struct wpa_ssid *ssid);
23 struct wpa_ssid *ssid)
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);
wps_supplicant.c 118 struct wpa_ssid *ssid = NULL; local
139 bss = wpa_supplicant_pick_network(wpa_s, &ssid);
183 struct wpa_ssid *ssid,
203 if (ssid->ssid == NULL)
205 bss = wpa_bss_get(wpa_s, cred->mac_addr, ssid->ssid, ssid->ssid_len);
226 if (ie == NULL && (ssid->proto & WPA_PROTO_WPA) &&
227 (ssid->pairwise_cipher & WPA_CIPHER_TKIP))
266 struct wpa_ssid *ssid, *next; local
363 struct wpa_ssid *ssid = wpa_s->current_ssid; local
652 struct wpa_ssid *ssid; local
920 struct wpa_ssid *ssid, *remove_ssid = NULL, *prev_current; local
987 struct wpa_ssid *ssid; local
1058 struct wpa_ssid *ssid; local
1130 struct wpa_ssid *ssid; local
1178 struct wpa_ssid *ssid; local
1324 struct wpa_ssid *ssid; local
1857 struct wpa_ssid *ssid; local
2005 struct wpa_ssid *ssid; local
2232 struct wpa_ssid *ssid; local
    [all...]
mesh.c 69 static struct mesh_conf * mesh_config_create(struct wpa_ssid *ssid)
77 os_memcpy(conf->meshid, ssid->ssid, ssid->ssid_len);
78 conf->meshid_len = ssid->ssid_len;
80 if (ssid->key_mgmt & WPA_KEY_MGMT_SAE)
92 conf->dot11MeshMaxRetries = ssid->dot11MeshMaxRetries;
93 conf->dot11MeshRetryTimeout = ssid->dot11MeshRetryTimeout;
94 conf->dot11MeshConfirmTimeout = ssid->dot11MeshConfirmTimeout;
95 conf->dot11MeshHoldingTimeout = ssid->dot11MeshHoldingTimeout
    [all...]
scan.c 30 struct wpa_ssid *ssid; local
33 ssid = wpa_supplicant_get_ssid(wpa_s);
34 if (ssid == NULL)
38 wpa_s->current_ssid = ssid;
54 struct wpa_ssid *ssid; local
57 for (ssid = wpa_s->conf->ssid; ssid; ssid = ssid->next)
97 struct wpa_ssid *ssid = wpa_s->conf->ssid; local
304 struct wpa_ssid *ssid; local
511 struct wpa_ssid *ssid; local
577 struct wpa_ssid *ssid; local
652 struct wpa_ssid *ssid; local
1197 struct wpa_ssid *ssid = NULL; local
2339 struct wpa_ssid *ssid; local
    [all...]
config.c 40 int (*parser)(const struct parse_data *data, struct wpa_ssid *ssid,
46 char * (*writer)(const struct parse_data *data, struct wpa_ssid *ssid);
63 struct wpa_ssid *ssid,
110 dst = (char **) (((u8 *) ssid) + (long) data->param1);
111 dst_len = (size_t *) (((u8 *) ssid) + (long) data->param2);
179 struct wpa_ssid *ssid)
184 src = (char **) (((u8 *) ssid) + (long) data->param1);
189 len = *((size_t *) (((u8 *) ssid) + (long) data->param2));
199 struct wpa_ssid *ssid,
205 dst = (int *) (((u8 *) ssid) + (long) data->param1)
2138 struct wpa_ssid *ssid; local
2302 struct wpa_ssid *ssid, *prev = NULL; local
2379 struct wpa_ssid *ssid, *next; local
2398 struct wpa_ssid *ssid; local
2419 struct wpa_ssid *ssid, *last = NULL; local
2455 struct wpa_ssid *ssid, *prev = NULL; local
3665 struct wpa_ssid *ssid; local
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/examples/
plaintext.conf 6 ssid="example open network"
ieee8021x.conf 6 ssid="example 802.1x network"
wep.conf 6 ssid="example wep network"
wpa-psk-tkip.conf 6 ssid="example wpa-psk network"
wpa2-eap-ccmp.conf 6 ssid="example wpa2-eap network"
  /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...]
  /external/autotest/server/site_tests/network_WiFi_MissingBeacons/
network_WiFi_MissingBeacons.py 27 def _assert_disconnect(self, ssid):
28 """Assert that we disconnect from |ssid| MAX_DISCONNECT_TIME_SECONDS.
30 @param ssid: string ssid of network we expect to be disconnected from.
39 ssid, ['idle'], timeout_seconds=timeout_seconds)
51 self.context.client.shill.disconnect(ssid)
58 ssid = self.context.router.get_ssid()
59 client_config = xmlrpc_datatypes.AssociationParameters(ssid=ssid)
67 self._assert_disconnect(ssid)
    [all...]
  /external/libweave/include/weave/provider/
wifi.h 21 virtual void Connect(const std::string& ssid,
26 virtual void StartAccessPoint(const std::string& ssid) = 0;
  /external/dhcpcd-6.8.2/
if-linux-wext.c 62 int if_getssid_wext(const char *ifname, uint8_t *ssid);
65 if_getssid_wext(const char *ifname, uint8_t *ssid)
75 iwr.u.essid.pointer = ssid;
80 ssid[retval] = '\0';
87 ifname = ssid;
  /external/autotest/server/site_tests/network_WiFi_RoamEndToEnd/
network_WiFi_RoamEndToEnd.py 14 """Base class that configures two APs with the same SSID that will be used
25 def _config_ap(self, channel, mode, ssid=None):
29 @param ssid: Name to be assigned to the Wifi network.
34 ssid=ssid)
49 # Configure first AP with channel 5 and mode G and default ssid.
54 ssid = self.context.router.get_ssid(instance=0)
57 ssid=ssid,
59 # Configure second AP with channel 149, mode N and same ssid as before
    [all...]
  /external/autotest/server/site_tests/network_WiFi_ProfileGUID/
network_WiFi_ProfileGUID.py 26 def _assert_connection(self, ssid):
27 """Assert that shill connects to |ssid| after a scan.
29 @param ssid: string name of network we expect to connect to.
35 ssid, ['ready', 'online', 'portal'],
41 (ssid, time, state))
44 def _assert_guid_value(self, ssid, expected_guid, expect_missing=False):
47 @param ssid: string name of WiFi network corresponding to the service.
52 properties = self.context.client.shill.get_service_properties(ssid)
67 get_ap_config = lambda ssid, password: hostap_config.HostapConfig(
68 ssid=ssid, channel=1
    [all...]
  /external/autotest/server/site_tests/network_WiFi_ChaosConfigSniffer/
network_WiFi_ChaosConfigSniffer.py 21 for ssid in ssids:
22 logging.info('Scanning for SSID: %s', ssid)
24 wifi_client._wifi_if, ssids=[ssid], timeout_seconds=60)
26 missing_ssids.append(ssid)
28 path = os.path.join(self.outputdir, str('%s.txt' % ssid))
38 f.write('ssid = %s\n' % network.ssid)
56 for ssid in missing_ssids:
57 logging.error('\t%s', ssid)
    [all...]
  /external/autotest/server/site_tests/apmanager_SimpleConnect/
apmanager_SimpleConnect.py 40 ssid = self.context.router.build_unique_ssid()
41 self._configurations[apmanager_constants.CONFIG_SSID] = ssid
45 assoc_params.ssid = ssid
51 ssid, ( 'idle', ), 30)
55 (ssid, elapsed_seconds, state))
  /external/autotest/server/site_tests/network_WiFi_Prefer5Ghz/
network_WiFi_Prefer5Ghz.py 22 ssid = self.context.router.get_ssid(instance=0)
24 ssid=ssid, channel=48, mode=mode_n)
29 self.context.client.wait_for_bsses(ssid, 2)
31 xmlrpc_datatypes.AssociationParameters(ssid=ssid))
  /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/site_tests/network_WiFi_RoamSuspendEndToEnd/
network_WiFi_RoamSuspendEndToEnd.py 16 """Base class that configures two APs with the same SSID that will be used
27 def _config_ap(self, channel, mode, ssid=None):
31 @param ssid: Name to be assigned to the Wifi network.
36 ssid=ssid)
70 # Configure first AP with channel 5 and mode G and default ssid.
74 ssid = self.context.router.get_ssid(instance=0)
77 ssid=ssid, test=chrome_net_constants.OPEN_CONNECT)
79 # Configure second AP with channel 149, mode N and same ssid as before
    [all...]

Completed in 213 milliseconds

1 2 3 4 5 6 7 8 91011>>