Home | History | Annotate | Download | only in wpa_supplicant

Lines Matching defs:pref

2878 	struct p2p_channel *pref = NULL, *n;
2893 n = os_realloc_array(pref, num + 1,
2897 pref = n;
2898 pref[num].op_class = op_class;
2899 pref[num].chan = chan;
2909 config->p2p_pref_chan = pref;
2918 os_free(pref);