Home
last modified time | relevance | path

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

/openbmc/linux/drivers/staging/rtl8192u/ieee80211/
H A Dieee80211_rx.c1493 network->CountryIeLen = info_element->len; in ieee80211_extract_country_ie()
2016 network->CountryIeLen = 0; in ieee80211_network_init()
2181 dst->CountryIeLen = src->CountryIeLen; in update_network()
2182 memcpy(dst->CountryIeBuf, src->CountryIeBuf, src->CountryIeLen); in update_network()
H A Dieee80211.h1318 u16 CountryIeLen; member
/openbmc/linux/drivers/staging/rtl8192e/
H A Drtllib_rx.c1732 network->CountryIeLen = info_element->len; in rtllib_extract_country_ie()
2278 network->CountryIeLen = 0; in rtllib_network_init()
2437 dst->CountryIeLen = src->CountryIeLen; in update_network()
2438 memcpy(dst->CountryIeBuf, src->CountryIeBuf, src->CountryIeLen); in update_network()
H A Drtllib.h1099 u16 CountryIeLen; member