Searched refs:enable_11d (Results 1 – 2 of 2) sorted by relevance
3368 bool enable_11d; in hdd_we_set_11d_state() local3377 enable_11d = true; in hdd_we_set_11d_state()3380 enable_11d = false; in hdd_we_set_11d_state()3386 status = ucfg_mlme_set_11d_enabled(hdd_ctx->psoc, enable_11d); in hdd_we_set_11d_state()3390 hdd_debug("11D state=%d", enable_11d); in hdd_we_set_11d_state()
341 static int enable_11d = -1; variable13906 if (0 == enable_11d || 1 == enable_11d) { in hdd_override_ini_config()13907 status = ucfg_mlme_set_11d_enabled(hdd_ctx->psoc, enable_11d); in hdd_override_ini_config()22219 module_param(enable_11d, int, S_IRUSR | S_IRGRP | S_IROTH);