Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/wireless/intersil/hostap/
Dhostap_ap.c34 static int other_ap_policy[MAX_PARM_DEVICES] = { AP_OTHER_AP_SKIP_ALL, variable
36 module_param_array(other_ap_policy, int, NULL, 0444);
37 MODULE_PARM_DESC(other_ap_policy, "Other AP beacon monitoring policy (0-3)");
803 ap->ap_policy = GET_INT_PARM(other_ap_policy, local->card_idx); in hostap_init_data()