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