Searched refs:authTypeSupported (Results 1 – 4 of 4) sorted by relevance
119 Cc getChannelAuthTypeSupported(const uint8_t chNum, uint8_t& authTypeSupported) in getChannelAuthTypeSupported() argument122 chNum, authTypeSupported); in getChannelAuthTypeSupported()
187 uint8_t authTypeSupported; member337 Cc getChannelAuthTypeSupported(const uint8_t chNum, uint8_t& authTypeSupported);
405 uint8_t authTypeSupported = channelData[chNum].chInfo.authTypeSupported; in isValidAuthType() local406 if (!(authTypeSupported & (1 << static_cast<uint8_t>(authType)))) in isValidAuthType()664 uint8_t& authTypeSupported) in getChannelAuthTypeSupported() argument672 authTypeSupported = channelData[chNum].chInfo.authTypeSupported; in getChannelAuthTypeSupported()875 channelData[chNum].chInfo.authTypeSupported = defaultAuthType; in setDefaultChannelConfig()992 chData.chInfo.authTypeSupported = defaultAuthType; in loadChannelConfig()
202 * @param[out] authTypeSupported - supported authentication type207 uint8_t& authTypeSupported);