Home
last modified time | relevance | path

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

/freebsd/contrib/wpa/src/ap/
H A Dieee802_11.h35 int ieee802_11_get_mib(struct hostapd_data *hapd, char *buf, size_t buflen);
39 static inline int ieee802_11_get_mib(struct hostapd_data *hapd, char *buf, in ieee802_11_get_mib() function
H A Dieee802_11.c6898 int ieee802_11_get_mib(struct hostapd_data *hapd, char *buf, size_t buflen) in ieee802_11_get_mib() function
/freebsd/contrib/wpa/hostapd/
H A Dctrl_iface.c4009 reply_len = ieee802_11_get_mib(hapd, reply, reply_size); in hostapd_ctrl_iface_receive_process()