Home
last modified time | relevance | path

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

/third_party/wpa_supplicant/wpa_supplicant-2.9/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.h121 Boolean mb_only);
133 Boolean mb_only);
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/fst/
Dfst_iface.h114 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);
Dfst_iface.c53 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()
Dfst.h121 bool mb_only);
133 bool mb_only);
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
Dhostapd.c1697 Boolean mb_only) in fst_hostapd_get_sta() argument
1701 if (mb_only) { in fst_hostapd_get_sta()
1719 Boolean mb_only) in fst_hostapd_get_peer_first() argument
1725 return fst_hostapd_get_sta(get_ctx, mb_only); in fst_hostapd_get_peer_first()
1731 Boolean mb_only) in fst_hostapd_get_peer_next() argument
1733 return fst_hostapd_get_sta(get_ctx, mb_only); in fst_hostapd_get_peer_next()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
Dhostapd.c1827 bool mb_only) in fst_hostapd_get_sta() argument
1831 if (mb_only) { in fst_hostapd_get_sta()
1849 bool mb_only) in fst_hostapd_get_peer_first() argument
1855 return fst_hostapd_get_sta(get_ctx, mb_only); in fst_hostapd_get_peer_first()
1861 bool mb_only) in fst_hostapd_get_peer_next() argument
1863 return fst_hostapd_get_sta(get_ctx, mb_only); in fst_hostapd_get_peer_next()
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
Dwpa_supplicant.c5032 Boolean mb_only) argument
5038 return (wpa_s->received_mb_ies || !mb_only) ?
5046 Boolean mb_only) argument
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
Dwpa_supplicant.c5952 bool mb_only) argument
5958 return (wpa_s->received_mb_ies || !mb_only) ?
5966 bool mb_only) argument