Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/net/wireless/marvell/mwifiex/
Dsta_ioctl.c1330 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()
[all …]