Searched refs:oui (Results 1 – 9 of 9) sorted by relevance
| /hal_infineon-latest/wifi-host-driver/WiFi_Host_Driver/inc/ |
| D | whd_events.h | 141 uint8_t oui[3]; /**< Organizationally Unique Identifier */ member
|
| D | whd_wifi_api.h | 852 const uint8_t *oui, uint8_t subtype, const void *data,
|
| /hal_infineon-latest/wifi-host-driver/WiFi_Host_Driver/src/include/ |
| D | whd_chip.h | 188 uint8_t oui[4]; member
|
| D | whd_events_int.h | 458 uint8_t oui[3]; /** OUI */ member
|
| D | whd_wlioctl.h | 1539 uint8_t oui[3]; member 3710 uint8_t oui[3]; member
|
| /hal_infineon-latest/wifi-host-driver/WiFi_Host_Driver/src/ |
| D | whd_utils.c | 85 (memcmp(ie->oui, WPA_OUI_TYPE1, sizeof(ie->oui) ) == 0) ) in whd_is_wpa_ie()
|
| D | whd_sdpcm.c | 109 uint8_t oui[3]; /** Broadcom OUI */ member
|
| D | whd_wifi_api.c | 3354 …t whd_wifi_manage_custom_ie(whd_interface_t ifp, whd_custom_ie_action_t action, const uint8_t *oui, in whd_wifi_manage_custom_ie() argument 3362 if (!ifp || !oui || !data) in whd_wifi_manage_custom_ie() 3386 whd_assert("Bad Args", oui != NULL); in whd_wifi_manage_custom_ie() 3412 …( uint8_t )(length + sizeof(ie_setbuf->vndr_ie_buffer.vndr_ie_list[0].vndr_ie_data.oui) + 1); … in whd_wifi_manage_custom_ie() 3415 …memcpy(ie_setbuf->vndr_ie_buffer.vndr_ie_list[0].vndr_ie_data.oui, oui, (size_t)WIFI_IE_OUI_LENGTH… in whd_wifi_manage_custom_ie()
|
| D | whd_cdc_bdc.c | 649 if (0 != memcmp(BRCM_OUI, &event->eth_evt_hdr.oui[0], (size_t)DOT11_OUI_LEN) ) in whd_process_bdc_event()
|