Home
last modified time | relevance | path

Searched refs:bce_add_len (Results 1 – 1 of 1) sorted by relevance

/hostap-latest/wlantest/
Dbip.c83 size_t hdr_add_len = 0, bce_add_len = 0; in bip_protect_s1g_beacon() local
100 bce_add_len = 6; /* AAD increases by 6 bytes for BCE */ in bip_protect_s1g_beacon()
115 buf_len = plen - 6 + bce_add_len; in bip_protect_s1g_beacon()
145 os_memcpy(buf + 9 + hdr_add_len, ipn, bce_add_len); in bip_protect_s1g_beacon()
146 os_memcpy(buf + 9 + hdr_add_len + bce_add_len, in bip_protect_s1g_beacon()
154 (buf + 9 + hdr_add_len + bce_add_len); in bip_protect_s1g_beacon()
263 size_t hdr_add_len = 0, bce_add_len = 0; in bip_gmac_protect_s1g_beacon() local
280 bce_add_len = 6; in bip_gmac_protect_s1g_beacon()
295 buf_len = plen - 6 + bce_add_len; in bip_gmac_protect_s1g_beacon()
325 os_memcpy(buf + 9 + hdr_add_len, ipn, bce_add_len); in bip_gmac_protect_s1g_beacon()
[all …]