Searched refs:probe_count (Results 1 – 3 of 3) sorted by relevance
8342 u8 probe_count = 0; local8358 else if (info->channel_6ghz && probe_count != 0)8364 ch_info->pkt_id[probe_count++] = info->id;8365 if (probe_count >= RTW89_SCANOFLD_MAX_SSID)8368 ch_info->num_pkt = probe_count;8398 u8 band, probe_count = 0; local8431 else if (info->channel_6ghz && probe_count != 0)8437 ch_info->pkt_id[probe_count++] = info->id;8438 if (probe_count >= RTW89_SCANOFLD_MAX_SSID)8441 ch_info->num_pkt = probe_count;[all …]
2676 role->probe_count++; in rtw89_mcc_detect_connection()2678 role->probe_count = 0; in rtw89_mcc_detect_connection()2681 if (role->probe_count < RTW89_MCC_PROBE_MAX_TRIES) in rtw89_mcc_detect_connection()
6040 u8 probe_count; member