Home
last modified time | relevance | path

Searched refs:EUNIQ_0D (Results 1 – 3 of 3) sorted by relevance

/external/syslinux/gpxe/src/hci/
Dwireless_errors.c50 { ECONNREFUSED | EUNIQ_0D, "Authentication algorithm unsupported" },
76 { EHOSTUNREACH | EUNIQ_0D, "Invalid RSN information element capabilities" },
97 { ECONNRESET | EUNIQ_0D, "Invalid information element" },
117 { ENETRESET | EUNIQ_0D, "Peer STA does not support requested cipher suite" },
/external/syslinux/gpxe/src/usr/
Diwmgmt.c243 { ECONNREFUSED | EUNIQ_0D, "Authentication method not supported" },
/external/syslinux/gpxe/src/include/
Derrno.h486 #define EUNIQ_0D 0x00000d00 macro