Lines Matching refs:probe_send_count
129 if (ifmgd->probe_send_count) in ieee80211_sta_reset_conn_monitor()
130 ifmgd->probe_send_count = 0; in ieee80211_sta_reset_conn_monitor()
2536 !sdata->u.mgd.probe_send_count) in ieee80211_sta_tx_notify()
2540 sdata->u.mgd.probe_send_count = 0; in ieee80211_sta_tx_notify()
2573 if (ifmgd->probe_send_count >= unicast_limit) in ieee80211_mgd_probe_ap_send()
2583 ifmgd->probe_send_count++; in ieee80211_mgd_probe_ap_send()
2596 ifmgd->probe_send_count--; in ieee80211_mgd_probe_ap_send()
2673 ifmgd->probe_send_count = 0; in ieee80211_mgd_probe_ap()
4577 if (!ifmgd->probe_send_count) in ieee80211_sta_work()
4580 if (ifmgd->probe_send_count < max_tries) { in ieee80211_sta_work()
4583 bssid, ifmgd->probe_send_count, in ieee80211_sta_work()
4602 } else if (ifmgd->probe_send_count < max_tries) { in ieee80211_sta_work()
4606 ifmgd->probe_send_count, max_tries); in ieee80211_sta_work()