Searched refs:mb_only (Results 1 – 5 of 5) sorted by relevance
/external/wpa_supplicant_8/src/fst/ |
D | fst_iface.h | 114 Boolean 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 Boolean 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 Boolean mb_only);
|
D | fst_iface.c | 53 Boolean 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()
|
D | fst.h | 113 Boolean mb_only); 125 Boolean mb_only);
|
/external/wpa_supplicant_8/src/ap/ |
D | hostapd.c | 1470 Boolean mb_only) in fst_hostapd_get_sta() argument 1474 if (mb_only) { in fst_hostapd_get_sta() 1492 Boolean mb_only) in fst_hostapd_get_peer_first() argument 1498 return fst_hostapd_get_sta(get_ctx, mb_only); in fst_hostapd_get_peer_first() 1504 Boolean mb_only) in fst_hostapd_get_peer_next() argument 1506 return fst_hostapd_get_sta(get_ctx, mb_only); in fst_hostapd_get_peer_next()
|
/external/wpa_supplicant_8/wpa_supplicant/ |
D | wpa_supplicant.c | 3985 Boolean mb_only) in wpas_fst_get_peer_first() argument 3991 return (wpa_s->received_mb_ies || !mb_only) ? in wpas_fst_get_peer_first() 3998 Boolean mb_only) in wpas_fst_get_peer_next() argument
|