Lines Matching full:oui
51 #define P2P_OUI "\x50\x6F\x9A" /* P2P OUI */
52 #define P2P_OUI_LEN 3 /* P2P OUI length */
71 /* WiFi P2P Public Action Frame OUI Subtypes */
83 /* WiFi P2P Action Frame OUI Subtypes */
148 * @oui: P2P_OUI
149 * @oui_type: OUI type - P2P_VER
150 * @subtype: OUI subtype - P2P_TYPE_*
157 u8 oui[3]; member
168 * @oui: OUI - P2P_OUI
169 * @type: OUI Type - P2P_VER
170 * @subtype: OUI Subtype - P2P_AF_*
176 u8 oui[3]; member
234 memcmp(pact_frm->oui, P2P_OUI, P2P_OUI_LEN) == 0) in brcmf_p2p_is_pub_action()
261 memcmp(act_frm->oui, P2P_OUI, P2P_OUI_LEN) == 0) in brcmf_p2p_is_p2p_action()