Searched refs:ifinfomsg (Results 1 – 8 of 8) sorted by relevance
/hostap-3.7.0/src/drivers/ |
D | netlink.c | 24 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()
|
D | netlink.h | 13 struct ifinfomsg; 17 void (*newlink_cb)(void *ctx, struct ifinfomsg *ifi, u8 *buf, 19 void (*dellink_cb)(void *ctx, struct ifinfomsg *ifi, u8 *buf,
|
D | priv_netlink.h | 93 struct ifinfomsg struct
|
D | driver_wext.c | 622 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()
|
D | driver_hostap.c | 877 struct ifinfomsg *ifi, in hostapd_wireless_event_rtm_newlink()
|
D | driver_atheros.c | 1552 struct ifinfomsg *ifi, u8 *buf, size_t len) in atheros_wireless_event_rtm_newlink()
|
D | driver_nl80211.c | 1177 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/ |
D | vlan_full.c | 638 struct ifinfomsg *ifi; in vlan_read_ifnames() 648 nlmsg_len = NLMSG_ALIGN(sizeof(struct ifinfomsg)); in vlan_read_ifnames()
|