Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/wireless/marvell/mwifiex/
Dsta_ioctl.c1317 u16 unparsed_len = ie_len, cur_ie_len; in mwifiex_set_gen_ie_helper() local
1331 cur_ie_len = pvendor_ie->len + sizeof(struct ieee_types_header); in mwifiex_set_gen_ie_helper()
1335 mwifiex_set_wpa_ie(priv, (u8 *)pvendor_ie, cur_ie_len); in mwifiex_set_gen_ie_helper()
1343 cur_ie_len); in mwifiex_set_gen_ie_helper()
1356 cur_ie_len); in mwifiex_set_gen_ie_helper()
1370 cur_ie_len); in mwifiex_set_gen_ie_helper()
1380 if (cur_ie_len < in mwifiex_set_gen_ie_helper()
1386 (u8 *)pvendor_ie, cur_ie_len); in mwifiex_set_gen_ie_helper()
1390 priv->gen_ie_buf_len += cur_ie_len; in mwifiex_set_gen_ie_helper()
1394 unparsed_len -= cur_ie_len; in mwifiex_set_gen_ie_helper()
[all …]