Home
last modified time | relevance | path

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

/openbmc/phosphor-net-ipmid/command/
H A Dchannel_auth.hpp61 uint8_t anonymousLogin:1; member
84 uint8_t anonymousLogin:1; member
H A Dchannel_auth.cpp78 response->anonymousLogin = 0; // Anonymous Login disabled in GetChannelCapabilities()
/openbmc/phosphor-host-ipmid/user_channel/
H A Dusercommands.cpp435 constexpr bool anonymousLogin = false; // Anonymous login - not supported in ipmiGetChannelAuthenticationCapabilities() local
448 channel, rmcpAuthTypes, reserved3, extDataSupport, anonymousLogin, in ipmiGetChannelAuthenticationCapabilities()