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

  /external/wpa_supplicant/
eapol_test.c 550 struct ieee802_1x_hdr *dot1x; local
551 dot1x = os_malloc(sizeof(*dot1x) + len);
552 assert(dot1x != NULL);
553 dot1x->version = EAPOL_VERSION;
554 dot1x->type = IEEE802_1X_TYPE_EAP_PACKET;
555 dot1x->length = htons(len);
556 os_memcpy((u8 *) (dot1x + 1), eap, len);
558 (u8 *) dot1x, sizeof(*dot1x) + len)
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/
eapol_test.c 604 struct ieee802_1x_hdr *dot1x; local
605 dot1x = os_malloc(sizeof(*dot1x) + len);
606 assert(dot1x != NULL);
607 dot1x->version = EAPOL_VERSION;
608 dot1x->type = IEEE802_1X_TYPE_EAP_PACKET;
609 dot1x->length = htons(len);
610 os_memcpy((u8 *) (dot1x + 1), eap, len);
612 (u8 *) dot1x, sizeof(*dot1x) + len)
    [all...]

Completed in 12 milliseconds