Lines Matching refs:ie_len
219 u8 ie_len, add_plid = 0; in mesh_mpm_send_plink_action() local
329 ie_len = 4; in mesh_mpm_send_plink_action()
331 ie_len += PMKID_LEN; in mesh_mpm_send_plink_action()
336 ie_len += 2; in mesh_mpm_send_plink_action()
340 ie_len += 2; in mesh_mpm_send_plink_action()
342 ie_len += 2; /* reason code */ in mesh_mpm_send_plink_action()
347 wpabuf_put_u8(buf, ie_len); in mesh_mpm_send_plink_action()
1166 size_t ie_len; in mesh_mpm_action_rx() local
1180 ie_len = (const u8 *) mgmt + len - in mesh_mpm_action_rx()
1184 if (ie_len < 2 + 2) { in mesh_mpm_action_rx()
1187 action_field, (unsigned int) ie_len); in mesh_mpm_action_rx()
1196 ie_len -= 2; in mesh_mpm_action_rx()
1202 ie_len -= 2; in mesh_mpm_action_rx()
1206 if (ieee802_11_parse_elems(ies, ie_len, &elems, 0) == ParseFailed) { in mesh_mpm_action_rx()
1281 ies, ie_len); in mesh_mpm_action_rx()