Searched refs:pvendor_ie (Results 1 – 1 of 1) sorted by relevance
1314 struct ieee_types_vendor_header *pvendor_ie; in mwifiex_set_gen_ie_helper() local1328 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()[all …]