Lines Matching refs:param
79 radarset(struct radarhandler *radar, int op, u_int32_t param) in radarset() argument
103 pe.pe_enabled = param; in radarset()
106 pe.pe_firpwr = param; in radarset()
109 pe.pe_rrssi = param; in radarset()
112 pe.pe_height = param; in radarset()
115 pe.pe_prssi = param; in radarset()
118 pe.pe_inband = param; in radarset()
121 pe.pe_relpwr = param; in radarset()
124 pe.pe_relstep = param; in radarset()
127 pe.pe_maxlen = param; in radarset()
130 pe.pe_usefir128 = param; in radarset()
133 pe.pe_blockradar = param; in radarset()
136 pe.pe_enmaxrssi = param; in radarset()
139 pe.pe_extchannel = param; in radarset()
142 pe.pe_enrelpwr = param; in radarset()
145 pe.pe_en_relstep_check = param; in radarset()
193 radar_set_param(struct radarhandler *radar, const char *param, in radar_set_param() argument
200 if (strcmp(param, "enabled") == 0) { in radar_set_param()
202 } else if (strcmp(param, "firpwr") == 0) { in radar_set_param()
204 } else if (strcmp(param, "rrssi") == 0) { in radar_set_param()
206 } else if (strcmp(param, "height") == 0) { in radar_set_param()
208 } else if (strcmp(param, "prssi") == 0) { in radar_set_param()
210 } else if (strcmp(param, "inband") == 0) { in radar_set_param()
212 } else if (strcmp(param, "relpwr") == 0) { in radar_set_param()
214 } else if (strcmp(param, "relstep") == 0) { in radar_set_param()
216 } else if (strcmp(param, "maxlen") == 0) { in radar_set_param()
218 } else if (strcmp(param, "usefir128") == 0) { in radar_set_param()
220 } else if (strcmp(param, "blockradar") == 0) { in radar_set_param()
222 } else if (strcmp(param, "enmaxrssi") == 0) { in radar_set_param()
224 } else if (strcmp(param, "extchannel") == 0) { in radar_set_param()
226 } else if (strcmp(param, "enrelpwr") == 0) { in radar_set_param()
228 } else if (strcmp(param, "en_relstep_check") == 0) { in radar_set_param()