Searched refs:Descriptor_type (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/vt6656/
H A Ddpc.c690 BYTE Descriptor_type; local
704 Descriptor_type = skb->data[cbIVOffset + 8 + 24 + 6 + 1 +1+1+1+2];
706 if(Descriptor_type==2) { //RSN
709 else if(Descriptor_type==254) {
H A Drxtx.c2836 BYTE Descriptor_type; local
2841 Descriptor_type = skb->data[ETH_HLEN+1+1+2];
2849 if(Descriptor_type==254) {
2859 else if((Key_info & BIT3) && (Descriptor_type==2) && //RSN pairse-key challenge
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/vt6655/
H A Ddevice_main.c2602 unsigned char Descriptor_type;
2607 Descriptor_type = skb->data[ETH_HLEN+1+1+2];
2613 if((Descriptor_type==254)||(Descriptor_type==2)) { //WPA or RSN
2617 if(Descriptor_type==254)

Completed in 148 milliseconds