Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/wpa_supplicant/esp_supplicant/src/
Desp_wps.c785 u16 be_tot_len = 0; in wps_process_wps_mX_req() local
798 be_tot_len = *(u16 *)(ubuf + sizeof(struct eap_expand) + 1); in wps_process_wps_mX_req()
799 tlen = ((be_tot_len & 0xff) << 8) | ((be_tot_len >> 8) & 0xff); in wps_process_wps_mX_req()
807 …ag_len: %d, tot_len: %d, be_tot_len:%d", sm->current_identifier, flag, frag_len, tlen, be_tot_len); in wps_process_wps_mX_req()