Lines Matching refs:probe_send_count
130 if (ifmgd->probe_send_count) in ieee80211_sta_reset_conn_monitor()
131 ifmgd->probe_send_count = 0; in ieee80211_sta_reset_conn_monitor()
2540 !sdata->u.mgd.probe_send_count) in ieee80211_sta_tx_notify()
2544 sdata->u.mgd.probe_send_count = 0; in ieee80211_sta_tx_notify()
2577 if (ifmgd->probe_send_count >= unicast_limit) in ieee80211_mgd_probe_ap_send()
2587 ifmgd->probe_send_count++; in ieee80211_mgd_probe_ap_send()
2600 ifmgd->probe_send_count--; in ieee80211_mgd_probe_ap_send()
2677 ifmgd->probe_send_count = 0; in ieee80211_mgd_probe_ap()
4603 if (!ifmgd->probe_send_count) in ieee80211_sta_work()
4606 if (ifmgd->probe_send_count < max_tries) { in ieee80211_sta_work()
4609 bssid, ifmgd->probe_send_count, in ieee80211_sta_work()
4628 } else if (ifmgd->probe_send_count < max_tries) { in ieee80211_sta_work()
4632 ifmgd->probe_send_count, max_tries); in ieee80211_sta_work()