Home
last modified time | relevance | path

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

/external/syslinux/gpxe/src/hci/
Dwireless_errors.c52 { ECONNREFUSED | EUNIQ_0F, "Authentication rejected due to challenge failure" },
78 { EHOSTUNREACH | EUNIQ_0F, "TS not created due to insufficient delay" },
99 { ECONNRESET | EUNIQ_0F, "4-Way Handshake timeout" },
/external/syslinux/gpxe/src/usr/
Diwmgmt.c239 { ECONNRESET | EUNIQ_0F, "4-Way Handshake timeout" },
/external/syslinux/gpxe/src/include/
Derrno.h488 #define EUNIQ_0F 0x00000f00 macro