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

  /external/wpa_supplicant_8/hostapd/
hostapd_cli.1 59 Get MIB variables (dot1x, dot11, radius).
hostapd_cli.c 61 " mib get MIB variables (dot1x, dot11, radius)\n"
ChangeLog     [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
eapol_test.c 681 struct ieee802_1x_hdr *dot1x; local
682 dot1x = os_malloc(sizeof(*dot1x) + wpabuf_len(eap));
683 assert(dot1x != NULL);
684 dot1x->version = EAPOL_VERSION;
685 dot1x->type = IEEE802_1X_TYPE_EAP_PACKET;
686 dot1x->length = htons(wpabuf_len(eap));
687 os_memcpy((u8 *) (dot1x + 1), wpabuf_head(eap),
690 (u8 *) dot1x,
691 sizeof(*dot1x) + wpabuf_len(eap))
    [all...]
README 667 mode, dot11 and dot1x MIBs, etc. In addition, it can configure some
729 mib = get MIB variables (dot1x, dot11)
    [all...]
wpa_cli.c     [all...]
  /external/wpa_supplicant_8/wpa_supplicant/doc/docbook/
wpa_cli.sgml 35 security mode, dot11 and dot1x MIBs, etc. In addition, it can
187 <para>get MIB variables (dot1x, dot11)</para>

Completed in 802 milliseconds