Searched refs:body_length (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10.1/eap8021x-198/EAP8021X.fproj/
H A DEAPOLUtil.c72 unsigned int body_length,
86 key_data_length = body_length - sizeof(*descr_p);
114 unsigned int body_length,
159 eapol_key_descriptor_valid(void * body, unsigned int body_length, argument
166 if (body_length < 1) {
175 if (body_length < sizeof(*rc4_descr_p)) {
179 body_length, (int)sizeof(*rc4_descr_p));
184 RC4KeyDescriptorAppendDescription(rc4_descr_p, body_length, str);
189 if (body_length < sizeof(*ieee80211_descr_p)) {
193 body_length, (in
71 RC4KeyDescriptorAppendDescription(EAPOLRC4KeyDescriptorRef descr_p, unsigned int body_length, CFMutableStringRef str) argument
113 IEEE80211KeyDescriptorAppendDescription(EAPOLIEEE80211KeyDescriptorRef descr_p, unsigned int body_length, CFMutableStringRef str) argument
229 unsigned int body_length; local
259 ((void *)eapol_p) + sizeof(*eapol_p), body_length); local
[all...]
H A DEAPOL.h49 uint8_t body_length[2]; member in struct:__anon8327
/macosx-10.10.1/eap8021x-198/eapolclient.tproj/
H A DEAPOLSocket.h94 void * body, unsigned int body_length);
H A DEAPOLSocket.c230 void * body, unsigned int body_length);
564 void * body, unsigned int body_length)
567 EAPOLSocketSetEAPTxPacket(sock, body, body_length);
573 body, body_length));
1174 void * body, unsigned int body_length)
1184 size += body_length;
1187 body_length = 0;
1204 body_length + sizeof(*eapol_p));
1230 EAPOLPacketSetLength(eapol_p, body_length);
1232 bcopy(body, eapol_p->body, body_length);
562 EAPOLSocketTransmit(EAPOLSocketRef sock, EAPOLPacketType packet_type, void * body, unsigned int body_length) argument
1171 EAPOLSocketSourceTransmit(EAPOLSocketSourceRef source, EAPOLSocketRef sock, EAPOLPacketType packet_type, void * body, unsigned int body_length) argument
[all...]
H A DSupplicant.c927 int body_length; local
951 body_length = EAPOLPacketGetLength(eapol_p);
952 packet_length = sizeof(EAPOLPacket) + body_length;
975 key_data_length = body_length - sizeof(*descr_p);

Completed in 92 milliseconds