Searched refs:profile_password (Results 1 – 1 of 1) sorted by relevance
184 const char *profile_password = profile->password; in WdsStartNwInterfaceReq() local187 …(profile_user == NULL || profile_user[0] == '\0') && (profile_password == NULL || profile_password… in WdsStartNwInterfaceReq()189 profile_password = "vnet.mobi"; in WdsStartNwInterfaceReq()225 if (profile_password) { in WdsStartNwInterfaceReq()228 pPasswd->TLVLength = cpu_to_le16(strlen(profile_password)); in WdsStartNwInterfaceReq()229 qstrcpy((char *)&pPasswd->Passwd, profile_password); in WdsStartNwInterfaceReq()234 if (profile_user && profile_password) { in WdsStartNwInterfaceReq()