Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/marvell/mwifiex/
H A Dsta_ioctl.c1370 u16 unparsed_len = ie_len, cur_ie_len; in mwifiex_set_gen_ie_helper() local
1384 cur_ie_len = pvendor_ie->len + sizeof(struct ieee_types_header); in mwifiex_set_gen_ie_helper()
1388 mwifiex_set_wpa_ie(priv, (u8 *)pvendor_ie, cur_ie_len); in mwifiex_set_gen_ie_helper()
1396 cur_ie_len); in mwifiex_set_gen_ie_helper()
1409 cur_ie_len); in mwifiex_set_gen_ie_helper()
1423 cur_ie_len); in mwifiex_set_gen_ie_helper()
1433 if (cur_ie_len < in mwifiex_set_gen_ie_helper()
1439 (u8 *)pvendor_ie, cur_ie_len); in mwifiex_set_gen_ie_helper()
1443 priv->gen_ie_buf_len += cur_ie_len; in mwifiex_set_gen_ie_helper()
1447 unparsed_len -= cur_ie_len; in mwifiex_set_gen_ie_helper()
[all …]