Searched refs:nprobes (Results 1 – 3 of 3) sorted by relevance
375 __le32 nprobes; /* -1 use default, number of probes per channel */ member419 __le32 nprobes; /* -1 use default, number of probes per channel */ member517 __le32 nprobes; /* -1 use default, nr of probes per channel */ member
651 s32 nprobes; in brcmf_p2p_escan() local732 nprobes = active / WL_SCAN_JOIN_PROBE_INTERVAL_MS; in brcmf_p2p_escan()734 nprobes = active / P2PAPI_SCAN_NPROBS_TIME_MS; in brcmf_p2p_escan()737 if (nprobes <= 0) in brcmf_p2p_escan()738 nprobes = 1; in brcmf_p2p_escan()740 brcmf_dbg(INFO, "nprobes # %d, active_time %d\n", nprobes, active); in brcmf_p2p_escan()742 sparams->nprobes = cpu_to_le32(nprobes); in brcmf_p2p_escan()
1057 params_le->nprobes = params_v2_le->nprobes; in brcmf_scan_params_v2_to_v1()1098 params_le->nprobes = cpu_to_le32(-1); in brcmf_escan_prep()2547 ext_join_params->scan_le.nprobes = in brcmf_cfg80211_connect()2553 ext_join_params->scan_le.nprobes = cpu_to_le32(-1); in brcmf_cfg80211_connect()