Searched refs:discover_state (Results 1 – 1 of 1) sorted by relevance
518 struct brcmf_p2p_disc_st_le discover_state; in brcmf_p2p_set_discover_state() local522 discover_state.state = state; in brcmf_p2p_set_discover_state()523 discover_state.chspec = cpu_to_le16(chanspec); in brcmf_p2p_set_discover_state()524 discover_state.dwell = cpu_to_le16(listen_ms); in brcmf_p2p_set_discover_state()525 ret = brcmf_fil_bsscfg_data_set(ifp, "p2p_state", &discover_state, in brcmf_p2p_set_discover_state()526 sizeof(discover_state)); in brcmf_p2p_set_discover_state()