Searched refs:octets (Results 1 – 12 of 12) sorted by relevance
42 uint8 octets[3]; member91 #define WLC_CAC_GET_TID(pt) ((((pt).octets[0]) & TS_INFO_TID_MASK) >> TS_INFO_TID_SHIFT)92 #define WLC_CAC_GET_DIR(pt) ((((pt).octets[0]) & \94 #define WLC_CAC_GET_PSB(pt) ((((pt).octets[1]) & TS_INFO_PSB_MASK) >> TS_INFO_PSB_SHIFT)95 #define WLC_CAC_GET_USER_PRIO(pt) ((((pt).octets[1]) & \98 #define WLC_CAC_SET_TID(pt, id) ((((pt).octets[0]) & (~TS_INFO_TID_MASK)) | \100 #define WLC_CAC_SET_USER_PRIO(pt, prio) ((((pt).octets[0]) & (~TS_INFO_USER_PRIO_MASK)) | \
57 /** SSID type. Max of 32 octets representing service identifier of a network. */60 /** MAC Address type. 6 octets representing physical address of a device. */63 /** BSSID type. 6 octets representing the physical address of an AP. */
129 * octets encoded in UTF-8).
65 * @return transmittedOctets the number of audio data octets that were sent66 * to a remote device. This excludes octets that have been written to the
236 /** Peer MTU (in octets) */
42 * Mac Address type. 6 octets representing physical address of a device.
72 /** Peer MTU (in octets) */
72 /* length in octets of a codec frame */
2354 auto octets = CodecSpecificCapabilitiesLtv::SupportedOctetsPerCodecFrame(); in GetDefaultRemoteSinkCapability() local2355 octets.min = 0; in GetDefaultRemoteSinkCapability()2356 octets.max = 120; in GetDefaultRemoteSinkCapability()2360 octets, frames}; in GetDefaultRemoteSinkCapability()2386 auto octets = CodecSpecificCapabilitiesLtv::SupportedOctetsPerCodecFrame(); in GetDefaultRemoteSourceCapability() local2387 octets.min = 0; in GetDefaultRemoteSourceCapability()2388 octets.max = 120; in GetDefaultRemoteSourceCapability()2392 octets, frames}; in GetDefaultRemoteSourceCapability()4187 auto octets = CodecSpecificCapabilitiesLtv::SupportedOctetsPerCodecFrame(); in GetDefaultBroadcastSinkCapability() local4188 octets.min = 0; in GetDefaultBroadcastSinkCapability()[all …]
1116 CodecSpecificConfigurationLtv::OctetsPerCodecFrame octets; in getBroadcastSettings() local1117 octets.value = transport.bitdepth[0]; in getBroadcastSettings()1121 octets, in getBroadcastSettings()
129 * Mac Address type. 6 octets representing physical address of a device.134 * SSID type. 32 octets representing the network.139 * BSSID type. 6 octets representing the physical address of an AP.
3014 uint8 octets[3]; member