Home
last modified time | relevance | path

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

/linux/net/mac80211/
H A Dmlme.c137 if (ifmgd->probe_send_count) in ieee80211_sta_reset_conn_monitor()
138 ifmgd->probe_send_count = 0; in ieee80211_sta_reset_conn_monitor()
4367 !sdata->u.mgd.probe_send_count) in ieee80211_sta_tx_notify()
4371 sdata->u.mgd.probe_send_count = 0; in ieee80211_sta_tx_notify()
4405 if (ifmgd->probe_send_count >= unicast_limit) in ieee80211_mgd_probe_ap_send()
4415 ifmgd->probe_send_count++; in ieee80211_mgd_probe_ap_send()
4489 ifmgd->probe_send_count = 0; in ieee80211_mgd_probe_ap()
8503 if (!ifmgd->probe_send_count) in ieee80211_sta_work()
8506 if (ifmgd->probe_send_count < max_tries) { in ieee80211_sta_work()
8509 bssid, ifmgd->probe_send_count, in ieee80211_sta_work()
[all …]
H A Dieee80211_i.h532 int probe_send_count; member