Hello, i'm trying to set minBE and maxBE values. I'm using the following function, but it does not work.
uint8_t csma_minBE = 2; gnrc_netapi_set(iface, NETOPT_CSMA_MINBE, 0, (uint8_t *)&csma_minBE, sizeof(uint8_t)); I work with Iot-Lab M3 Nodes. Additionally i can't get the default minBE and maxBE values with gnrc_netapi_get() function. Am I doing something wrong? Thanx! Kind regards, Jana
_______________________________________________ users mailing list [email protected] https://lists.riot-os.org/mailman/listinfo/users
