Searched refs:a4_included (Results 1 - 3 of 3) sorted by relevance

/linux-master/net/wireless/
H A Dlib80211_crypt_ccmp.c99 int a4_included, qc_included; local
101 a4_included = ieee80211_has_a4(hdr->frame_control);
105 if (a4_included)
109 if (a4_included)
144 if (a4_included)
147 aad[a4_included ? 28 : 22] = qc;
/linux-master/drivers/staging/rtl8192e/
H A Drtllib_crypt_ccmp.c92 int a4_included, qc_included; local
95 a4_included = ieee80211_has_a4(hdr->frame_control);
100 if (a4_included)
104 if (a4_included)
140 if (a4_included)
143 aad[a4_included ? 28 : 22] = qc;
/linux-master/net/mac80211/
H A Dwpa.c322 int a4_included, mgmt; local
338 a4_included = ieee80211_has_a4(hdr->frame_control);
339 if (a4_included)
367 if (a4_included) {

Completed in 207 milliseconds