Home
last modified time | relevance | path

Searched refs:rbuf (Results 1 – 2 of 2) sorted by relevance

/hal_espressif-3.6.0/components/esp_hw_support/test/
Dtest_ahb_arb.c138 static void sendRecvBufDma(uint16_t *sbuf, uint16_t *rbuf, int len) in sendRecvBufDma() argument
153 dmaDesc[1].buf = (uint8_t *)rbuf; in sendRecvBufDma()
196 uint16_t *rbuf = malloc(DMALEN * 2); in tskLcd() local
206 rbuf[x] = 0; //clear rbuf in tskLcd()
208 sendRecvBufDma(sbuf, rbuf, DMALEN); in tskLcd()
211 for (x = 0; x < DMALEN; x++) if (rbuf[x] != (x ^ xorval)) { in tskLcd()
212 printf("Rxbuf err! pos %d val %x xor %x", x, (int)rbuf[x], (int)xorval); in tskLcd()
/hal_espressif-3.6.0/components/wpa_supplicant/src/rsn_supp/
Dwpa.c289 u8 bssid[ETH_ALEN], *rbuf, *key_mic; in wpa_sm_key_request() local
310 rbuf = wpa_sm_alloc_eapol(sm, IEEE802_1X_TYPE_EAPOL_KEY, NULL, in wpa_sm_key_request()
312 if (rbuf == NULL) in wpa_sm_key_request()
348 ETH_P_EAPOL, rbuf, rlen, key_mic); in wpa_sm_key_request()
349 wpa_sm_free_eapol(rbuf); in wpa_sm_key_request()
543 u8 *rbuf, *key_mic; in wpa_supplicant_send_2_of_4() local
557 rbuf = wpa_sm_alloc_eapol(sm, IEEE802_1X_TYPE_EAPOL_KEY, in wpa_supplicant_send_2_of_4()
560 if (rbuf == NULL) { in wpa_supplicant_send_2_of_4()
591 rbuf, rlen, key_mic); in wpa_supplicant_send_2_of_4()
592 wpa_sm_free_eapol(rbuf); in wpa_supplicant_send_2_of_4()
[all …]