Searched refs:pPasswd (Results 1 – 1 of 1) sorted by relevance
177 PQMIWDS_PASSWD pPasswd; in WdsStartNwInterfaceReq() local226 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() local533 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()[all …]