Searched refs:pvendor_ie (Results 1 – 1 of 1) sorted by relevance
1294 struct ieee_types_vendor_header *pvendor_ie; in mwifiex_set_gen_ie_helper() local1307 pvendor_ie = (struct ieee_types_vendor_header *) ie_data_ptr; in mwifiex_set_gen_ie_helper()1309 if (((pvendor_ie->element_id == WLAN_EID_VENDOR_SPECIFIC) && in mwifiex_set_gen_ie_helper()1310 (!memcmp(pvendor_ie->oui, wpa_oui, sizeof(wpa_oui)))) || in mwifiex_set_gen_ie_helper()1311 (pvendor_ie->element_id == WLAN_EID_RSN)) { in mwifiex_set_gen_ie_helper()1318 } else if (pvendor_ie->element_id == WLAN_EID_BSS_AC_ACCESS_DELAY) { in mwifiex_set_gen_ie_helper()1333 pvendor_ie = (struct ieee_types_vendor_header *) ie_data_ptr; in mwifiex_set_gen_ie_helper()1334 if ((pvendor_ie->element_id == WLAN_EID_VENDOR_SPECIFIC) && in mwifiex_set_gen_ie_helper()1335 (!memcmp(pvendor_ie->oui, wps_oui, sizeof(wps_oui)))) { in mwifiex_set_gen_ie_helper()