Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/rtl8723au/core/
Drtw_wlan_util.c34 static unsigned char EPIGRAM_OUI[] = {0x00, 0x90, 0x4c}; variable
1338 } else if (!memcmp(p + 2, EPIGRAM_OUI, 3)) { in check_assoc_AP23a()
/linux-4.4.14/drivers/staging/rtl8188eu/core/
Drtw_wlan_util.c39 static unsigned char EPIGRAM_OUI[] = {0x00, 0x90, 0x4c}; variable
1373 } else if (!memcmp(pIE->data, EPIGRAM_OUI, 3)) { in check_assoc_AP()