Searched refs:wpa_oui (Results 1 – 4 of 4) sorted by relevance
| /drivers/net/wireless/marvell/mwifiex/ |
| A D | sta_ioctl.c | 1313 static const u8 wpa_oui[] = { 0x00, 0x50, 0xf2, 0x01 }; in mwifiex_set_gen_ie_helper() local 1349 if (!memcmp(&pvendor_ie->oui, wpa_oui, in mwifiex_set_gen_ie_helper() 1350 sizeof(wpa_oui))) { in mwifiex_set_gen_ie_helper()
|
| A D | scan.c | 1199 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()
|
| /drivers/staging/rtl8723bs/core/ |
| A D | rtw_ieee80211.c | 608 u8 wpa_oui[4] = {0x0, 0x50, 0xf2, 0x01}; in rtw_get_sec_ie() local 618 if ((authmode == WLAN_EID_VENDOR_SPECIFIC) && (!memcmp(&in_ie[cnt+2], &wpa_oui[0], 4))) { in rtw_get_sec_ie()
|
| /drivers/net/ethernet/toshiba/ |
| A D | ps3_gelic_wireless.c | 386 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()
|
Completed in 19 milliseconds