Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/wifi/wifi/relation_services/wifi_hal_service/wifi_hal_module/wpa_supplicant_hal/wpa_sta_hal/
H A Dwifi_common_hal.c57 char *retbuf = strtok(buf, sep); in SendComCmd() local
58 retbuf = strtok(NULL, sep); in SendComCmd()
59 HalCallbackNotify(retbuf); in SendComCmd()
/ohos5.0/foundation/communication/dsoftbus/sdk/transmission/trans_channel/udp/stream/adaptor/include/
H A Dstream_adaptor_listener.h53 char *retbuf = uniptr.get(); in OnStreamReceived() local
62 retStreamData.buf = retbuf; in OnStreamReceived()
66 int32_t ret = ConvertRawStreamData(retbuf, buflen, plainData, retStreamData); in OnStreamReceived()
/ohos5.0/foundation/communication/wifi/wifi/relation_services/wifi_hal_service/wifi_hal_module/wpa_supplicant_hal/wpa_p2p_hal/
H A Dwifi_p2p_hal.c1205 char *retbuf = strtok_r(buf, "*", &ptr); in WpaP2pCliCmdP2pGetChba0Freq() local
1206 if (retbuf != NULL) { in WpaP2pCliCmdP2pGetChba0Freq()
1207 retbuf = strtok_r(NULL, "*", &ptr); in WpaP2pCliCmdP2pGetChba0Freq()
1212 if (retbuf == NULL) { in WpaP2pCliCmdP2pGetChba0Freq()
1216 char *freq = strstr(retbuf, "freq="); in WpaP2pCliCmdP2pGetChba0Freq()
/ohos5.0/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()
975 char *freq = strstr(retbuf, "freq="); in WpaP2pCliCmdP2pGetChba0Freq()