Home
last modified time | relevance | path

Searched refs:ds_params (Results 1 – 7 of 7) sorted by relevance

/NextBSD/contrib/wpa/src/ap/
HDap_list.c201 if (elems->ds_params) in ap_list_process_beacon()
202 ap->channel = elems->ds_params[0]; in ap_list_process_beacon()
HDbeacon.c702 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()
/NextBSD/contrib/wpa/src/common/
HDieee802_11_common.h26 const u8 *ds_params; member
HDieee802_11_common.c231 elems->ds_params = pos; in ieee802_11_parse_elems()
/NextBSD/contrib/wpa/src/p2p/
HDp2p_parse.c519 if (elems.ds_params) in p2p_parse_ies()
520 msg->ds_params = elems.ds_params; in p2p_parse_ies()
HDp2p.c795 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()
HDp2p_i.h617 const u8 *ds_params; member