Searched refs:discover_state (Results 1 – 1 of 1) sorted by relevance
567 struct brcmf_p2p_disc_st_le discover_state; in brcmf_p2p_set_discover_state() local571 discover_state.state = state; in brcmf_p2p_set_discover_state()572 discover_state.chspec = cpu_to_le16(chanspec); in brcmf_p2p_set_discover_state()573 discover_state.dwell = cpu_to_le16(listen_ms); in brcmf_p2p_set_discover_state()574 ret = brcmf_fil_bsscfg_data_set(ifp, "p2p_state", &discover_state, in brcmf_p2p_set_discover_state()575 sizeof(discover_state)); in brcmf_p2p_set_discover_state()