HomeSort by relevance Sort by last modified time
    Searched full:dot1x (Results 1 - 6 of 6) 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...]
README 741 mode, dot11 and dot1x MIBs, etc. In addition, it can configure some
803 mib = get MIB variables (dot1x, dot11)
    [all...]
wpa_cli.c 96 " mib = get MIB variables (dot1x, dot11)\n"
    [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...]
README 747 mode, dot11 and dot1x MIBs, etc. In addition, it can configure some
809 mib = get MIB variables (dot1x, dot11)
    [all...]
wpa_cli.c 1206 "= get MIB variables (dot1x, dot11)" },
    [all...]

Completed in 186 milliseconds