Searched defs:p2p_oui_ie_type (Results 1 - 1 of 1) sorted by relevance

/drivers/net/wireless/rtlwifi/
H A Dps.c726 static u8 p2p_oui_ie_type[4] = {0x50, 0x6f, 0x9a, 0x09}; local
738 if (memcmp(&pos[2], p2p_oui_ie_type, 4) == 0) {
826 static u8 p2p_oui_ie_type[4] = {0x50, 0x6f, 0x9a, 0x09}; local
833 if (memcmp(&pos[1], p2p_oui_ie_type, 4) == 0)

Completed in 54 milliseconds