Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/marvell/mwifiex/
H A Dsta_ioctl.c1368 static const u8 wpa_oui[] = { 0x00, 0x50, 0xf2, 0x01 }; in mwifiex_set_gen_ie_helper() local
1404 if (!memcmp(&pvendor_ie->oui, wpa_oui, in mwifiex_set_gen_ie_helper()
1405 sizeof(wpa_oui))) { in mwifiex_set_gen_ie_helper()
H A Dscan.c1199 const u8 wpa_oui[4] = { 0x00, 0x50, 0xf2, 0x01 }; in mwifiex_update_bss_desc_with_ie() local
1343 if (element_len < sizeof(wpa_oui)) in mwifiex_update_bss_desc_with_ie()
1346 if (!memcmp(&vendor_ie->vend_hdr.oui, wpa_oui, in mwifiex_update_bss_desc_with_ie()
1347 sizeof(wpa_oui))) { in mwifiex_update_bss_desc_with_ie()
/linux/drivers/staging/rtl8723bs/core/
H A Drtw_ieee80211.c611 u8 wpa_oui[4] = {0x0, 0x50, 0xf2, 0x01}; in rtw_get_sec_ie() local
622 (!memcmp(&in_ie[cnt + 2], &wpa_oui[0], 4))) { in rtw_get_sec_ie()
/linux/drivers/net/ethernet/toshiba/
H A Dps3_gelic_wireless.c386 static const u8 wpa_oui[OUI_LEN] = { 0x00, 0x50, 0xf2 }; variable
437 oui_header = wpa_oui; in gelic_wl_synthesize_ie()
450 memcpy(buf, wpa_oui, OUI_LEN); in gelic_wl_synthesize_ie()
533 !memcmp(pos, wpa_oui, OUI_LEN) && in gelic_wl_parse_ie()