Searched refs:pvendor_ie (Results 1 – 1 of 1) sorted by relevance
1305 struct ieee_types_vendor_header *pvendor_ie; in mwifiex_set_gen_ie_helper() local1318 pvendor_ie = (struct ieee_types_vendor_header *) ie_data_ptr; in mwifiex_set_gen_ie_helper()1320 if (((pvendor_ie->element_id == WLAN_EID_VENDOR_SPECIFIC) && in mwifiex_set_gen_ie_helper()1321 (!memcmp(&pvendor_ie->oui, wpa_oui, sizeof(wpa_oui)))) || in mwifiex_set_gen_ie_helper()1322 (pvendor_ie->element_id == WLAN_EID_RSN)) { in mwifiex_set_gen_ie_helper()1329 } else if (pvendor_ie->element_id == WLAN_EID_BSS_AC_ACCESS_DELAY) { in mwifiex_set_gen_ie_helper()1344 pvendor_ie = (struct ieee_types_vendor_header *) ie_data_ptr; in mwifiex_set_gen_ie_helper()1345 if ((pvendor_ie->element_id == WLAN_EID_VENDOR_SPECIFIC) && in mwifiex_set_gen_ie_helper()1346 (!memcmp(&pvendor_ie->oui, wps_oui, sizeof(wps_oui)))) { in mwifiex_set_gen_ie_helper()