Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/fst/
Dfst_iface.h114 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);
Dfst_iface.c53 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()
Dfst.h113 Boolean mb_only);
125 Boolean mb_only);
/external/wpa_supplicant_8/src/ap/
Dhostapd.c1485 Boolean mb_only) in fst_hostapd_get_sta() argument
1489 if (mb_only) { in fst_hostapd_get_sta()
1507 Boolean mb_only) in fst_hostapd_get_peer_first() argument
1513 return fst_hostapd_get_sta(get_ctx, mb_only); in fst_hostapd_get_peer_first()
1519 Boolean mb_only) in fst_hostapd_get_peer_next() argument
1521 return fst_hostapd_get_sta(get_ctx, mb_only); in fst_hostapd_get_peer_next()
/external/wpa_supplicant_8/wpa_supplicant/
Dwpa_supplicant.c4204 Boolean mb_only) in wpas_fst_get_peer_first() argument
4210 return (wpa_s->received_mb_ies || !mb_only) ? in wpas_fst_get_peer_first()
4218 Boolean mb_only) in wpas_fst_get_peer_next() argument