Searched refs:ds_params (Results 1 – 7 of 7) sorted by relevance
201 if (elems->ds_params) in ap_list_process_beacon()202 ap->channel = elems->ds_params[0]; in ap_list_process_beacon()
702 if (elems.ds_params && in handle_probe_req()706 hapd->iconf->channel != elems.ds_params[0]) { in handle_probe_req()709 hapd->iconf->channel, elems.ds_params[0]); in handle_probe_req()
26 const u8 *ds_params; member
231 elems->ds_params = pos; in ieee802_11_parse_elems()
519 if (elems.ds_params) in p2p_parse_ies()520 msg->ds_params = elems.ds_params; in p2p_parse_ies()
795 if (freq >= 2412 && freq <= 2484 && msg.ds_params && in p2p_add_device()796 *msg.ds_params >= 1 && *msg.ds_params <= 14) { in p2p_add_device()798 if (*msg.ds_params == 14) in p2p_add_device()801 ds_freq = 2407 + *msg.ds_params * 5; in p2p_add_device()813 freq, msg.ds_params ? *msg.ds_params : -1); in p2p_add_device()
617 const u8 *ds_params; member