Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/staging/rtl8192u/ieee80211/
Dieee80211_rx.c1492 memcpy(network->CountryIeBuf, info_element->data, info_element->len); in ieee80211_extract_country_ie()
2017 memset(network->CountryIeBuf, 0, MAX_IE_LEN); in ieee80211_network_init()
2182 memcpy(dst->CountryIeBuf, src->CountryIeBuf, src->CountryIeLen); in update_network()
Dieee80211.h1319 u8 CountryIeBuf[MAX_IE_LEN]; member
/Linux-v6.6/drivers/staging/rtl8192e/
Drtllib_rx.c1730 memcpy(network->CountryIeBuf, info_element->data, in rtllib_extract_country_ie()
2279 memset(network->CountryIeBuf, 0, MAX_IE_LEN); in rtllib_network_init()
2438 memcpy(dst->CountryIeBuf, src->CountryIeBuf, src->CountryIeLen); in update_network()
Drtllib.h1100 u8 CountryIeBuf[MAX_IE_LEN]; member