Searched refs:Packet_Type (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/vt6655/
H A Ddpc.c663 unsigned char Packet_Type; //802.1x Authentication local
671 Packet_Type = skb->data[cbIVOffset + 8 + 24 + 6 + 1 +1+1];
674 (Packet_Type==3)) { //802.1x OR eapol-key challenge frame receive
H A Ddevice_main.c2601 unsigned char Packet_Type; //802.1x Authentication
2606 Packet_Type = skb->data[ETH_HLEN+1];
2611 (Packet_Type==3)) { //802.1x OR eapol-key challenge frame transfer
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/vt6656/
H A Ddpc.c689 BYTE Packet_Type; //802.1x Authentication local
699 Packet_Type = skb->data[cbIVOffset + 8 + 24 + 6 + 1 +1+1];
702 (Packet_Type==3)) { //802.1x OR eapol-key challenge frame receive
H A Drxtx.c2835 BYTE Packet_Type; //802.1x Authentication local
2840 Packet_Type = skb->data[ETH_HLEN+1];
2845 (Packet_Type==3)) { //802.1x OR eapol-key challenge frame transfer

Completed in 159 milliseconds