Home
last modified time | relevance | path

Searched refs:pwAuthAlgorithm (Results 1 – 3 of 3) sorted by relevance

/drivers/staging/vt6655/
D80211mgr.c840 pFrame->pwAuthAlgorithm = (unsigned short *) in vMgrEncodeAuthen()
874 pFrame->pwAuthAlgorithm = (unsigned short *) in vMgrDecodeAuthen()
Dwmgr.c1092 *(sFrame.pwAuthAlgorithm) = cpu_to_le16(WLAN_AUTH_ALG_SHAREDKEY); in vMgrAuthenBeginSta()
1094 *(sFrame.pwAuthAlgorithm) = cpu_to_le16(WLAN_AUTH_ALG_OPENSYSTEM); in vMgrAuthenBeginSta()
1268 *(sFrame.pwAuthAlgorithm) = *(pFrame->pwAuthAlgorithm); in s_vMgrRxAuthenSequence_1()
1271 if (cpu_to_le16(*(pFrame->pwAuthAlgorithm)) == WLAN_AUTH_ALG_SHAREDKEY) { in s_vMgrRxAuthenSequence_1()
1333 switch (cpu_to_le16((*(pFrame->pwAuthAlgorithm)))) { in s_vMgrRxAuthenSequence_2()
1367 *(sFrame.pwAuthAlgorithm) = *(pFrame->pwAuthAlgorithm); in s_vMgrRxAuthenSequence_2()
1390 cpu_to_le16((*(pFrame->pwAuthAlgorithm)))); in s_vMgrRxAuthenSequence_2()
1465 *(sFrame.pwAuthAlgorithm) = *(pFrame->pwAuthAlgorithm); in s_vMgrRxAuthenSequence_3()
D80211mgr.h600 unsigned short *pwAuthAlgorithm; member