Searched refs:probe_count (Results 1 – 3 of 3) sorted by relevance
7403 u8 probe_count = 0; local7419 else if (info->channel_6ghz && probe_count != 0)7425 ch_info->pkt_id[probe_count++] = info->id;7426 if (probe_count >= RTW89_SCANOFLD_MAX_SSID)7429 ch_info->num_pkt = probe_count;7458 u8 band, probe_count = 0; local7491 else if (info->channel_6ghz && probe_count != 0)7497 ch_info->pkt_id[probe_count++] = info->id;7498 if (probe_count >= RTW89_SCANOFLD_MAX_SSID)7501 ch_info->num_pkt = probe_count;[all …]
2618 role->probe_count++; in rtw89_mcc_detect_connection()2620 role->probe_count = 0; in rtw89_mcc_detect_connection()2622 if (role->probe_count < RTW89_MCC_PROBE_MAX_TRIES) in rtw89_mcc_detect_connection()
5914 u8 probe_count; member