Searched refs:discover_state (Results 1 – 1 of 1) sorted by relevance
541 struct brcmf_p2p_disc_st_le discover_state; in brcmf_p2p_set_discover_state() local545 discover_state.state = state; in brcmf_p2p_set_discover_state()546 discover_state.chspec = cpu_to_le16(chanspec); in brcmf_p2p_set_discover_state()547 discover_state.dwell = cpu_to_le16(listen_ms); in brcmf_p2p_set_discover_state()548 ret = brcmf_fil_bsscfg_data_set(ifp, "p2p_state", &discover_state, in brcmf_p2p_set_discover_state()549 sizeof(discover_state)); in brcmf_p2p_set_discover_state()