Searched refs:payload (Results 1 – 1 of 1) sorted by relevance
40 unsigned char *payload = NULL; in nrf_wifi_util_rx_get_eth_type() local42 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() local52 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()