Searched refs:csa_pos (Results 1 – 1 of 1) sorted by relevance
610 u8 *csa_pos; member698 u8 *csa_pos; in hostapd_probe_resp_fill_elems() local727 csa_pos = hostapd_eid_csa(hapd, pos); in hostapd_probe_resp_fill_elems()728 if (csa_pos != pos) in hostapd_probe_resp_fill_elems()729 params->csa_pos = csa_pos - 1; in hostapd_probe_resp_fill_elems()731 params->csa_pos = NULL; in hostapd_probe_resp_fill_elems()732 pos = csa_pos; in hostapd_probe_resp_fill_elems()754 csa_pos = hostapd_eid_ecsa(hapd, pos); in hostapd_probe_resp_fill_elems()755 if (csa_pos != pos) in hostapd_probe_resp_fill_elems()756 params->ecsa_pos = csa_pos - 1; in hostapd_probe_resp_fill_elems()[all …]