Home
last modified time | relevance | path

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

/hal_espressif-latest/components/wpa_supplicant/esp_supplicant/src/
Desp_wps.c572 int wps_process_wps_mX_req(u8 *ubuf, int len, enum wps_process_res *res) in wps_process_wps_mX_req() argument
587 expd = (struct eap_expand *) ubuf; in wps_process_wps_mX_req()
604 flag = *(u8 *)(ubuf + sizeof(struct eap_expand)); in wps_process_wps_mX_req()
606 tbuf = ubuf + sizeof(struct eap_expand) + 1 + 2;//two bytes total length in wps_process_wps_mX_req()
608 be_tot_len = *(u16 *)(ubuf + sizeof(struct eap_expand) + 1); in wps_process_wps_mX_req()
611 tbuf = ubuf + sizeof(struct eap_expand) + 1; in wps_process_wps_mX_req()