Home
last modified time | relevance | path

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

/OK3568_Linux_fs/app/forlinx/quectelCM/
H A DQMIThread.c183 const char *profile_user = profile->user; in WdsStartNwInterfaceReq() local
187 …if (s_is_cdma && (profile_user == NULL || profile_user[0] == '\0') && (profile_password == NULL ||… in WdsStartNwInterfaceReq()
188 profile_user = "ctnet@mycdma.cn"; in WdsStartNwInterfaceReq()
216 if (profile_user) { in WdsStartNwInterfaceReq()
219 pUserName->TLVLength = cpu_to_le16(strlen(profile_user)); in WdsStartNwInterfaceReq()
220 qstrcpy((char *)&pUserName->UserName, profile_user); in WdsStartNwInterfaceReq()
234 if (profile_user && profile_password) { in WdsStartNwInterfaceReq()