Home
last modified time | relevance | path

Searched refs:wi_get_mtu (Results 1 – 5 of 5) sorted by relevance

/dports/net-mgmt/aircrack-ng/aircrack-ng-1.5.2/src/aircrack-osdep/
H A Dosdep.c142 EXPORT int wi_get_mtu(struct wif * wi) in wi_get_mtu() function
144 assert(wi->wi_get_mtu); in wi_get_mtu()
145 return wi->wi_get_mtu(wi); in wi_get_mtu()
H A Dosdep.h122 int (*wi_get_mtu)(struct wif * wi); member
147 IMPORT int wi_get_mtu(struct wif * wi);
H A Dfreebsd.c571 wi->wi_get_mtu = fbsd_get_mtu; in fbsd_open()
H A Dlinux.c2436 wi->wi_get_mtu = linux_get_mtu; in linux_open()
/dports/net-mgmt/aircrack-ng/aircrack-ng-1.5.2/src/
H A Dairbase-ng.c4684 if (wi_get_mtu(_wi_out) < opt.wif_mtu) in main()
4695 opt.wif_mtu = wi_get_mtu(_wi_out); in main()