Home
last modified time | relevance | path

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

/hostap-latest/src/ap/
Dbeacon.c82 hapd->iconf->preamble == LONG_PREAMBLE) in ieee802_11_erp_info()
2569 params->preamble = hapd->iface->num_sta_no_short_preamble == 0 && in ieee802_11_build_ap_params()
2570 hapd->iconf->preamble == SHORT_PREAMBLE; in ieee802_11_build_ap_params()
Dap_config.h1079 } preamble; member
Dieee802_11.c296 hapd->iconf->preamble == SHORT_PREAMBLE) in hostapd_own_capab_info()
/hostap-latest/src/drivers/
Ddriver.h1571 int preamble; member
Ddriver_nl80211.c4415 static int nl80211_set_bss(struct i802_bss *bss, int cts, int preamble, in nl80211_set_bss() argument
4425 (preamble >= 0 && in nl80211_set_bss()
4426 nla_put_u8(msg, NL80211_ATTR_BSS_SHORT_PREAMBLE, preamble)) || in nl80211_set_bss()
5433 nl80211_set_bss(bss, params->cts_protect, params->preamble, in wpa_driver_nl80211_set_ap()
/hostap-latest/hostapd/
Dconfig_file.c3619 conf->preamble = SHORT_PREAMBLE; in hostapd_config_fill()
3621 conf->preamble = LONG_PREAMBLE; in hostapd_config_fill()