Searched refs:Key_info (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 Drxtx.c2837 WORD Key_info; local
2842 Key_info = (skb->data[ETH_HLEN+1+1+2+1] << 8)|(skb->data[ETH_HLEN+1+1+2+2]);
2847 if(!(Key_info & BIT3) && //WPA or RSN group-key challenge
2848 (Key_info & BIT8) && (Key_info & BIT9)) { //send 2/2 key
2859 else if((Key_info & BIT3) && (Descriptor_type==2) && //RSN pairse-key challenge
2860 (Key_info & BIT8) && (Key_info & BIT9)) {
H A Ddpc.c691 WORD Key_info; local
705 Key_info = (skb->data[cbIVOffset + 8 + 24 + 6 + 1 +1+1+1+2+1]<<8) |skb->data[cbIVOffset + 8 + 24 + 6 + 1 +1+1+1+2+2] ;
707 // printk("WPA2_Rx_eapol-key_info<-----:%x\n",Key_info);
710 // printk("WPA_Rx_eapol-key_info<-----:%x\n",Key_info);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/vt6655/
H A Ddevice_main.c2603 unsigned short Key_info;
2608 Key_info = (skb->data[ETH_HLEN+1+1+2+1] << 8)|(skb->data[ETH_HLEN+1+1+2+2]);
2614 if(!(Key_info & BIT3) && //group-key challenge
2615 (Key_info & BIT8) && (Key_info & BIT9)) { //send 2/2 key

Completed in 103 milliseconds