Searched refs:max_probe_tries (Results 1 - 1 of 1) sorted by relevance

/linux-4.4.14/net/mac80211/
H A Dmlme.c49 static int max_probe_tries = 5; variable
50 module_param(max_probe_tries, int, 0644);
51 MODULE_PARM_DESC(max_probe_tries,
2244 u8 unicast_limit = max(1, max_probe_tries - 3); ieee80211_mgd_probe_ap_send()
3908 max_tries = max_probe_tries; ieee80211_sta_work()

Completed in 84 milliseconds