Searched refs:P2P_OUI (Results 1 – 4 of 4) sorted by relevance
/linux-4.1.27/drivers/net/wireless/brcm80211/brcmfmac/ |
D | p2p.c | 60 #define P2P_OUI "\x50\x6F\x9A" /* P2P OUI */ macro 238 memcmp(pact_frm->oui, P2P_OUI, P2P_OUI_LEN) == 0) in brcmf_p2p_is_pub_action() 265 memcmp(act_frm->oui, P2P_OUI, P2P_OUI_LEN) == 0) in brcmf_p2p_is_p2p_action()
|
/linux-4.1.27/drivers/staging/rtl8188eu/include/ |
D | rtw_mlme_ext.h | 101 extern unsigned char P2P_OUI[];
|
/linux-4.1.27/drivers/staging/rtl8188eu/core/ |
D | rtw_ap.c | 1348 else if (!memcmp(P2P_OUI, oui, 4)) in update_bcn_vendor_spec_ie()
|
D | rtw_mlme_ext.c | 74 unsigned char P2P_OUI[] = {0x50, 0x6F, 0x9A, 0x09}; variable 1725 if (!memcmp(frame_body + 2, P2P_OUI, 4)) in on_action_public_vendor()
|