Home
last modified time | relevance | path

Searched refs:octets (Results 1 – 5 of 5) sorted by relevance

/hardware/broadcom/wlan/bcmdhd/dhdutil/include/proto/
D802.11e.h42 uint8 octets[3]; member
91 #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)) | \
/hardware/interfaces/wifi/supplicant/1.0/
Dtypes.hal57 /** 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. */
DISupplicantIface.hal129 * octets encoded in UTF-8).
/hardware/interfaces/wifi/1.0/
Dtypes.hal129 * 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.
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/
Dwlioctl.h3014 uint8 octets[3]; member