Searched refs:octets (Results 1 – 8 of 8) 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) */
72 /** Peer MTU (in octets) */
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