Home
last modified time | relevance | path

Searched refs:MAX_LEN_OF_RSNIE (Results 1 – 6 of 6) sorted by relevance

/linux-2.6.39/drivers/staging/rt2860/
Dwpa.h52 #define LEN_EAPOL_KEY_MSG (sizeof(struct rt_key_descripter) - MAX_LEN_OF_RSNIE)
99 #define MAX_LEN_OF_RSNIE 255 macro
225 u8 KeyData[MAX_LEN_OF_RSNIE];
Dsta_ioctl.c2097 if (wrqu->data.length > MAX_LEN_OF_RSNIE || in rt_ioctl_siwgenie()
2108 NdisZeroMemory(&pAd->StaCfg.RSN_IE[0], MAX_LEN_OF_RSNIE); in rt_ioctl_siwgenie()
Drtmp.h1425 u8 RSN_IE[MAX_LEN_OF_RSNIE]; /* The content saved here should be little-endian format. */
1535 u8 RSN_IE[MAX_LEN_OF_RSNIE];
/linux-2.6.39/drivers/staging/rt2860/common/
Dcmm_wpa.c540 sizeof(struct rt_key_descripter) - MAX_LEN_OF_RSNIE - 2)) in PeerPairMsg1Action()
638 sizeof(struct rt_key_descripter) - MAX_LEN_OF_RSNIE - 2)) in PeerPairMsg2Action()
745 sizeof(struct rt_key_descripter) - MAX_LEN_OF_RSNIE - 2)) in PeerPairMsg3Action()
891 sizeof(struct rt_key_descripter) - MAX_LEN_OF_RSNIE - 2)) in PeerPairMsg4Action()
1152 MAX_LEN_OF_RSNIE - 2)) in PeerGroupMsg2Action()
1877 NdisZeroMemory(pAd->StaCfg.RSN_IE, MAX_LEN_OF_RSNIE); in RTMPMakeRSNIE()
Dcmm_sanity.c1020 u8 mic[LEN_KEY_DESC_MIC], digest[80], KEYDATA[MAX_LEN_OF_RSNIE]; in PeerWpaMessageSanity()
/linux-2.6.39/drivers/staging/rt2860/sta/
Dassoc.c1063 MAX_LEN_OF_RSNIE); in AssocPostProc()