Lines Matching refs:pvendor_ie
1327 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()
1368 mwifiex_set_wpa_ie(priv, (u8 *)pvendor_ie, in mwifiex_set_gen_ie_helper()
1374 if (!memcmp(&pvendor_ie->oui, wps_oui, in mwifiex_set_gen_ie_helper()
1382 mwifiex_set_wps_ie(priv, (u8 *)pvendor_ie, in mwifiex_set_gen_ie_helper()
1399 (u8 *)pvendor_ie, cur_ie_len); in mwifiex_set_gen_ie_helper()
1410 pvendor_ie = NULL; in mwifiex_set_gen_ie_helper()
1412 pvendor_ie = (struct ieee_types_vendor_header *) in mwifiex_set_gen_ie_helper()
1413 (((u8 *)pvendor_ie) + cur_ie_len); in mwifiex_set_gen_ie_helper()