HomeSort by: relevance | last modified time | path
    Searched defs:mld_ap (Results 1 - 4 of 4) sorted by relevancy

  /src/external/bsd/wpa/dist/src/ap/
beacon.c 605 struct hostapd_data *mld_ap; member in struct:probe_resp_params
670 if (!params->is_ml_sta_info && hapd->conf->mld_ap) {
672 params->mld_ap ? params->mld_ap : hapd;
675 ml_elem_ap, params->mld_info, !!params->mld_ap);
834 params->mld_ap ? params->mld_ap : hapd;
836 if (ml_elem_ap->conf->mld_ap)
839 pos, !!params->mld_ap);
963 params->mld_ap = NULL
    [all...]
hostapd.c 434 if (!hapd->conf->mld_ap)
545 if (hapd->conf->mld_ap && !hapd->interface_added &&
623 if (!hapd->conf || !hapd->conf->mld_ap)
1436 if (conf->mld_ap) {
1468 if (hapd->conf->mld_ap) {
1481 if (hapd->conf->mld_ap && !first) {
3043 if (!hapd->iconf || !hapd->iconf->ieee80211be || !conf->mld_ap ||
3386 if (!iface->bss[0]->conf->mld_ap) {
3810 bool mld_ap = false; local
3813 mld_ap = interfaces->iface[i]->conf->bss[0]->mld_ap
    [all...]
ap_config.h 968 u8 mld_ap; member in struct:hostapd_bss_config
  /src/external/bsd/wpa/dist/src/drivers/
driver.h 1828 * mld_ap - Whether operating as an AP MLD
1830 bool mld_ap; member in struct:wpa_driver_ap_params

Completed in 23 milliseconds