Searched refs:pvendor_ie (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/net/wireless/marvell/mwifiex/
H A Dsta_ioctl.c1315 struct ieee_types_vendor_header *pvendor_ie; local
1329 pvendor_ie = (struct ieee_types_vendor_header *) ie_data_ptr;
1331 while (pvendor_ie) {
1332 cur_ie_len = pvendor_ie->len + sizeof(struct ieee_types_header);
1334 if (pvendor_ie->element_id == WLAN_EID_RSN) {
1336 mwifiex_set_wpa_ie(priv, (u8 *)pvendor_ie, cur_ie_len);
1341 if (pvendor_ie->element_id == WLAN_EID_BSS_AC_ACCESS_DELAY) {
1343 mwifiex_set_wapi_ie(priv, (u8 *)pvendor_ie,
1348 if (pvendor_ie->element_id == WLAN_EID_VENDOR_SPECIFIC) {
1352 if (!memcmp(&pvendor_ie
[all...]

Completed in 215 milliseconds