Home | History | Annotate | Download | only in src

Lines Matching refs:miux

409                /* Error : Ill-formed MIUX parameter TLV */
421 /* Error : Ill-formed MIUX parameter TLV */
1124 uint16_t miux;
1149 /* Encode MIUX field, if needed */
1152 miux = (psLinkParams->miu - PHFRINFC_LLCP_MIU_DEFAULT) & PHFRINFC_LLCP_TLV_MIUX_MASK;
1153 pValue[0] = (miux >> 8) & 0xFF;
1154 pValue[1] = miux & 0xFF;