Searched refs:RSN_IE (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rt2860/sta/
H A Dassoc.c505 *(u16 *)& pAd->StaCfg.RSN_IE[pAd->
510 RSN_IE[pAd->StaCfg.
524 pAd->StaCfg.RSN_IE,
531 pAd->StaCfg.RSN_IE,
551 pAd->StaCfg.RSN_IE,
1064 NdisZeroMemory(pAd->MacTab.Content[BSSID_WCID].RSN_IE,
1067 /* Store appropriate RSN_IE for WPA SM negotiation later */
1093 RSN_IE, pVIE,
1098 ("AssocPostProc===> Store RSN_IE for WPA SM negotiation \n"));
1111 RSN_IE, pVI
[all...]
H A Dsync.c1784 pAd->StaCfg.RSN_IE,
H A Dconnect.c2581 pAd->StaCfg.RSNIE_Len, pAd->StaCfg.RSN_IE,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rt2860/common/
H A Dcmm_wpa.c547 rsnie_ptr = pAd->StaCfg.RSN_IE;
1877 NdisZeroMemory(pAd->StaCfg.RSN_IE, MAX_LEN_OF_RSNIE);
1881 pRsnIe = pAd->StaCfg.RSN_IE;
2070 (pVIE, pEntry->RSN_IE, pEntry->RSNIE_Len))
2082 && (pEid->Eid == pEntry->RSN_IE[0])
2086 (pEid->Octet, &pEntry->RSN_IE[2],
2148 ("RSN_IE Different in msg %d of 4-way handshake!\n",
2150 hex_dump("Receive RSN_IE ", pKeyData, KeyDataLen);
2151 hex_dump("Desired RSN_IE ", pEntry->RSN_IE,
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rt2860/
H A Dsta_ioctl.c2107 NdisMoveMemory(&pAd->StaCfg.RSN_IE[0], extra,
2112 NdisZeroMemory(&pAd->StaCfg.RSN_IE[0], MAX_LEN_OF_RSNIE);
2137 memcpy(extra, &pAd->StaCfg.RSN_IE[0], pAd->StaCfg.RSNIE_Len);
2151 memcpy(extra + 2, &pAd->StaCfg.RSN_IE[0],
H A Drtmp.h1432 u8 RSN_IE[MAX_LEN_OF_RSNIE]; /* The content saved here should be little-endian format. */ member in struct:rt_sta_admin_config
1542 u8 RSN_IE[MAX_LEN_OF_RSNIE]; member in struct:rt_mac_table_entry

Completed in 95 milliseconds