Lines Matching defs:vap

120 	struct ieee80211vap *vap;  in wlan_clone_create()  local
174 struct ieee80211vap *vap = ifp->if_softc; in wlan_clone_destroy() local
183 ieee80211_vap_destroy(struct ieee80211vap *vap) in ieee80211_vap_destroy()
248 struct ieee80211vap *vap = arg1; in ieee80211_sysctl_vap_restart() local
270 ieee80211_sysctl_vattach(struct ieee80211vap *vap) in ieee80211_sysctl_vattach()
354 ieee80211_sysctl_vdetach(struct ieee80211vap *vap) in ieee80211_sysctl_vdetach()
365 ieee80211_com_vincref(struct ieee80211vap *vap) in ieee80211_com_vincref()
386 ieee80211_com_vdecref(struct ieee80211vap *vap) in ieee80211_com_vdecref()
399 ieee80211_com_vdetach(struct ieee80211vap *vap) in ieee80211_com_vdetach()
439 ieee80211_flush_ifq(struct ifqueue *ifq, struct ieee80211vap *vap) in ieee80211_flush_ifq()
523 ieee80211_realign(struct ieee80211vap *vap, struct mbuf *m, size_t align) in ieee80211_realign()
785 ieee80211_vap_xmitpkt(struct ieee80211vap *vap, struct mbuf *m) in ieee80211_vap_xmitpkt()
832 struct ieee80211vap *vap = ni->ni_vap; in ieee80211_notify_node_join() local
853 struct ieee80211vap *vap = ni->ni_vap; in ieee80211_notify_node_leave() local
871 ieee80211_notify_scan_done(struct ieee80211vap *vap) in ieee80211_notify_scan_done()
884 ieee80211_notify_replay_failure(struct ieee80211vap *vap, in ieee80211_notify_replay_failure()
918 ieee80211_notify_michael_failure(struct ieee80211vap *vap, in ieee80211_notify_michael_failure()
943 struct ieee80211vap *vap = ni->ni_vap; in ieee80211_notify_wds_discover() local
954 struct ieee80211vap *vap; in ieee80211_notify_csa() local
976 struct ieee80211vap *vap; in ieee80211_notify_radar() local
996 struct ieee80211vap *vap; in ieee80211_notify_cac() local
1015 struct ieee80211vap *vap = ni->ni_vap; in ieee80211_notify_node_deauth() local
1026 struct ieee80211vap *vap = ni->ni_vap; in ieee80211_notify_node_auth() local
1035 ieee80211_notify_country(struct ieee80211vap *vap, in ieee80211_notify_country()
1054 struct ieee80211vap *vap; in ieee80211_notify_radio() local
1068 ieee80211_notify_ifnet_change(struct ieee80211vap *vap, int if_flags_mask) in ieee80211_notify_ifnet_change()
1100 struct ieee80211vap *vap = ifp->if_softc; in bpf_track() local
1129 struct ieee80211vap *vap = ifp->if_softc; in wlan_iflladdr() local
1142 ieee80211_get_vap_ifname(struct ieee80211vap *vap) in ieee80211_get_vap_ifname()
1153 struct ieee80211vap *vap; in ieee80211_debugnet_init() local
1167 struct ieee80211vap *vap; in ieee80211_debugnet_event() local
1187 struct ieee80211vap *vap; in ieee80211_debugnet_poll() local
1206 ieee80211_vap_sync_mac_address(struct ieee80211vap *vap) in ieee80211_vap_sync_mac_address()
1232 ieee80211_vap_copy_mac_address(struct ieee80211vap *vap) in ieee80211_vap_copy_mac_address()
1253 ieee80211_vap_deliver_data(struct ieee80211vap *vap, struct mbuf *m) in ieee80211_vap_deliver_data()
1272 ieee80211_vap_ifp_check_is_monitor(struct ieee80211vap *vap) in ieee80211_vap_ifp_check_is_monitor()
1287 ieee80211_vap_ifp_check_is_simplex(struct ieee80211vap *vap) in ieee80211_vap_ifp_check_is_simplex()
1299 ieee80211_vap_ifp_check_is_running(struct ieee80211vap *vap) in ieee80211_vap_ifp_check_is_running()
1311 ieee80211_vap_ifp_set_running_state(struct ieee80211vap *vap, bool state) in ieee80211_vap_ifp_set_running_state()
1326 ieee80211_vap_get_broadcast_address(struct ieee80211vap *vap) in ieee80211_vap_get_broadcast_address()
1348 net80211_vap_printf(const struct ieee80211vap *vap, const char *fmt, ...) in net80211_vap_printf()