Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/wireless/mwifiex/
Dsta_ioctl.c1273 struct ieee_types_vendor_header *pvendor_ie; in mwifiex_set_gen_ie_helper() local
1286 pvendor_ie = (struct ieee_types_vendor_header *) ie_data_ptr; in mwifiex_set_gen_ie_helper()
1288 if (((pvendor_ie->element_id == WLAN_EID_VENDOR_SPECIFIC) && in mwifiex_set_gen_ie_helper()
1289 (!memcmp(pvendor_ie->oui, wpa_oui, sizeof(wpa_oui)))) || in mwifiex_set_gen_ie_helper()
1290 (pvendor_ie->element_id == WLAN_EID_RSN)) { in mwifiex_set_gen_ie_helper()
1297 } else if (pvendor_ie->element_id == WLAN_EID_BSS_AC_ACCESS_DELAY) { in mwifiex_set_gen_ie_helper()
1312 pvendor_ie = (struct ieee_types_vendor_header *) ie_data_ptr; in mwifiex_set_gen_ie_helper()
1313 if ((pvendor_ie->element_id == WLAN_EID_VENDOR_SPECIFIC) && in mwifiex_set_gen_ie_helper()
1314 (!memcmp(pvendor_ie->oui, wps_oui, sizeof(wps_oui)))) { in mwifiex_set_gen_ie_helper()