Home
last modified time | relevance | path

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

/hal_espressif-latest/components/wpa_supplicant/src/eap_peer/
Deap_defs.h109 struct eap_expand { struct
/hal_espressif-latest/components/wpa_supplicant/esp_supplicant/src/
Desp_wps.c576 struct eap_expand *expd; in wps_process_wps_mX_req()
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()
607 frag_len = len - (sizeof(struct eap_expand) + 1 + 2); 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()
612 frag_len = len - (sizeof(struct eap_expand) + 1); in wps_process_wps_mX_req()