1.3.5.3.75 MLME_SET_REQUEST Function Pointer

C

typedef void (*MLME_SET_REQUEST)(uint16_t pibAttrib, void *pibValue, 
    uint8_t pibSize);

Summary

Function pointer to request to set a new value for a given PIB attribute of the MAC layer.

Description

This function pointer is used to request to set a new value for a given PIB attribute of the MAC layer.

  • pibAttribute - PIB attribute
  • pibValue - PIB attribute value

  • pibSize - PIB attribute value size

Remarks

None.