Lines Matching refs:cur_ie_len
1330 u16 unparsed_len = ie_len, cur_ie_len; in mwifiex_set_gen_ie_helper() local
1344 cur_ie_len = pvendor_ie->len + sizeof(struct ieee_types_header); in mwifiex_set_gen_ie_helper()
1348 mwifiex_set_wpa_ie(priv, (u8 *)pvendor_ie, cur_ie_len); in mwifiex_set_gen_ie_helper()
1356 cur_ie_len); in mwifiex_set_gen_ie_helper()
1369 cur_ie_len); in mwifiex_set_gen_ie_helper()
1383 cur_ie_len); in mwifiex_set_gen_ie_helper()
1393 if (cur_ie_len < in mwifiex_set_gen_ie_helper()
1399 (u8 *)pvendor_ie, cur_ie_len); in mwifiex_set_gen_ie_helper()
1403 priv->gen_ie_buf_len += cur_ie_len; in mwifiex_set_gen_ie_helper()
1407 unparsed_len -= cur_ie_len; in mwifiex_set_gen_ie_helper()
1413 (((u8 *)pvendor_ie) + cur_ie_len); in mwifiex_set_gen_ie_helper()