Home
last modified time | relevance | path

Searched refs:ETHERTYPE_RSN_PREAUTH (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dethernet.h98 #define ETHERTYPE_RSN_PREAUTH (0x88c7) /* RSN PRE-Authentication */ macro
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/wpad/
H A Dl2_packet.c106 ntohs(ethhdr->h_proto) != ETHERTYPE_RSN_PREAUTH)) in l2_packet_receive()