Home
last modified time | relevance | path

Searched refs:ie_setbuf (Results 1 – 1 of 1) sorted by relevance

/hal_infineon-3.4.0/wifi-host-driver/WiFi_Host_Driver/src/
Dwhd_wifi_api.c3328 vndr_ie_setbuf_t *ie_setbuf; in whd_wifi_manage_custom_ie() local
3363 ie_setbuf = (vndr_ie_setbuf_t *)(iovar_data + 1); in whd_wifi_manage_custom_ie()
3368 memcpy( (char *)ie_setbuf->cmd, "add", 3 ); in whd_wifi_manage_custom_ie()
3372 memcpy( (char *)ie_setbuf->cmd, "del", 3 ); in whd_wifi_manage_custom_ie()
3374 ie_setbuf->cmd[3] = 0; in whd_wifi_manage_custom_ie()
3377 ie_setbuf->vndr_ie_buffer.iecount = (int32_t)htod32(1); in whd_wifi_manage_custom_ie()
3379 ie_setbuf->vndr_ie_buffer.vndr_ie_list[0].pktflag = htod32(which_packets); in whd_wifi_manage_custom_ie()
3380 ie_setbuf->vndr_ie_buffer.vndr_ie_list[0].vndr_ie_data.id = 0xdd; in whd_wifi_manage_custom_ie()
3381 ie_setbuf->vndr_ie_buffer.vndr_ie_list[0].vndr_ie_data.len = in whd_wifi_manage_custom_ie()
3382 …( uint8_t )(length + sizeof(ie_setbuf->vndr_ie_buffer.vndr_ie_list[0].vndr_ie_data.oui) + 1); … in whd_wifi_manage_custom_ie()
[all …]