Home
last modified time | relevance | path

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

/OK3568_Linux_fs/app/forlinx/quectelCM/
H A DQMIThread.c177 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()
[all …]