Searched refs:p2p_oui (Results 1 – 1 of 1) sorted by relevance
/hal_nxp-latest/mcux/middleware/wifi_nxp/wifidriver/ |
D | wifi-uap.c | 2397 const u8 p2p_oui[4] = {0x50, 0x6f, 0x9a, 0x09}; in wifi_get_specific_ie() local 2416 else if (!memcmp(pvendor_ie->vend_hdr.oui, p2p_oui, sizeof(pvendor_ie->vend_hdr.oui)) && in wifi_get_specific_ie() 2417 pvendor_ie->vend_hdr.oui_type == p2p_oui[3]) in wifi_get_specific_ie() 2544 const u8 p2p_oui[4] = {0x50, 0x6f, 0x9a, 0x09}; in wifi_filter_beacon_ies() local 2705 … else if (!memcmp(pvendor_ie->vend_hdr.oui, p2p_oui, sizeof(pvendor_ie->vend_hdr.oui)) && in wifi_filter_beacon_ies() 2706 pvendor_ie->vend_hdr.oui_type == p2p_oui[3]) in wifi_filter_beacon_ies()
|