HomeSort by relevance Sort by last modified time
    Searched defs:ssid (Results 76 - 100 of 108) sorted by null

1 2 34 5

  /external/wpa_supplicant/
config_ssid.h 65 * the network list, struct wpa_config::ssid. Each network block in the
73 * this list is stored in the ssid field of struct wpa_config.
116 * ssid - Service set identifier (network name)
118 * This is the SSID for the network. For wireless interfaces, this is
120 * ssid_len=0), any SSID can be used. For wired interfaces, this must
121 * be set to %NULL. Note: SSID may contain any characters, even nul
124 * and the ssid field is not guaranteed to be nul terminated.
126 u8 *ssid; member in struct:wpa_ssid
129 * ssid_len - Length of the SSID
159 * If this is set, psk will be generated using the SSID and passphras
    [all...]
driver.h 37 * @ssid: SSID
38 * @ssid_len: length of the ssid
56 u8 ssid[32]; member in struct:wpa_scan_result
82 * ssid - The selected SSID
84 const u8 *ssid; member in struct:wpa_driver_associate_params
259 * get_ssid - Get the current SSID
261 * @ssid: buffer for SSID (at least 32 bytes
    [all...]
wpa_supplicant.c 192 /* Current SSID is not using IEEE 802.1X/EAP, so drop possible
312 struct wpa_ssid *ssid)
322 if (ssid->mode != IEEE80211_MODE_IBSS) {
324 "for WPA-None", ssid->mode);
328 if (!ssid->psk_set) {
335 os_memcpy(key, ssid->psk, 16);
341 os_memcpy(key, ssid->psk, 16 + 8);
342 os_memcpy(key + 16 + 8, ssid->psk + 16, 8);
499 * causes the specific SSID scan to get continually pushed back and
504 struct wpa_ssid *ssid = wpa_s->conf->ssid local
607 struct wpa_ssid *ssid = wpa_s->current_ssid; local
848 struct wpa_ssid *ssid = wpa_s->current_ssid; local
986 struct wpa_ssid *ssid; local
1006 struct wpa_ssid *ssid; local
1733 struct wpa_ssid *ssid = wpa_s->current_ssid; local
1786 u8 ssid[MAX_SSID_LEN]; local
    [all...]
wpa_supplicant_i.h 188 u8 ssid[32]; member in struct:wpa_client_mlme
302 struct wpa_ssid *prev_scan_ssid; /* previously scanned SSID;
304 * with broadcast SSID)
306 * SSID was used in the previous scan
368 struct wpa_ssid *ssid,
372 struct wpa_ssid *ssid);
374 struct wpa_ssid *ssid);
402 struct wpa_ssid *ssid);
478 static inline int wpa_drv_scan(struct wpa_supplicant *wpa_s, const u8 *ssid,
482 return wpa_s->driver->scan(wpa_s->drv_priv, ssid, ssid_len)
    [all...]
mlme.c 106 /* followed by SSID and Supported rates */
120 /* followed by SSID and Supported rates */
130 /* followed by some of SSID, Supported rates,
135 /* only variable items: SSID, Supported rates */
142 /* followed by some of SSID, Supported rates,
278 u8 ssid[MAX_SSID_LEN]; member in struct:ieee80211_sta_bss
304 const u8 *ssid, size_t ssid_len);
315 u8 *ssid; member in struct:ieee802_11_elems
375 elems->ssid = pos;
719 /* SSID */
1062 struct wpa_ssid *ssid = wpa_s->current_ssid; local
1795 struct wpa_ssid *ssid = wpa_s->current_ssid; local
2017 struct wpa_ssid *ssid = wpa_s->current_ssid; local
2546 struct wpa_ssid *ssid = wpa_s->current_ssid; local
    [all...]
wpa.c 1047 struct wpa_ssid *ssid = sm->cur_ssid; local
1053 ssid == NULL || !ssid->peerkey)
1100 if (ssid->pairwise_cipher & WPA_CIPHER_CCMP) {
1105 if (ssid->pairwise_cipher & WPA_CIPHER_TKIP) {
1912 struct wpa_ssid *ssid = sm->cur_ssid; local
2253 struct wpa_ssid *ssid = sm->cur_ssid; local
2509 struct wpa_ssid *ssid = sm->cur_ssid; local
2648 struct wpa_ssid *ssid = sm->cur_ssid; local
    [all...]
driver_ndis.c 87 UCHAR Ssid[NDIS_802_11_LENGTH_SSID];
161 NDIS_802_11_SSID Ssid;
626 static int wpa_driver_ndis_get_ssid(void *priv, u8 *ssid)
634 wpa_printf(MSG_DEBUG, "NDIS: Failed to get SSID");
642 os_memcpy(ssid, buf.Ssid, buf.SsidLength);
648 const u8 *ssid, size_t ssid_len)
654 os_memcpy(buf.Ssid, ssid, ssid_len);
657 * force SSID to be changed to a random one in order to enable radio a
677 char ssid[32]; local
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/
config.c 38 int (*parser)(const struct parse_data *data, struct wpa_ssid *ssid,
44 char * (*writer)(const struct parse_data *data, struct wpa_ssid *ssid);
97 struct wpa_ssid *ssid,
144 dst = (char **) (((u8 *) ssid) + (long) data->param1);
145 dst_len = (size_t *) (((u8 *) ssid) + (long) data->param2);
210 struct wpa_ssid *ssid)
215 src = (char **) (((u8 *) ssid) + (long) data->param1);
220 len = *((size_t *) (((u8 *) ssid) + (long) data->param2));
229 struct wpa_ssid *ssid)
234 src = (char **) (((u8 *) ssid) + (long) data->param1)
1507 struct wpa_ssid *ssid; local
1601 struct wpa_ssid *ssid, *prev = NULL; local
1646 struct wpa_ssid *ssid; local
1667 struct wpa_ssid *ssid, *last = NULL; local
1702 struct wpa_ssid *ssid, *prev = NULL; local
2006 struct wpa_ssid *ssid; local
    [all...]
mlme.c 60 u8 ssid[MAX_SSID_LEN]; member in struct:ieee80211_sta_bss
90 const u8 *ssid, size_t ssid_len);
392 /* SSID */
397 os_memcpy(pos, wpa_s->mlme.ssid, wpa_s->mlme.ssid_len);
623 wpa_s->mlme.ssid,
646 const u8 *ssid, size_t ssid_len)
679 os_memcpy(pos, ssid, ssid_len);
767 struct wpa_ssid *ssid = wpa_s->current_ssid; local
771 adhoc = ssid && ssid->mode == 1
1615 struct wpa_ssid *ssid = wpa_s->current_ssid; local
2002 struct wpa_ssid *ssid = wpa_s->current_ssid; local
2531 struct wpa_ssid *ssid = wpa_s->current_ssid; local
    [all...]
wpa_supplicant_i.h 185 u8 ssid[32]; member in struct:wpa_client_mlme
310 struct wpa_ssid *prev_scan_ssid; /* previously scanned SSID;
312 * with broadcast SSID)
314 * SSID was used in the previous scan
383 struct wpa_ssid *ssid,
387 struct wpa_ssid *ssid);
389 struct wpa_ssid *ssid);
416 struct wpa_ssid *ssid);
538 static inline int wpa_drv_get_ssid(struct wpa_supplicant *wpa_s, u8 *ssid)
541 return wpa_s->driver->get_ssid(wpa_s->drv_priv, ssid);
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/drivers/
driver_wext.c 184 * wpa_driver_wext_get_ssid - Get SSID, SIOCGIWESSID
186 * @ssid: Buffer for the SSID; must be at least 32 bytes long
187 * Returns: SSID length on success, -1 on failure
189 int wpa_driver_wext_get_ssid(void *priv, u8 *ssid)
197 iwr.u.essid.pointer = (caddr_t) ssid;
207 /* Some drivers include nul termination in the SSID, so let's
211 if (ret > 0 && ssid[ret - 1] == '\0' &&
221 * wpa_driver_wext_set_ssid - Set SSID, SIOCSIWESSID
223 * @ssid: SSI
1199 struct wpa_ssid *ssid, *ssid_orig; local
1319 u8 ssid[32]; member in struct:wext_scan_data
2059 u8 ssid[32]; local
    [all...]
driver.h 37 * @ssid: SSID
38 * @ssid_len: length of the ssid
66 u8 ssid[32]; member in struct:wpa_scan_result
102 * include SSID in IE format. All drivers are encouraged to be extended to
157 * ssid - The selected SSID
159 const u8 *ssid; member in struct:wpa_driver_associate_params
248 * and SSID as the current AP.
401 * get_ssid - Get the current SSID
    [all...]
driver_ndis.c 93 UCHAR Ssid[NDIS_802_11_LENGTH_SSID];
167 NDIS_802_11_SSID Ssid;
626 static int wpa_driver_ndis_get_ssid(void *priv, u8 *ssid)
634 wpa_printf(MSG_DEBUG, "NDIS: Failed to get SSID");
642 os_memcpy(ssid, buf.Ssid, buf.SsidLength);
648 const u8 *ssid, size_t ssid_len)
654 os_memcpy(buf.Ssid, ssid, ssid_len);
657 * force SSID to be changed to a random one in order to enable radio a
677 char ssid[32]; local
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/wps/
wps_i.h 162 const u8 *ssid; /* <= 32 octets */ member in struct:wps_parse_attr
  /frameworks/base/core/tests/ConnectivityManagerTest/src/com/android/connectivitymanagertest/
ConnectivityManagerTestActivity.java 76 public String mPowerSsid = "GoogleGuest"; //Default power SSID
210 Log.v(LOG_TAG, "SSID: " + configuration[0]);
350 * Associate the device to given SSID
356 config.SSID = knownSSID;
362 * Connect to Wi-Fi with the given configuration. Note the SSID in the configuration
368 String ssid = config.SSID; local
369 config.SSID = convertToQuotedString(ssid);
409 if (sr.SSID.equals(ssid))
    [all...]
  /hardware/broadcom/wlan/bcm4329/src/wl/sys/
wl_iw.h 38 #define GET_SSID "SSID="
155 uint8 ssid[SSID_LEN]; member in struct:ap_profile
269 extern int wl_iw_parse_ssid_list_tlv(char** list_str, wlc_ssid_t* ssid, \
272 extern int wl_iw_parse_ssid_list(char** list_str, wlc_ssid_t* ssid, int idx, int max);
wl_cfg80211.h 198 struct wlc_ssid ssid; member in struct:wl_scan_req
236 struct wlc_ssid ssid; member in struct:wl_profile
wl_cfg80211.c 284 static int32 wl_run_iscan(struct wl_iscan_ctrl *iscan, struct wlc_ssid *ssid, uint16 action);
632 wl_iscan_prep(struct wl_scan_params *params, struct wlc_ssid *ssid)
647 if (ssid && ssid->SSID_len)
648 memcpy(&params->ssid, ssid, sizeof(wlc_ssid_t));
677 wl_run_iscan(struct wl_iscan_ctrl *iscan, struct wlc_ssid *ssid, uint16 action)
686 if (ssid && ssid->SSID_len)
694 wl_iscan_prep(&params->params, ssid);
721 struct wlc_ssid ssid; local
1024 struct cfg80211_ssid ssid; local
1379 struct wlc_ssid ssid; local
2731 struct wlc_ssid *ssid; local
4192 struct wlc_ssid *ssid; local
    [all...]
  /system/wlan/ti/sta_dk_4_0_4_32/CUDK/CLI/
g_tester.c 504 parms[0].value = (U32)(data_string); /*SSID*/
1246 OS_802_11_SSID ssid; local
    [all...]
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/core/sme/siteMgr/
siteHash.h 95 ssid_t ssid; member in struct:siteEntry_t
  /system/wlan/ti/sta_dk_4_0_4_32/wpa_supplicant_lib/
driver_ti.c 200 Routine Description: get current SSID
203 ssid - pointer to hold current bssid
204 Return Value: Length of SSID string
206 static int wpa_driver_tista_get_ssid( void *priv, u8 *ssid )
216 /* Get current SSID from driver */
221 os_memcpy( (void *)ssid, (void *)&myssid.Ssid, myssid.SsidLength );
223 /* Return length of SSID */
229 Routine Description: sets current SSID (Associates)
232 ssid - pointer to ssi
960 OS_802_11_SSID ssid; local
1679 u8 ssid[MAX_SSID_LEN]; local
    [all...]
  /frameworks/base/services/java/com/android/server/
WifiWatchdogService.java 99 * The SSID of the network that the watchdog is currently monitoring. Only
466 * @param ssid The SSID of the access point.
469 private void onConnected(String ssid, String bssid) {
471 myLogV("onConnected: SSID: " + ssid + ", BSSID: " + bssid);
480 if ((mSsid == null) || !mSsid.equals(ssid)) {
485 mHandler.dispatchNetworkChanged(ssid);
488 if (requiresWatchdog(ssid, bssid)) {
490 myLogD(ssid + " (" + bssid + ") requires the watchdog")
1165 String ssid; field in class:WifiWatchdogService.AccessPoint
    [all...]
WifiService.java 610 * @param wifiConfig SSID, security and channel details as
639 wifiConfig.SSID = Settings.Secure.getString(cr, Settings.Secure.WIFI_AP_SSID);
640 if (wifiConfig.SSID == null)
658 Settings.Secure.putString(cr, Settings.Secure.WIFI_AP_SSID, wifiConfig.SSID);
719 wifiConfig.SSID = mContext.getString(R.string.wifi_tether_configure_ssid_default);
832 // network-id | ssid | bssid | flags
1448 String ssid; local
    [all...]
  /system/wlan/ti/sta_dk_4_0_4_32/CUDK/UtilityAdapter/
CTI_Adapter.cpp 535 OS_802_11_SSID ssid; local
536 memset( &ssid, 0, sizeof(OS_802_11_SSID) );
541 wcstombs((tiCHAR* )ssid.Ssid, pszSSIDname, MAX_SSID_LENGTH);
542 ssid.SsidLength = MAX_SSID_LENGTH;
544 memcpy((tiCHAR*)ssid.Ssid, pszSSIDname, dwNameSize );
545 ssid.SsidLength = dwNameSize;
549 dwRetValue = tiIoCtrl(TIWLN_802_11_SSID_SET, &ssid, sizeof(OS_802_11_SSID),NULL, 0,&dwRetSize);
    [all...]
  /system/wlan/ti/sta_dk_4_0_4_32/pform/common/src/
osUtil.c 859 ssid_t ssid; local
866 UtilGetParam(pAdapter, SITE_MGR_CURRENT_SSID_PARAM, (PUCHAR)&ssid, size);
870 RetSsid->SsidLength = ssid.len;
871 NdisMoveMemory((void *)RetSsid->Ssid, (void *)ssid.ssidString, ssid.len);
893 ssid_t ssid; local
903 retValue = UtilGetParam(pAdapter, SITE_MGR_DESIRED_SSID_PARAM, (PUCHAR)&ssid, size);
907 RetSsid->SsidLength = ssid.len;
908 NdisMoveMemory((void *)RetSsid->Ssid, (void *)ssid.ssidString, ssid.len)
929 ssid_t ssid; local
    [all...]

Completed in 512 milliseconds

1 2 34 5