Home
last modified time | relevance | path

Searched refs:retbuf (Results 1 - 1 of 1) sorted by relevance

/drivers/peripheral/wlan/wpa/interfaces/hdi_service/service_common/
H A Dwpa_p2p_hal.c968 char *retbuf = strtok_r(buf, "*", &ptr); in WpaP2pCliCmdP2pGetChba0Freq() local
969 if (retbuf != NULL) { in WpaP2pCliCmdP2pGetChba0Freq()
970 retbuf = strtok_r(NULL, "*", &ptr); in WpaP2pCliCmdP2pGetChba0Freq()
972 HDF_LOGE("retbuf is null"); in WpaP2pCliCmdP2pGetChba0Freq()
975 char *freq = strstr(retbuf, "freq="); in WpaP2pCliCmdP2pGetChba0Freq()

Completed in 2 milliseconds