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()
727 if (elems.ds_params && in handle_probe_req()731 hapd->iconf->channel != elems.ds_params[0]) { in handle_probe_req()734 hapd->iconf->channel, elems.ds_params[0]); in handle_probe_req()
28 const u8 *ds_params; member
236 elems->ds_params = pos; in ieee802_11_parse_elems()
530 if (elems.ds_params) in p2p_parse_ies()531 msg->ds_params = elems.ds_params; in p2p_parse_ies()
797 if (freq >= 2412 && freq <= 2484 && msg.ds_params && in p2p_add_device()798 *msg.ds_params >= 1 && *msg.ds_params <= 14) { in p2p_add_device()800 if (*msg.ds_params == 14) in p2p_add_device()803 ds_freq = 2407 + *msg.ds_params * 5; in p2p_add_device()815 freq, msg.ds_params ? *msg.ds_params : -1); in p2p_add_device()
629 const u8 *ds_params; member