Searched refs:nprobes (Results 1 – 3 of 3) sorted by relevance
302 __le32 nprobes; /* -1 use default, number of probes per channel */ member392 __le32 nprobes; /* -1 use default, nr of probes per channel */ member
638 s32 nprobes; in brcmf_p2p_escan() local726 nprobes = active / WL_SCAN_JOIN_PROBE_INTERVAL_MS; in brcmf_p2p_escan()728 nprobes = active / P2PAPI_SCAN_NPROBS_TIME_MS; in brcmf_p2p_escan()731 if (nprobes <= 0) in brcmf_p2p_escan()732 nprobes = 1; in brcmf_p2p_escan()734 brcmf_dbg(INFO, "nprobes # %d, active_time %d\n", nprobes, active); in brcmf_p2p_escan()736 sparams->nprobes = cpu_to_le32(nprobes); in brcmf_p2p_escan()
693 params_le.nprobes = cpu_to_le32(1); in brcmf_notify_escan_complete()881 params_le->nprobes = cpu_to_le32(-1); in brcmf_escan_prep()1878 ext_join_params->scan_le.nprobes = in brcmf_cfg80211_connect()1884 ext_join_params->scan_le.nprobes = cpu_to_le32(-1); in brcmf_cfg80211_connect()