Home
last modified time | relevance | path

Searched refs:restriction_mask (Results 1 – 11 of 11) sorted by relevance

/wlan-driver/qcacld-3.0/core/hdd/src/
H A Dwlan_hdd_avoid_freq_ext.c129 avoid_freq_list.restriction_mask = nla_get_u32(tb[sub_id]); in __wlan_hdd_cfg80211_avoid_freq_ext()
131 if (avoid_freq_list.restriction_mask & BIT(NL80211_IFTYPE_AP)) in __wlan_hdd_cfg80211_avoid_freq_ext()
132 avoid_freq_list.restriction_mask = (1 << QDF_SAP_MODE); in __wlan_hdd_cfg80211_avoid_freq_ext()
198 avoid_freq_list.restriction_mask); in __wlan_hdd_cfg80211_avoid_freq_ext()
H A Dwlan_hdd_regulatory.c1323 uint32_t restriction_mask; in hdd_ch_avoid_ind() local
1337 restriction_mask = wlan_hdd_get_restriction_mask(hdd_ctxt); in hdd_ch_avoid_ind()
1398 restriction_mask)) in hdd_ch_avoid_ind()
H A Dwlan_hdd_hostapd.c3746 return hdd_ctx->coex_avoid_freq_list.restriction_mask; in wlan_hdd_get_sap_restriction_mask()
3768 uint32_t restriction_mask; in hdd_stop_sap_set_tx_power() local
3785 restriction_mask = wlan_hdd_get_sap_restriction_mask(hdd_ctx); in hdd_stop_sap_set_tx_power()
3790 hdd_debug("Restriction_mask %d CSA reason %d ", restriction_mask, in hdd_stop_sap_set_tx_power()
3794 if (restriction_mask & BIT(QDF_SAP_MODE)) { in hdd_stop_sap_set_tx_power()
H A Dwlan_hdd_main.c13287 return hdd_ctx->restriction_mask; in wlan_hdd_get_restriction_mask()
13292 hdd_ctx->restriction_mask = in wlan_hdd_set_restriction_mask()
13293 hdd_ctx->coex_avoid_freq_list.restriction_mask; in wlan_hdd_set_restriction_mask()
13665 uint16_t local_unsafe_list_count, uint32_t restriction_mask) in hdd_local_unsafe_channel_updated() argument
13687 (restriction_mask == in hdd_local_unsafe_channel_updated()
/wlan-driver/qcacld-3.0/core/sap/src/
H A Dsap_internal.h248 uint32_t restriction_mask; member
/wlan-driver/qcacld-3.0/components/cmn_services/policy_mgr/src/
H A Dwlan_policy_mgr_action.c1747 unsigned long restriction_mask; in policy_mgr_is_safe_channel() local
1758 restriction_mask = in policy_mgr_is_safe_channel()
1762 (qdf_test_bit(QDF_SAP_MODE, &restriction_mask) || in policy_mgr_is_safe_channel()
1766 policy_mgr_warn("Freq %d is not safe, restriction mask %lu", ch_freq, restriction_mask); in policy_mgr_is_safe_channel()
1777 unsigned long restriction_mask; in policy_mgr_restrict_sap_on_unsafe_chan() local
1785 restriction_mask = in policy_mgr_restrict_sap_on_unsafe_chan()
1787 return qdf_test_bit(QDF_SAP_MODE, &restriction_mask); in policy_mgr_restrict_sap_on_unsafe_chan()
H A Dwlan_policy_mgr_i.h437 uint32_t restriction_mask; member
H A Dwlan_policy_mgr_pcl.c522 pm_ctx->restriction_mask = freq_list->restriction_mask; in policy_mgr_set_freq_restriction_mask()
528 return pm_ctx->restriction_mask; in policy_mgr_get_freq_restriction_mask()
/wlan-driver/qca-wifi-host-cmn/umac/regulatory/dispatcher/inc/
H A Dreg_services_public_struct.h1780 uint32_t restriction_mask; member
/wlan-driver/qcacld-3.0/core/hdd/inc/
H A Dwlan_hdd_main.h2114 uint32_t restriction_mask; member
4329 uint32_t restriction_mask);
/wlan-driver/qca-wifi-host-cmn/umac/regulatory/core/src/
H A Dreg_services_common.c8726 psoc_priv_obj->avoid_freq_ext_list.restriction_mask = in reg_process_ch_avoid_ext_event()
8727 ch_avoid_event->restriction_mask; in reg_process_ch_avoid_ext_event()