Home
last modified time | relevance | path

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

/NextBSD/contrib/wpa/src/ap/
HDap_drv_ops.c284 int set_flags, total_flags, flags_and, flags_or; in hostapd_set_sta_flags() local
285 total_flags = hostapd_sta_flags_to_drv(sta->flags); in hostapd_set_sta_flags()
291 flags_or = total_flags & set_flags; in hostapd_set_sta_flags()
292 flags_and = total_flags | ~set_flags; in hostapd_set_sta_flags()
293 return hostapd_sta_set_flags(hapd, sta->addr, total_flags, in hostapd_set_sta_flags()
551 int total_flags, int flags_or, int flags_and) in hostapd_sta_set_flags() argument
555 return hapd->driver->sta_set_flags(hapd->drv_priv, addr, total_flags, in hostapd_sta_set_flags()
HDap_drv_ops.h68 int total_flags, int flags_or, int flags_and);
/NextBSD/contrib/wpa/wpa_supplicant/
HDdriver_i.h346 const u8 *addr, int total_flags, in wpa_drv_sta_set_flags() argument
351 total_flags, flags_or, in wpa_drv_sta_set_flags()
/NextBSD/contrib/wpa/src/drivers/
HDdriver.h2370 unsigned int total_flags, unsigned int flags_or,
HDdriver_bsd.c896 unsigned int total_flags, unsigned int flags_or, in bsd_set_sta_authorized() argument