Searched refs:pwAuthAlgorithm (Results 1 – 3 of 3) sorted by relevance
840 pFrame->pwAuthAlgorithm = (unsigned short *) in vMgrEncodeAuthen()874 pFrame->pwAuthAlgorithm = (unsigned short *) in vMgrDecodeAuthen()
1092 *(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()
600 unsigned short *pwAuthAlgorithm; member