Lines Matching full:regulation

78 	if (f->regulation >= REGULATION_MAX)  in _chnlplan_update_2g()
92 rg->regulation_2g = f->regulation; in _chnlplan_update_2g()
217 if (f->regulation >= REGULATION_MAX) in _chnlplan_update_5g()
231 rg->regulation_5g = f->regulation; in _chnlplan_update_5g()
432 rg = &phl_info->regulation; in _regulation_valid()
498 PHL_ERR("[REGULATION] sending message failed (evt_id: %u) \n", evt_id); in _phl_regulation_send_msg()
597 rg = &phl_info->regulation; in rtw_phl_set_user_def_chplan()
694 rg = &phl_info->regulation; in rtw_phl_regulation_set_domain()
740 * Set regulation by 2bytes country code
767 rg = &phl_info->regulation; in rtw_phl_regulation_set_country()
804 * Query current regulation channel plan
827 rg = &phl_info->regulation; in rtw_phl_regulation_set_capability()
843 * Query current regulation channel plan
848 * filter : struct rtw_chlist *, used to filter regulation channels
850 * - result will be the intersection of regulation channel plan and
854 * true : regulation query successfully, caller can check result
856 * false : regulation query fail
875 rg = &phl_info->regulation; in rtw_phl_regulation_query_chplan()
913 * Query specific regulation channel plan by domain code
920 * true : regulation query successfully, caller can check result
922 * false : regulation query fail
966 rg = &phl_info->regulation; in rtw_phl_query_specific_chplan()
1002 * Query basic regulation info
1009 * true : regulation query successfully, caller can check result
1011 * false : regulation query fail
1026 rg = &phl_info->regulation; in rtw_phl_query_regulation_info()
1095 * Used to check if channel is in regulation channel list
1103 * true : channel is in regulation list and not rejected
1104 * false : query regulation failed or channel is not in regulation
1120 rg = &phl_info->regulation; in rtw_phl_regulation_valid_channel()
1137 * Used to check if channel is a regulation DFS channel
1145 * true : regulation query successfully, caller can check result
1147 * false : regulation fail
1162 rg = &phl_info->regulation; in rtw_phl_regulation_dfs_channel()
1180 * Query regulation channel
1188 * true : regulation query successfully, caller can check result
1190 * false : regulation query fail
1204 rg = &phl_info->regulation; in rtw_phl_regulation_query_ch()
1226 return rdmap[did].freq_2g.regulation; in rtw_phl_get_domain_regulation_2g()
1240 return rdmap[did].freq_5g.regulation; in rtw_phl_get_domain_regulation_5g()