Home | History | Annotate | Download | only in src

Lines Matching defs:miux

409                /* Error : Ill-formed MIUX parameter TLV */
421 /* Error : Ill-formed MIUX parameter TLV */
1136 uint16_t miux;
1161 /* Encode MIUX field, if needed */
1164 miux = (psLinkParams->miu - PHFRINFC_LLCP_MIU_DEFAULT) & PHFRINFC_LLCP_TLV_MIUX_MASK;
1165 pValue[0] = (miux >> 8) & 0xFF;
1166 pValue[1] = miux & 0xFF;