Lines Matching +full:non +full:- +full:overlapping
3 * Copyright (c) 2002-2014, Jouni Malinen <j@w1.fi>
23 ((hapd->conf->oce & OCE_STA_CFON) && \
24 (hapd->iface->drv_flags & WPA_DRIVER_FLAGS_OCE_STA_CFON))
26 ((hapd->conf->oce & OCE_AP) && \
27 (hapd->iface->drv_flags & WPA_DRIVER_FLAGS_OCE_AP))
171 * struct hostapd_data - hostapd per-BSS data structure
192 * 1-2007 are used and as such, the bit at index 0 corresponds to AID
334 /* Number of non-P2P association stations */
337 /* Periodic NoA (used only when no non-P2P clients in the group) */
366 /** Key used for generating SAE anti-clogging tokens */
505 * struct hostapd_mld - hostapd per-mld data structure
514 * when it is re-enabled, the MLD should exist and hence it cannot be
527 * struct hostapd_iface - hostapd per-interface data structure
602 * current_mode->channels */
627 /* Number of associated Non-ERP stations (i.e., stations using 802.11b
637 int olbc; /* Overlapping Legacy BSS Condition */
642 /* Number of associated non-HT stations */
651 /* Overlapping BSS information */
836 dl_list_for_each(partner, &self->mld->links, struct hostapd_data, link)