Home
last modified time | relevance | path

Searched refs:ifinfomsg (Results 1 – 8 of 8) sorted by relevance

/hostap-3.7.0/src/drivers/
Dnetlink.c24 void (*cb)(void *ctx, struct ifinfomsg *ifi, in netlink_receive_link()
28 if (cb == NULL || NLMSG_PAYLOAD(h, 0) < sizeof(struct ifinfomsg)) in netlink_receive_link()
31 (u8 *) NLMSG_DATA(h) + NLMSG_ALIGN(sizeof(struct ifinfomsg)), in netlink_receive_link()
32 NLMSG_PAYLOAD(h, sizeof(struct ifinfomsg))); in netlink_receive_link()
174 struct ifinfomsg ifinfo; in netlink_send_oper_ifla()
183 req.hdr.nlmsg_len = NLMSG_LENGTH(sizeof(struct ifinfomsg)); in netlink_send_oper_ifla()
Dnetlink.h13 struct ifinfomsg;
17 void (*newlink_cb)(void *ctx, struct ifinfomsg *ifi, u8 *buf,
19 void (*dellink_cb)(void *ctx, struct ifinfomsg *ifi, u8 *buf,
Dpriv_netlink.h93 struct ifinfomsg struct
Ddriver_wext.c622 static void wpa_driver_wext_event_rtm_newlink(void *ctx, struct ifinfomsg *ifi, in wpa_driver_wext_event_rtm_newlink()
703 static void wpa_driver_wext_event_rtm_dellink(void *ctx, struct ifinfomsg *ifi, in wpa_driver_wext_event_rtm_dellink()
Ddriver_hostap.c877 struct ifinfomsg *ifi, in hostapd_wireless_event_rtm_newlink()
Ddriver_atheros.c1552 struct ifinfomsg *ifi, u8 *buf, size_t len) in atheros_wireless_event_rtm_newlink()
Ddriver_nl80211.c1177 struct ifinfomsg *ifi, in wpa_driver_nl80211_event_rtm_newlink()
1354 struct ifinfomsg *ifi, in wpa_driver_nl80211_event_rtm_dellink()
/hostap-3.7.0/src/ap/
Dvlan_full.c638 struct ifinfomsg *ifi; in vlan_read_ifnames()
648 nlmsg_len = NLMSG_ALIGN(sizeof(struct ifinfomsg)); in vlan_read_ifnames()