Lines Matching refs:csa_pos
367 u8 *pos, *epos, *csa_pos; in hostapd_gen_probe_resp() local
431 csa_pos = hostapd_eid_csa(hapd, pos); in hostapd_gen_probe_resp()
432 if (csa_pos != pos) in hostapd_gen_probe_resp()
433 hapd->cs_c_off_proberesp = csa_pos - (u8 *) resp - 1; in hostapd_gen_probe_resp()
434 pos = csa_pos; in hostapd_gen_probe_resp()
450 csa_pos = hostapd_eid_ecsa(hapd, pos); in hostapd_gen_probe_resp()
451 if (csa_pos != pos) in hostapd_gen_probe_resp()
452 hapd->cs_c_off_ecsa_proberesp = csa_pos - (u8 *) resp - 1; in hostapd_gen_probe_resp()
453 pos = csa_pos; in hostapd_gen_probe_resp()
960 u8 *pos, *tailpos, *csa_pos; in ieee802_11_build_ap_params() local
1044 csa_pos = hostapd_eid_csa(hapd, tailpos); in ieee802_11_build_ap_params()
1045 if (csa_pos != tailpos) in ieee802_11_build_ap_params()
1046 hapd->cs_c_off_beacon = csa_pos - tail - 1; in ieee802_11_build_ap_params()
1047 tailpos = csa_pos; in ieee802_11_build_ap_params()
1067 csa_pos = hostapd_eid_ecsa(hapd, tailpos); in ieee802_11_build_ap_params()
1068 if (csa_pos != tailpos) in ieee802_11_build_ap_params()
1069 hapd->cs_c_off_ecsa_beacon = csa_pos - tail - 1; in ieee802_11_build_ap_params()
1070 tailpos = csa_pos; in ieee802_11_build_ap_params()