Searched refs:profile_user (Results 1 – 1 of 1) sorted by relevance
183 const char *profile_user = profile->user; in WdsStartNwInterfaceReq() local187 …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()