Home
last modified time | relevance | path

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

/hostap-latest/src/ap/
Dbeacon.c2020 u16 ctl = 0; in hostapd_gen_fils_discovery() local
2027 ctl = (sizeof(hapd->conf->ssid.short_ssid) - 1) | in hostapd_gen_fils_discovery()
2040 ctl |= FD_FRAME_CTL_PRI_CHAN_PRESENT; in hostapd_gen_fils_discovery()
2046 ctl |= FD_FRAME_CTL_RSN_INFO_PRESENT; in hostapd_gen_fils_discovery()
2052 ctl |= FD_FRAME_CTL_MD_PRESENT; in hostapd_gen_fils_discovery()
2084 WPA_PUT_LE16(pos, ctl); in hostapd_gen_fils_discovery()
2106 if (ctl & FD_FRAME_CTL_PRI_CHAN_PRESENT) { in hostapd_gen_fils_discovery()
2116 if (ctl & FD_FRAME_CTL_RSN_INFO_PRESENT) { in hostapd_gen_fils_discovery()
2124 if (ctl & FD_FRAME_CTL_MD_PRESENT) { in hostapd_gen_fils_discovery()