Searched refs:discover_state (Results 1 – 1 of 1) sorted by relevance
529 struct brcmf_p2p_disc_st_le discover_state; in brcmf_p2p_set_discover_state() local533 discover_state.state = state; in brcmf_p2p_set_discover_state()534 discover_state.chspec = cpu_to_le16(chanspec); in brcmf_p2p_set_discover_state()535 discover_state.dwell = cpu_to_le16(listen_ms); in brcmf_p2p_set_discover_state()536 ret = brcmf_fil_bsscfg_data_set(ifp, "p2p_state", &discover_state, in brcmf_p2p_set_discover_state()537 sizeof(discover_state)); in brcmf_p2p_set_discover_state()