Searched refs:uncst_oui (Results 1 - 1 of 1) sorted by relevance
/linux-4.1.27/drivers/staging/rtl8712/ |
H A D | rtl871x_mlme.c | 1376 u8 sec_ie[255], uncst_oui[4], bkup_ie[255]; r8712_restruct_sec_ie() local 1388 uncst_oui[0] = 0x0; r8712_restruct_sec_ie() 1389 uncst_oui[1] = 0x50; r8712_restruct_sec_ie() 1390 uncst_oui[2] = 0xf2; r8712_restruct_sec_ie() 1395 uncst_oui[0] = 0x0; r8712_restruct_sec_ie() 1396 uncst_oui[1] = 0x0f; r8712_restruct_sec_ie() 1397 uncst_oui[2] = 0xac; r8712_restruct_sec_ie() 1402 uncst_oui[3] = 0x1; r8712_restruct_sec_ie() 1406 uncst_oui[3] = 0x2; r8712_restruct_sec_ie() 1410 uncst_oui[3] = 0x4; r8712_restruct_sec_ie() 1490 &uncst_oui[0], 4)) { r8712_restruct_sec_ie() 1494 } /*else the uncst_oui is match*/ r8712_restruct_sec_ie() 1496 /*select the uncst_oui and remove r8712_restruct_sec_ie() 1497 * the other uncst_oui*/ r8712_restruct_sec_ie() 1501 memcpy(&sec_ie[14], &uncst_oui[0], 4); r8712_restruct_sec_ie() 1521 if (!memcmp(&sec_ie[4], &uncst_oui[0], 3)) { r8712_restruct_sec_ie() 1552 &uncst_oui[0], 4)) { r8712_restruct_sec_ie() 1555 } /*else the uncst_oui is match*/ r8712_restruct_sec_ie() 1557 /*select the uncst_oui and remove the r8712_restruct_sec_ie() 1558 * other uncst_oui*/ r8712_restruct_sec_ie() 1562 memcpy(&sec_ie[10], &uncst_oui[0], 4); r8712_restruct_sec_ie()
|
Completed in 58 milliseconds