Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/net/wireless/marvell/mwifiex/
Dsta_ioctl.c1327 struct ieee_types_vendor_header *pvendor_ie; in mwifiex_set_gen_ie_helper() local
1341 pvendor_ie = (struct ieee_types_vendor_header *) ie_data_ptr; in mwifiex_set_gen_ie_helper()
1343 while (pvendor_ie) { in mwifiex_set_gen_ie_helper()
1344 cur_ie_len = pvendor_ie->len + sizeof(struct ieee_types_header); in mwifiex_set_gen_ie_helper()
1346 if (pvendor_ie->element_id == WLAN_EID_RSN) { in mwifiex_set_gen_ie_helper()
1348 mwifiex_set_wpa_ie(priv, (u8 *)pvendor_ie, cur_ie_len); in mwifiex_set_gen_ie_helper()
1353 if (pvendor_ie->element_id == WLAN_EID_BSS_AC_ACCESS_DELAY) { in mwifiex_set_gen_ie_helper()
1355 mwifiex_set_wapi_ie(priv, (u8 *)pvendor_ie, in mwifiex_set_gen_ie_helper()
1360 if (pvendor_ie->element_id == WLAN_EID_VENDOR_SPECIFIC) { in mwifiex_set_gen_ie_helper()
1364 if (!memcmp(&pvendor_ie->oui, wpa_oui, in mwifiex_set_gen_ie_helper()
[all …]