hostapd_must_read
hostapd_must_read(fd, name, IFNAMSIZ);
hostapd_must_read(fd, &node, sizeof(struct hostapd_node));
hostapd_must_read(fd, &node, sizeof(struct hostapd_node));
hostapd_must_read(fd, &node, sizeof(struct hostapd_node));
hostapd_must_read(fd, &node, sizeof(struct hostapd_node));
hostapd_must_read(priv_fd, &ret, sizeof(int));
hostapd_must_read(priv_fd, node, sizeof(struct hostapd_node));
hostapd_must_read(priv_fd, &ret, sizeof(int));
hostapd_must_read(priv_fd, &ret, sizeof(int));
hostapd_must_read(priv_fd, &apme->a_bssid, IEEE80211_ADDR_LEN);
hostapd_must_read(priv_fd, &ret, sizeof(int));
hostapd_must_read(priv_fd, &ret, sizeof(int));
void hostapd_must_read(int, void *, size_t);