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

  /external/wpa_supplicant_8/wpa_supplicant/
bss.c 361 bss = os_zalloc(sizeof(*bss) + res->ie_len + res->beacon_ie_len);
370 bss->beacon_ie_len = res->beacon_ie_len;
371 os_memcpy(bss + 1, res + 1, res->ie_len + res->beacon_ie_len);
551 if (bss->ie_len + bss->beacon_ie_len >=
552 res->ie_len + res->beacon_ie_len) {
553 os_memcpy(bss + 1, res + 1, res->ie_len + res->beacon_ie_len);
555 bss->beacon_ie_len = res->beacon_ie_len;
561 res->beacon_ie_len);
    [all...]
bss.h 94 size_t beacon_ie_len; member in struct:wpa_bss
96 /* followed by beacon_ie_len octets of IEs */
scan.c     [all...]
wps_supplicant.c     [all...]
p2p_supplicant.c 231 if (bss->beacon_ie_len > 0 &&
237 ies_len = bss->beacon_ie_len;
638 bss->beacon_ie_len);
    [all...]
  /external/wpa_supplicant_8/src/drivers/
driver.h 206 * @beacon_ie_len: length of the following Beacon IE field in octets
229 size_t beacon_ie_len; member in struct:wpa_scan_res
234 * follow (with beacon_ie_len octets of data) if the driver provides
    [all...]
driver_nl80211.c 5481 size_t ie_len, beacon_ie_len; local
    [all...]

Completed in 85 milliseconds