Searched defs:mb_only (Results 1 - 10 of 10) sorted by relevance

/external/wpa_supplicant_8/hostapd/src/fst/
H A Dfst_iface.c53 Boolean mb_only)
56 const u8 *a = fst_iface_get_peer_first(iface, &ctx, mb_only);
58 for (; a != NULL; a = fst_iface_get_peer_next(iface, &ctx, mb_only))
52 fst_iface_is_connected(struct fst_iface *iface, const u8 *addr, Boolean mb_only) argument
H A Dfst_iface.h114 Boolean mb_only)
116 return i->iface_obj.get_peer_first(i->iface_obj.ctx, ctx, mb_only);
121 Boolean mb_only)
123 return i->iface_obj.get_peer_next(i->iface_obj.ctx, ctx, mb_only);
127 Boolean mb_only);
112 fst_iface_get_peer_first(struct fst_iface *i, struct fst_get_peer_ctx **ctx, Boolean mb_only) argument
119 fst_iface_get_peer_next(struct fst_iface *i, struct fst_get_peer_ctx **ctx, Boolean mb_only) argument
/external/wpa_supplicant_8/src/fst/
H A Dfst_iface.c53 Boolean mb_only)
56 const u8 *a = fst_iface_get_peer_first(iface, &ctx, mb_only);
58 for (; a != NULL; a = fst_iface_get_peer_next(iface, &ctx, mb_only))
52 fst_iface_is_connected(struct fst_iface *iface, const u8 *addr, Boolean mb_only) argument
H A Dfst_iface.h114 Boolean mb_only)
116 return i->iface_obj.get_peer_first(i->iface_obj.ctx, ctx, mb_only);
121 Boolean mb_only)
123 return i->iface_obj.get_peer_next(i->iface_obj.ctx, ctx, mb_only);
127 Boolean mb_only);
112 fst_iface_get_peer_first(struct fst_iface *i, struct fst_get_peer_ctx **ctx, Boolean mb_only) argument
119 fst_iface_get_peer_next(struct fst_iface *i, struct fst_get_peer_ctx **ctx, Boolean mb_only) argument
/external/wpa_supplicant_8/wpa_supplicant/src/fst/
H A Dfst_iface.c53 Boolean mb_only)
56 const u8 *a = fst_iface_get_peer_first(iface, &ctx, mb_only);
58 for (; a != NULL; a = fst_iface_get_peer_next(iface, &ctx, mb_only))
52 fst_iface_is_connected(struct fst_iface *iface, const u8 *addr, Boolean mb_only) argument
H A Dfst_iface.h114 Boolean mb_only)
116 return i->iface_obj.get_peer_first(i->iface_obj.ctx, ctx, mb_only);
121 Boolean mb_only)
123 return i->iface_obj.get_peer_next(i->iface_obj.ctx, ctx, mb_only);
127 Boolean mb_only);
112 fst_iface_get_peer_first(struct fst_iface *i, struct fst_get_peer_ctx **ctx, Boolean mb_only) argument
119 fst_iface_get_peer_next(struct fst_iface *i, struct fst_get_peer_ctx **ctx, Boolean mb_only) argument
/external/wpa_supplicant_8/hostapd/src/ap/
H A Dhostapd.c1506 Boolean mb_only)
1510 if (mb_only) {
1528 Boolean mb_only)
1534 return fst_hostapd_get_sta(get_ctx, mb_only);
1540 Boolean mb_only)
1542 return fst_hostapd_get_sta(get_ctx, mb_only);
1505 fst_hostapd_get_sta(struct fst_get_peer_ctx **get_ctx, Boolean mb_only) argument
1526 fst_hostapd_get_peer_first(void *ctx, struct fst_get_peer_ctx **get_ctx, Boolean mb_only) argument
1538 fst_hostapd_get_peer_next(void *ctx, struct fst_get_peer_ctx **get_ctx, Boolean mb_only) argument
/external/wpa_supplicant_8/src/ap/
H A Dhostapd.c1506 Boolean mb_only)
1510 if (mb_only) {
1528 Boolean mb_only)
1534 return fst_hostapd_get_sta(get_ctx, mb_only);
1540 Boolean mb_only)
1542 return fst_hostapd_get_sta(get_ctx, mb_only);
1505 fst_hostapd_get_sta(struct fst_get_peer_ctx **get_ctx, Boolean mb_only) argument
1526 fst_hostapd_get_peer_first(void *ctx, struct fst_get_peer_ctx **get_ctx, Boolean mb_only) argument
1538 fst_hostapd_get_peer_next(void *ctx, struct fst_get_peer_ctx **get_ctx, Boolean mb_only) argument
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dhostapd.c1506 Boolean mb_only)
1510 if (mb_only) {
1528 Boolean mb_only)
1534 return fst_hostapd_get_sta(get_ctx, mb_only);
1540 Boolean mb_only)
1542 return fst_hostapd_get_sta(get_ctx, mb_only);
1505 fst_hostapd_get_sta(struct fst_get_peer_ctx **get_ctx, Boolean mb_only) argument
1526 fst_hostapd_get_peer_first(void *ctx, struct fst_get_peer_ctx **get_ctx, Boolean mb_only) argument
1538 fst_hostapd_get_peer_next(void *ctx, struct fst_get_peer_ctx **get_ctx, Boolean mb_only) argument
/external/wpa_supplicant_8/wpa_supplicant/
H A Dwpa_supplicant.c4558 Boolean mb_only)
4564 return (wpa_s->received_mb_ies || !mb_only) ?
4572 Boolean mb_only)
4556 wpas_fst_get_peer_first(void *ctx, struct fst_get_peer_ctx **get_ctx, Boolean mb_only) argument
4570 wpas_fst_get_peer_next(void *ctx, struct fst_get_peer_ctx **get_ctx, Boolean mb_only) argument

Completed in 159 milliseconds