HomeSort by relevance Sort by last modified time
    Searched full:ssid (Results 251 - 275 of 507) sorted by null

<<11121314151617181920>>

  /external/chromium_org/chrome/browser/chromeos/policy/
network_configuration_updater_impl_cros_unittest.cc 51 " \"SSID\": \"ssid-none\","
  /external/wpa_supplicant_8/hostapd/
hostapd.conf 85 # SSID to be used in IEEE 802.11 management frames
86 ssid=test
87 # Alternative formats for configuring SSID
93 # UTF-8 SSID: Whether the SSID is to be interpreted using UTF-8 encoding
225 # Send empty SSID in beacons and ignore probe request frames that do not
226 # specify full SSID, i.e., require stations to know SSID.
228 # 1 = send empty (length=0) SSID in beacon and ignore probe request for
229 # broadcast SSID
    [all...]
  /external/wpa_supplicant_8/src/ap/
ap_config.h 52 u8 ssid[HOSTAPD_MAX_SSID_LEN]; member in struct:hostapd_ssid
217 struct hostapd_ssid ssid; member in struct:hostapd_bss_config
  /external/wpa_supplicant_8/src/drivers/
driver_roboswitch.c 181 static int wpa_driver_roboswitch_get_ssid(void *priv, u8 *ssid)
183 ssid[0] = 0;
driver_hostap.h 195 u8 ssid[32]; member in struct:prism2_hostapd_param::__anon30608::__anon30616
nl80211_copy.h 274 * broadcast, a broadcast SSID must be passed (ie. an empty
275 * string). If no SSID is passed, no probe requests are sent and
338 * the SSID (mainly for association, but is included in authentication
375 * @NL80211_CMD_JOIN_IBSS: Join a new IBSS -- given at least an SSID and a
392 * auth and assoc steps. For this, you need to specify the SSID in a
    [all...]
driver_wired.c 387 static int wpa_driver_wired_get_ssid(void *priv, u8 *ssid)
389 ssid[0] = 0;
  /external/wpa_supplicant_8/src/p2p/
p2p_build.c 252 const u8 *ssid, size_t ssid_len)
258 wpabuf_put_data(buf, ssid, ssid_len);
p2p_parse.c 215 wpa_hexdump_ascii(MSG_DEBUG, "P2P: * P2P Group ID: SSID",
394 if (elems.ssid)
395 msg->ssid = elems.ssid - 2;
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/
wlioctl.h 80 uint8 ssid_len; /* the length of SSID */
81 uint8 ssid[32]; /* SSID string */ member in struct:ssid_info
123 uint8 SSID[32];
156 uint8 SSID[32];
198 uint8 SSID[32];
308 uchar SSID[DOT11_MAX_SSID_LEN];
345 wlc_ssid_t ssid[WLC_EXTDSCAN_MAX_SSID]; /* ssid list */ member in struct:wl_extdscan_params
368 wlc_ssid_t ssid; /* default: {0, ""} * member in struct:wl_scan_params
480 wlc_ssid_t ssid; member in struct:wl_probe_params
531 wlc_ssid_t ssid; member in struct:wl_join_params
557 wlc_ssid_t ssid; \/* {0, ""}: wildcard scan *\/ member in struct:wl_extjoin_params
3956 wlc_ssid_t ssid; \/* ssid name and its length *\/ member in struct:wl_pfn
4012 wlc_ssid_t ssid[1]; \/* max ANQPO_MAX_IGNORE_SSID *\/ member in struct:__anon32723
5475 wlc_ssid_t ssid; member in struct:bcnreq
    [all...]
  /external/chromium_org/chromeos/network/
cros_network_functions_unittest.cc 553 const std::string ssid = "ssid"; local
574 new base::StringValue(ssid));
589 ssid, security,
  /external/wpa_supplicant_8/wpa_supplicant/
todo.txt 11 ssid->proto fields to avoid detecting downgrade attacks when the driver
README-P2P 143 SSID/passphrase configuration based on a previously used persistent
463 Set postfix string to be added to the automatically generated P2P SSID
465 could result in the SSID becoming DIRECT-ab-testing.
535 set p2p_ssid_postfix <P2P SSID postfix>
537 Set P2P SSID postfix.
wpa_cli.c 937 "- new SSID\n"
1062 "- new SSID\n"
1374 " ssid (network name, SSID)\n"
1385 "For example: set_network 1 ssid \"network name\"\n"
    [all...]
  /packages/apps/Settings/src/com/android/settings/wifi/
WifiApEnabler.java 152 (wifiConfig == null) ? s : wifiConfig.SSID));
WifiConfigUiForSetupWizardXL.java 80 requestFocusAndShowKeyboard(R.id.ssid);
WifiConfigController.java 176 mSsidView = (TextView) mView.findViewById(R.id.ssid);
202 mConfigUi.setTitle(mAccessPoint.ssid);
331 config.SSID = AccessPoint.convertToQuotedString(
336 config.SSID = AccessPoint.convertToQuotedString(
337 mAccessPoint.ssid);
    [all...]
  /external/chromium_org/chrome/browser/chromeos/cros/
network_library.cc     [all...]
network_library_impl_base.cc 730 const std::string& ssid,
738 connect_data_.service_name = ssid;
744 connect_data_.service_name = ssid;
755 CallRequestWifiNetworkAndConnect(ssid, security);
779 // 2. Requests a WiFi Network by SSID and security.
782 // const std::string& ssid, ConnectionSecurity security) = 0;
    [all...]
network_library_impl_cros.h 37 const std::string& ssid, ConnectionSecurity security) OVERRIDE;
  /external/chromium_org/content/browser/geolocation/
wifi_data_provider_win.cc 519 // Currently we get only MAC address, signal strength and SSID.
526 &access_point_data->ssid);
  /external/wpa_supplicant_8/src/common/
wpa_ctrl.h 54 #define WPA_EVENT_TEMP_DISABLED "CTRL-EVENT-SSID-TEMP-DISABLED "
56 #define WPA_EVENT_REENABLED "CTRL-EVENT-SSID-REENABLED "
  /external/wpa_supplicant_8/src/eap_peer/
eap_wsc.c 79 if ((len & 1) || len > 2 * sizeof(cred->ssid) ||
80 hexstr2bin(pos, cred->ssid, len / 2)) {
  /external/wpa_supplicant_8/src/wps/
wps_common.c 384 os_memcpy(cred.ssid, wps->ssid, wps->ssid_len);
  /packages/apps/Settings/src/com/android/settings/
TetherSettings.java 187 mWifiConfig.SSID,
585 mWifiConfig.SSID,

Completed in 849 milliseconds

<<11121314151617181920>>