Home
last modified time | relevance | path

Searched refs:mbo_ap_get_info (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/wpa/src/ap/
H A Dmbo_ap.h20 int mbo_ap_get_info(struct sta_info *sta, char *buf, size_t buflen);
33 static inline int mbo_ap_get_info(struct sta_info *sta, char *buf, in mbo_ap_get_info() function
H A Dmbo_ap.c115 int mbo_ap_get_info(struct sta_info *sta, char *buf, size_t buflen) in mbo_ap_get_info() function
H A Dctrl_iface_ap.c353 res = mbo_ap_get_info(sta, buf + len, buflen - len); in hostapd_ctrl_iface_sta_mib()