Searched refs:eap_expand (Results 1 – 2 of 2) sorted by relevance
109 struct eap_expand { struct
576 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()