HomeSort by: relevance | last modified time | path
    Searched defs:nai (Results 1 - 5 of 5) sorted by relevancy

  /src/external/bsd/wpa/dist/src/eap_server/
eap_server.c 440 * keyName-NAI has a maximum length of 253 octet to fit in
444 "EAP: Too long realm for ERP keyName-NAI maximum length");
705 u8 flags, u16 seq, const char *nai)
727 plen = 1 + 2 + 2 + os_strlen(nai);
739 wpabuf_put_u8(msg, os_strlen(nai));
740 wpabuf_put_str(msg, nai);
804 char nai[254]; local
842 * just try to find the keyName-NAI first so that we can check the
850 "EAP: No keyName-NAI in EAP-Initiate/Re-auth Packet");
854 wpa_hexdump_ascii(MSG_DEBUG, "EAP: EAP-Initiate/Re-auth - keyName-NAI",
    [all...]
  /src/external/mpl/dhcp/bind/dist/lib/irs/
getaddrinfo.c 1330 struct addrinfo *nai, *tai; local
1332 nai = NULL;
1343 tai->ai_next = nai;
1344 nai = tai;
1346 return (nai);
  /src/external/bsd/wpa/dist/src/eap_peer/
eap.c 554 eap_erp_get_key_nai(struct eap_sm *sm, const char *nai)
559 if (os_strcmp(erp->keyname_nai, nai) == 0)
705 wpa_printf(MSG_DEBUG, "EAP: Realm for ERP keyName-NAI: %s", realm);
711 * keyName-NAI has a maximum length of 253 octet to fit in
715 "EAP: Too long realm for ERP keyName-NAI maximum length");
1868 char nai[254]; local
1904 * just try to find the keyName-NAI first so that we can check the
1912 "EAP: No keyName-NAI in EAP-Finish/Re-auth Packet");
1916 wpa_hexdump_ascii(MSG_DEBUG, "EAP: EAP-Finish/Re-auth - keyName-NAI",
1920 "EAP: Too long keyName-NAI in EAP-Finish/Re-auth")
    [all...]
  /src/external/bsd/wpa/dist/wpa_supplicant/
interworking.c 475 wpa_printf(MSG_DEBUG, "No room for NAI Realm Data "
480 len = WPA_GET_LE16(pos); /* NAI Realm Data field Length */
483 wpa_printf(MSG_DEBUG, "No room for NAI Realm Data "
493 wpa_printf(MSG_DEBUG, "No room for NAI Realm "
498 wpa_hexdump_ascii(MSG_DEBUG, "NAI Realm", pos, realm_len);
544 wpa_printf(MSG_DEBUG, "NAI Realm Count: %u", num);
549 wpa_printf(MSG_DEBUG, "Invalid NAI Realm Count %u - not "
612 "nai-realm-cred-username: EAP method not supported: %d",
621 "nai-realm-cred-username: Method: %d is not TTLS, PEAP, or FAST",
630 "nai-realm-cred-username: PEAP/FAST: Inner method not supported: %d"
879 char nai[100]; local
2295 char nai[100], *realm; local
    [all...]
  /src/sys/dev/usb/
uaudio.c 2065 struct as_info *nai; local
2068 nai = kmem_alloc(len, KM_SLEEP);
2071 memcpy(nai, sc->sc_alts, sizeof(*ai) * (sc->sc_nalts));
2074 sc->sc_alts = nai;

Completed in 30 milliseconds