Home
last modified time | relevance | path

Searched refs:hdr_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
138 hdr_add_len += 3; in bip_protect_s1g_beacon()
140 hdr_add_len += 4; in bip_protect_s1g_beacon()
142 hdr_add_len++; in bip_protect_s1g_beacon()
143 os_memcpy(buf + 9, prot + IEEE80211_HDRLEN_S1G_BEACON, hdr_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()
147 prot + IEEE80211_HDRLEN_S1G_BEACON + hdr_add_len, in bip_protect_s1g_beacon()
148 plen - (IEEE80211_HDRLEN_S1G_BEACON + hdr_add_len)); in bip_protect_s1g_beacon()
151 if (len >= IEEE80211_HDRLEN_S1G_BEACON + hdr_add_len + in bip_protect_s1g_beacon()
[all …]