Lines Matching refs:pvendor_ie
1314 struct ieee_types_vendor_header *pvendor_ie; in mwifiex_set_gen_ie_helper() local
1328 pvendor_ie = (struct ieee_types_vendor_header *) ie_data_ptr; in mwifiex_set_gen_ie_helper()
1330 while (pvendor_ie) { in mwifiex_set_gen_ie_helper()
1331 cur_ie_len = pvendor_ie->len + sizeof(struct ieee_types_header); in mwifiex_set_gen_ie_helper()
1333 if (pvendor_ie->element_id == WLAN_EID_RSN) { in mwifiex_set_gen_ie_helper()
1335 mwifiex_set_wpa_ie(priv, (u8 *)pvendor_ie, cur_ie_len); in mwifiex_set_gen_ie_helper()
1340 if (pvendor_ie->element_id == WLAN_EID_BSS_AC_ACCESS_DELAY) { in mwifiex_set_gen_ie_helper()
1342 mwifiex_set_wapi_ie(priv, (u8 *)pvendor_ie, in mwifiex_set_gen_ie_helper()
1347 if (pvendor_ie->element_id == WLAN_EID_VENDOR_SPECIFIC) { in mwifiex_set_gen_ie_helper()
1351 if (!memcmp(pvendor_ie->oui, wpa_oui, in mwifiex_set_gen_ie_helper()
1355 mwifiex_set_wpa_ie(priv, (u8 *)pvendor_ie, in mwifiex_set_gen_ie_helper()
1361 if (!memcmp(pvendor_ie->oui, wps_oui, in mwifiex_set_gen_ie_helper()
1369 mwifiex_set_wps_ie(priv, (u8 *)pvendor_ie, in mwifiex_set_gen_ie_helper()
1386 (u8 *)pvendor_ie, cur_ie_len); in mwifiex_set_gen_ie_helper()
1397 pvendor_ie = NULL; in mwifiex_set_gen_ie_helper()
1399 pvendor_ie = (struct ieee_types_vendor_header *) in mwifiex_set_gen_ie_helper()
1400 (((u8 *)pvendor_ie) + cur_ie_len); in mwifiex_set_gen_ie_helper()