Searched refs:mb_only (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/wpa/src/fst/ |
H A D | fst_iface.h | 114 bool mb_only) in fst_iface_get_peer_first() argument 116 return i->iface_obj.get_peer_first(i->iface_obj.ctx, ctx, mb_only); in fst_iface_get_peer_first() 121 bool mb_only) in fst_iface_get_peer_next() argument 123 return i->iface_obj.get_peer_next(i->iface_obj.ctx, ctx, mb_only); in fst_iface_get_peer_next() 127 bool mb_only);
|
H A D | fst_iface.c | 53 bool mb_only) in fst_iface_is_connected() argument 56 const u8 *a = fst_iface_get_peer_first(iface, &ctx, mb_only); in fst_iface_is_connected() 58 for (; a != NULL; a = fst_iface_get_peer_next(iface, &ctx, mb_only)) in fst_iface_is_connected()
|
H A D | fst.h | 121 bool mb_only); 133 bool mb_only);
|
/freebsd/contrib/wpa/src/ap/ |
H A D | hostapd.c | 2312 bool mb_only) in fst_hostapd_get_sta() argument 2316 if (mb_only) { in fst_hostapd_get_sta() 2334 bool mb_only) in fst_hostapd_get_peer_first() argument 2340 return fst_hostapd_get_sta(get_ctx, mb_only); in fst_hostapd_get_peer_first() 2346 bool mb_only) in fst_hostapd_get_peer_next() argument 2348 return fst_hostapd_get_sta(get_ctx, mb_only); in fst_hostapd_get_peer_next()
|
/freebsd/contrib/wpa/wpa_supplicant/ |
H A D | wpa_supplicant.c | 6556 bool mb_only) in wpas_fst_get_peer_first() argument 6562 return (wpa_s->received_mb_ies || !mb_only) ? in wpas_fst_get_peer_first() 6570 bool mb_only) in wpas_fst_get_peer_next() argument
|