HomeSort by relevance Sort by last modified time
    Searched refs:beacon_ie_len (Results 1 - 9 of 9) sorted by null

  /external/wpa_supplicant_8/wpa_supplicant/
bss.c 154 bss = os_zalloc(sizeof(*bss) + res->ie_len + res->beacon_ie_len);
163 bss->beacon_ie_len = res->beacon_ie_len;
164 os_memcpy(bss + 1, res + 1, res->ie_len + res->beacon_ie_len);
317 if (bss->ie_len + bss->beacon_ie_len >=
318 res->ie_len + res->beacon_ie_len) {
319 os_memcpy(bss + 1, res + 1, res->ie_len + res->beacon_ie_len);
321 bss->beacon_ie_len = res->beacon_ie_len;
327 res->beacon_ie_len);
    [all...]
bss.h 58 * @beacon_ie_len: length of the following Beacon IE field in octets
91 size_t beacon_ie_len; member in struct:wpa_bss
93 /* followed by beacon_ie_len octets of IEs */
scan.c 1059 if (res->beacon_ie_len == 0)
1061 buf = wpabuf_alloc(res->beacon_ie_len);
1067 end = pos + res->beacon_ie_len;
    [all...]
wps_supplicant.c     [all...]
p2p_supplicant.c 386 bss->beacon_ie_len);
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/wps/
wps.h 192 * @beacon_ie_len: WPS IE length for Beacon
200 int (*set_ie_cb)(void *ctx, const u8 *beacon_ie, size_t beacon_ie_len,
wps_registrar.c 89 int (*set_ie_cb)(void *ctx, const u8 *beacon_ie, size_t beacon_ie_len,
    [all...]
  /external/wpa_supplicant_8/src/drivers/
driver.h 136 * @beacon_ie_len: length of the following Beacon IE field in octets
159 size_t beacon_ie_len; member in struct:wpa_scan_res
164 * follow (with beacon_ie_len octets of data) if the driver provides
    [all...]
driver_nl80211.c 3766 size_t ie_len, beacon_ie_len; local
    [all...]

Completed in 192 milliseconds