Home
last modified time | relevance | path

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

/nrf_wifi-latest/fw_if/umac_if/src/common/
Dfmac_util.c40 unsigned char *payload = NULL; in nrf_wifi_util_rx_get_eth_type() local
42 payload = (unsigned char *)nwb; in nrf_wifi_util_rx_get_eth_type()
44 return payload[6] << 8 | payload[7]; in nrf_wifi_util_rx_get_eth_type()
50 unsigned char *payload = NULL; in nrf_wifi_util_tx_get_eth_type() local
52 payload = (unsigned char *)nwb; in nrf_wifi_util_tx_get_eth_type()
54 return payload[12] << 8 | payload[13]; in nrf_wifi_util_tx_get_eth_type()