Lines Matching refs:pPasswd
177 PQMIWDS_PASSWD pPasswd; in WdsStartNwInterfaceReq() local
226 pPasswd = (PQMIWDS_PASSWD)(pTLV + TLVLength); in WdsStartNwInterfaceReq()
227 pPasswd->TLVType = 0x18; in WdsStartNwInterfaceReq()
228 pPasswd->TLVLength = cpu_to_le16(strlen(profile_password)); in WdsStartNwInterfaceReq()
229 qstrcpy((char *)&pPasswd->Passwd, profile_password); in WdsStartNwInterfaceReq()
230 TLVLength += (le16_to_cpu(pPasswd->TLVLength) + sizeof(QCQMICTL_TLV_HDR)); in WdsStartNwInterfaceReq()
532 PQMIWDS_PASSWD pPasswd = (PQMIWDS_PASSWD)(pTLV + TLVLength); in WdsModifyProfileSettingsReq() local
533 pPasswd->TLVType = 0x1C; in WdsModifyProfileSettingsReq()
534 pPasswd->TLVLength = cpu_to_le16(strlen(profile->password)); in WdsModifyProfileSettingsReq()
535 qstrcpy((char *)&pPasswd->Passwd, profile->password); in WdsModifyProfileSettingsReq()
536 TLVLength +=(le16_to_cpu(pPasswd->TLVLength) + sizeof(QCQMICTL_TLV_HDR)); in WdsModifyProfileSettingsReq()