Home
last modified time | relevance | path

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

/OK3568_Linux_fs/app/forlinx/quectelCM/
H A DQMIThread.c176 PQMIWDS_USERNAME pUserName; in WdsStartNwInterfaceReq() local
217 pUserName = (PQMIWDS_USERNAME)(pTLV + TLVLength); in WdsStartNwInterfaceReq()
218 pUserName->TLVType = 0x17; in WdsStartNwInterfaceReq()
219 pUserName->TLVLength = cpu_to_le16(strlen(profile_user)); in WdsStartNwInterfaceReq()
220 qstrcpy((char *)&pUserName->UserName, profile_user); in WdsStartNwInterfaceReq()
221 TLVLength += (le16_to_cpu(pUserName->TLVLength) + sizeof(QCQMICTL_TLV_HDR)); in WdsStartNwInterfaceReq()
523 PQMIWDS_USERNAME pUserName = (PQMIWDS_USERNAME)(pTLV + TLVLength); in WdsModifyProfileSettingsReq() local
524 pUserName->TLVType = 0x1B; in WdsModifyProfileSettingsReq()
525 pUserName->TLVLength = cpu_to_le16(strlen(profile->user)); in WdsModifyProfileSettingsReq()
526 qstrcpy((char *)&pUserName->UserName, profile->user); in WdsModifyProfileSettingsReq()
[all …]