Lines Matching full:passive
36 * passive : 2 ghz passive bit difinitions
40 struct rtw_regulation_channel *rch, u16 ch, u16 passive) in _convert_ch2g() argument
54 if (passive & shift) in _convert_ch2g()
60 ((property & CH_PASSIVE) ? ", passive" : " " )); in _convert_ch2g()
73 u16 i = 0, ch = 0, passive = 0; in _chnlplan_update_2g() local
97 passive = ((chdef->passive[1] << 8) | (chdef->passive[0])); in _chnlplan_update_2g()
98 _convert_ch2g(rg, &plan->cnt, plan->ch, ch, passive); in _chnlplan_update_2g()
106 u8 group, u16 *ch, u16 *passive, u16 *dfs, u8 *max_num, u8 *ch_start) in _get_5ghz_ch_info() argument
111 *passive = chdef->passive_b1; in _get_5ghz_ch_info()
118 *passive = chdef->passive_b2; in _get_5ghz_ch_info()
126 *passive = ((chdef->passive_b3[1] << 8) | in _get_5ghz_ch_info()
135 *passive = chdef->passive_b4; in _get_5ghz_ch_info()
142 *passive = 0; in _get_5ghz_ch_info()
162 * passive : 5 ghz band passive bit difinitions
169 u16 ch, u16 passive, u16 dfs, u8 max_num, u8 ch_start) in _convert_ch5g() argument
176 PHL_INFO("[REGU], convert 5ghz band-%d channels, from %d, ch=0x%x, passive = 0x%x, dfs=0x%x \n", in _convert_ch5g()
177 band_5g, ch_start, ch, passive, dfs); in _convert_ch5g()
186 if (passive & shift) in _convert_ch5g()
194 ((property & CH_PASSIVE) ? ", passive" : ""), in _convert_ch5g()
211 u16 i = 0, ch = 0, passive = 0, dfs = 0; in _chnlplan_update_5g() local
238 &ch, &passive, &dfs, &max_num, &ch_start); in _chnlplan_update_5g()
240 ch, passive, dfs, max_num, ch_start); in _chnlplan_update_5g()
482 ", passive" : ""), in _display_chplan()
512 u8 group, u16 *ch, u16 *passive, u16 *dfs, u8 *max_num, u8 *ch_start) in _get_5ghz_udef_ch_info() argument
517 *passive = (u16)udef->passive5g & 0xf; in _get_5ghz_udef_ch_info()
524 *passive = (u16)((udef->passive5g & 0xf0) >> 4); in _get_5ghz_udef_ch_info()
531 *passive = (u16)((udef->passive5g & 0xfff00) >> 8); in _get_5ghz_udef_ch_info()
538 *passive = (u16)((udef->passive5g & 0xff00000) >> 20); in _get_5ghz_udef_ch_info()
545 *passive = 0; in _get_5ghz_udef_ch_info()
589 u16 ch = 0, passive = 0, dfs = 0; in rtw_phl_set_user_def_chplan() local
620 passive = udef->passive2g; in rtw_phl_set_user_def_chplan()
621 _convert_ch2g(rg, &plan->cnt, plan->ch, ch, passive); in rtw_phl_set_user_def_chplan()
631 &ch, &passive, &dfs, &max_num, &ch_start); in rtw_phl_set_user_def_chplan()
633 ch, passive, dfs, max_num, ch_start); in rtw_phl_set_user_def_chplan()
935 u16 i = 0, ch = 0, passive = 0, dfs = 0; in rtw_phl_query_specific_chplan() local
977 passive = ((chdef2->passive[1] << 8) | in rtw_phl_query_specific_chplan()
978 (chdef2->passive[0])); in rtw_phl_query_specific_chplan()
979 _convert_ch2g(rg, &plan->cnt, plan->ch, ch, passive); in rtw_phl_query_specific_chplan()
986 _get_5ghz_ch_info(chdef5, group, &ch, &passive, &dfs, in rtw_phl_query_specific_chplan()
989 ch, passive, dfs, max_num, ch_start); in rtw_phl_query_specific_chplan()