Home
last modified time | relevance | path

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

/nrf_wifi-latest/fw_if/umac_if/src/system/
Drx.c103 ehdr->proto = ((eth_type >> 8) | (eth_type << 8)); in nrf_wifi_convert_amsdu_to_eth()
105 ehdr->proto = len; in nrf_wifi_convert_amsdu_to_eth()
161 ehdr->proto = ((eth_type >> 8) | (eth_type << 8)); in nrf_wifi_convert_to_eth()
163 ehdr->proto = len; in nrf_wifi_convert_to_eth()
/nrf_wifi-latest/fw_if/umac_if/inc/common/
Dfmac_util.h84 unsigned short proto; /* packet type ID field */ member