nRF WiFi
Loading...
Searching...
No Matches

◆ nrf_wifi_osal_strlen()

unsigned int nrf_wifi_osal_strlen ( const void * str)

Gives the length of the string str.

Parameters
strPointer to the memory location of the string.

Calculates the length of the string pointed to by str.

Returns
The number of bytes of the string str.