Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/core/hdd/src/
H A Dwlan_hdd_hostapd.c1933 if (!ap_ctx->country_ie_updated) { in hdd_hostapd_update_beacon_country_ie()
1939 ap_ctx->country_ie_updated = true; in hdd_hostapd_update_beacon_country_ie()
1959 if (ap_ctx->country_ie_updated) { in hdd_hostapd_update_beacon_country_ie()
1964 ap_ctx->country_ie_updated = false; in hdd_hostapd_update_beacon_country_ie()
/wlan-driver/qcacld-3.0/core/hdd/inc/
H A Dwlan_hdd_main.h915 bool country_ie_updated; member