HomeSort by relevance Sort by last modified time
    Searched defs:Ssid (Results 1 - 5 of 5) sorted by null

  /system/chre/apps/wifi_offload/include/chre/apps/wifi_offload/
ssid.h 26 /* SSID of the Access Point, maximum 32 characters */
27 class Ssid {
31 using FbsType = fbs::Ssid;
35 Ssid() = default;
37 Ssid(const Ssid &other);
39 Ssid(Ssid &&other) = default;
41 ~Ssid() = default;
45 bool operator==(const Ssid &other) const
    [all...]
  /system/chre/apps/wifi_offload/
ssid.cc 17 #include "chre/apps/wifi_offload/ssid.h"
22 Ssid::Ssid(const Ssid &other) {
26 void Ssid::SetData(const uint8_t *buff, size_t len) {
28 LOGE("Ssid buffer len %zu larger than max ssid len %zu. Truncating.", len,
40 bool Ssid::operator==(const Ssid &other) const {
44 flatbuffers::Offset<Ssid::FbsType> Ssid::Serialize
    [all...]
  /external/wpa_supplicant_8/src/drivers/
driver_ndis.c 88 UCHAR Ssid[NDIS_802_11_LENGTH_SSID];
162 NDIS_802_11_SSID Ssid;
662 static int wpa_driver_ndis_get_ssid(void *priv, u8 *ssid)
670 wpa_printf(MSG_DEBUG, "NDIS: Failed to get SSID");
678 os_memcpy(ssid, buf.Ssid, buf.SsidLength);
684 const u8 *ssid, size_t ssid_len)
690 os_memcpy(buf.Ssid, ssid, ssid_len);
693 * force SSID to be changed to a random one in order to enable radio a
713 char ssid[SSID_MAX_LEN]; local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
windot11.h     [all...]
ntddndis.h     [all...]

Completed in 377 milliseconds