|
bool | nrf_wifi_util_is_multicast_addr (const unsigned char *addr) |
|
bool | nrf_wifi_util_is_unicast_addr (const unsigned char *addr) |
|
bool | nrf_wifi_util_ether_addr_equal (const unsigned char *addr_1, const unsigned char *addr_2) |
|
int | nrf_wifi_util_get_tid (struct nrf_wifi_fmac_dev_ctx *fmac_dev_ctx, void *nwb) |
|
int | nrf_wifi_util_get_vif_indx (struct nrf_wifi_fmac_dev_ctx *fmac_dev_ctx, const unsigned char *mac_addr) |
|
unsigned char * | nrf_wifi_util_get_ra (struct nrf_wifi_fmac_vif_ctx *vif, void *nwb) |
|
unsigned char * | nrf_wifi_util_get_src (struct nrf_wifi_fmac_dev_ctx *fmac_dev_ctx, void *nwb) |
|
unsigned char * | nrf_wifi_util_get_dest (struct nrf_wifi_fmac_dev_ctx *fmac_dev_ctx, void *nwb) |
|
unsigned short | nrf_wifi_util_tx_get_eth_type (struct nrf_wifi_fmac_dev_ctx *fmac_dev_ctx, void *nwb) |
|
unsigned short | nrf_wifi_util_rx_get_eth_type (struct nrf_wifi_fmac_dev_ctx *fmac_dev_ctx, void *nwb) |
|
int | nrf_wifi_util_get_skip_header_bytes (unsigned short eth_type) |
|
void | nrf_wifi_util_convert_to_eth (struct nrf_wifi_fmac_dev_ctx *fmac_dev_ctx, void *nwb, struct nrf_wifi_fmac_ieee80211_hdr *hdr, unsigned short eth_type) |
|
void | nrf_wifi_util_rx_convert_amsdu_to_eth (struct nrf_wifi_fmac_dev_ctx *fmac_dev_ctx, void *nwb) |
|
bool | nrf_wifi_util_is_arr_zero (unsigned char *arr, unsigned int arr_sz) |
|
void * | wifi_fmac_priv (struct nrf_wifi_fmac_priv *def) |
|
void * | wifi_dev_priv (struct nrf_wifi_fmac_dev_ctx *def) |
|