Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/middleware/wifi_nxp/wifidriver/incl/
Dmlan_api.h308 int wifi_get_eeprom_data(uint32_t offset, uint32_t byte_count, uint8_t *buf);
Dmlan_ioctl.h3406 t_u16 byte_count; member
Dmlan_fw.h5686 t_u16 byte_count;
/hal_nxp-latest/mcux/middleware/wifi_nxp/wifidriver/
Dmlan_sta_cmd.c1408 cmd_eeprom->byte_count = wlan_cpu_to_le16(rd_eeprom->byte_count);
Dmlan_api.c170 int wifi_get_eeprom_data(uint32_t offset, uint32_t byte_count, uint8_t *buf) in wifi_get_eeprom_data() argument
174 eeprom_rd.byte_count = byte_count; in wifi_get_eeprom_data()
Dmlan_glue.c3617 (void)memcpy((void *)buf, (const void *)&eeprom->value, eeprom->byte_count); in wifi_process_cmd_response()