Searched refs:authTypeSupported (Results 1 – 4 of 4) sorted by relevance
126 Cc getChannelAuthTypeSupported(const uint8_t chNum, uint8_t& authTypeSupported) in getChannelAuthTypeSupported() argument129 chNum, authTypeSupported); in getChannelAuthTypeSupported()
198 uint8_t authTypeSupported; member348 Cc getChannelAuthTypeSupported(const uint8_t chNum, uint8_t& authTypeSupported);
401 uint8_t authTypeSupported = channelData[chNum].chInfo.authTypeSupported; in isValidAuthType() local402 if (!(authTypeSupported & (1 << static_cast<uint8_t>(authType)))) in isValidAuthType()667 uint8_t& authTypeSupported) in getChannelAuthTypeSupported() argument677 authTypeSupported = channelData[chNum].chInfo.authTypeSupported; in getChannelAuthTypeSupported()881 channelData[chNum].chInfo.authTypeSupported = defaultAuthType; in setDefaultChannelConfig()998 chData.chInfo.authTypeSupported = defaultAuthType; in loadChannelConfig()
207 uint8_t& authTypeSupported);