HomeSort by: relevance | last modified time | path
    Searched refs:mld_ap (Results 1 - 21 of 21) 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...]
ap_drv_ops.c 511 if (hapd->conf->mld_ap) {
600 if (hapd->conf->mld_ap)
636 if (hapd->conf && hapd->conf->mld_ap)
675 if (hapd->conf->mld_ap) {
739 if (hapd->conf->mld_ap)
837 if (hapd->conf->mld_ap && !(key_flag & KEY_FLAG_PAIRWISE))
853 if (hapd->conf->mld_ap)
872 if (hapd->conf->mld_ap) {
894 if (hapd->conf->mld_ap) {
952 } else if (hapd->conf->mld_ap) {
    [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...]
drv_callbacks.c 944 if (!tmp_hapd->conf->mld_ap ||
996 if (!hconf->mld_ap ||
1738 if (hapd->conf->mld_ap && link_id >= 0) {
1755 if (hapd->conf->mld_ap && scan_cookie != 0) {
1804 (hapd->conf->mld_ap &&
1809 if (!hapd->conf->mld_ap)
1933 } else if (hapd->conf->mld_ap &&
2003 if (hapd->conf->mld_ap) {
2452 if (!hapd->iface->scan_cb && hapd->conf->mld_ap) {
ap_drv_ops.h 401 if (hapd->conf->mld_ap)
471 if (!hapd->conf->mld_ap || !hapd->driver || !hapd->drv_priv ||
sta_info.h 428 return hapd->conf->mld_ap && sta && sta->mld_info.mld_sta;
wpa_auth_glue.c 527 if (hapd->conf->mld_ap && idx)
545 link_id = hapd->conf->mld_ap ? hapd->mld_link_id : -1;
1549 if (!hapd->conf->mld_ap || !hapd->iface || !hapd->iface->interfaces)
1712 if (hapd->conf->mld_ap) {
hw_features.c 511 if (iface->bss[0]->conf->mld_ap)
568 if (iface->bss[0]->conf->mld_ap)
ieee802_11.c 3364 if (hapd->conf->mld_ap && sta->mld_info.mld_sta) {
4627 if (!hapd->conf->mld_ap)
5023 if (hapd->conf->mld_ap)
6279 !(hapd->conf->mld_ap &&
6302 !(hapd->conf->mld_ap &&
7400 ap_mld = bss->conf->mld_ap;
7531 if (!hapd->iface || !hapd->iface->interfaces || !hapd->conf->mld_ap)
7665 ap_mld = !!hapd->conf->mld_ap;
7854 if (!hapd->iface || !hapd->iface->interfaces || !hapd->conf->mld_ap)
8042 ap_mld = hapd->conf->mld_ap;
    [all...]
ctrl_iface_ap.c 914 if (hapd->conf->mld_ap) {
1069 if (bss->conf->mld_ap) {
sta_info.c 943 if (!hapd->conf->mld_ap ||
1268 if (hapd->conf->mld_ap)
ap_config.h 968 u8 mld_ap; member in struct:hostapd_bss_config
ieee802_11_eht.c 1007 if (!hapd->conf->mld_ap)
wnm_ap.c 53 if (hapd->conf->mld_ap && (!sta || ap_sta_is_mld(hapd, sta)))
dfs.c 992 if (iface->bss[0]->conf->mld_ap)
ieee802_1x.c 101 link_id = hapd->conf->mld_ap ? hapd->mld_link_id : -1;
  /src/external/bsd/wpa/dist/hostapd/
main.c 171 if (conf->mld_ap)
233 if (hapd->conf->mld_ap) {
273 if (hapd->conf->mld_ap) {
325 if (hapd->conf->mld_ap) {
ctrl_iface.c 1946 if (hapd->conf->mld_ap)
2667 if (iface->num_bss && iface->bss[0]->conf->mld_ap)
3599 if (!iface || !iface->bss[0]->conf->mld_ap) {
3634 if (!iface || !iface->bss[0]->conf->mld_ap) {
config_file.c 5084 } else if (os_strcmp(buf, "mld_ap") == 0) {
5085 bss->mld_ap = !!atoi(pos);
  /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
driver_nl80211.c 5063 if (params->mld_ap) {
5111 if (params->mld_ap) {
5420 params->mld_ap ? params->mld_link_id :
5436 params->mld_ap ? params->mld_link_id :

Completed in 67 milliseconds