Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/marvell/mwifiex/
H A Dsta_ioctl.c1318 u16 unparsed_len = ie_len, cur_ie_len; in mwifiex_set_gen_ie_helper() local
1332 cur_ie_len = pvendor_ie->len + sizeof(struct ieee_types_header); in mwifiex_set_gen_ie_helper()
1336 mwifiex_set_wpa_ie(priv, (u8 *)pvendor_ie, cur_ie_len); in mwifiex_set_gen_ie_helper()
1344 cur_ie_len); in mwifiex_set_gen_ie_helper()
1357 cur_ie_len); in mwifiex_set_gen_ie_helper()
1371 cur_ie_len); in mwifiex_set_gen_ie_helper()
1381 if (cur_ie_len < in mwifiex_set_gen_ie_helper()
1387 (u8 *)pvendor_ie, cur_ie_len); in mwifiex_set_gen_ie_helper()
1391 priv->gen_ie_buf_len += cur_ie_len; in mwifiex_set_gen_ie_helper()
1395 unparsed_len -= cur_ie_len; in mwifiex_set_gen_ie_helper()
[all …]