Searched refs:iwm_vap (Results 1 – 11 of 11) sorted by relevance
/freebsd/sys/dev/iwm/ |
H A D | if_iwm_power.c | 202 struct iwm_vap *ivp, struct iwm_beacon_filter_cmd *cmd) in iwm_beacon_filter_set_cqm_params() 279 iwm_power_build_cmd(struct iwm_softc *sc, struct iwm_vap *ivp, in iwm_power_build_cmd() 327 iwm_power_send_cmd(struct iwm_softc *sc, struct iwm_vap *ivp) in iwm_power_send_cmd() 339 _iwm_enable_beacon_filter(struct iwm_softc *sc, struct iwm_vap *ivp, in _iwm_enable_beacon_filter() 354 iwm_enable_beacon_filter(struct iwm_softc *sc, struct iwm_vap *ivp) in iwm_enable_beacon_filter() 388 struct iwm_vap *ivp = IWM_VAP(vap); in iwm_power_set_ps() 409 iwm_power_set_ba(struct iwm_softc *sc, struct iwm_vap *ivp) in iwm_power_set_ba()
|
H A D | if_iwm_binding.h | 107 extern int iwm_binding_add_vif(struct iwm_softc *sc, struct iwm_vap *ivp); 108 extern int iwm_binding_remove_vif(struct iwm_softc *sc, struct iwm_vap *ivp);
|
H A D | if_iwm_binding.c | 197 iwm_binding_update(struct iwm_softc *sc, struct iwm_vap *ivp, in iwm_binding_update() 220 iwm_binding_add_vif(struct iwm_softc *sc, struct iwm_vap *ivp) in iwm_binding_add_vif() 236 iwm_binding_remove_vif(struct iwm_softc *sc, struct iwm_vap *ivp) in iwm_binding_remove_vif()
|
H A D | if_iwm_time_event.h | 111 extern void iwm_protect_session(struct iwm_softc *sc, struct iwm_vap *ivp, 114 struct iwm_vap *ivp);
|
H A D | if_iwm_time_event.c | 295 iwm_time_event_send_add(struct iwm_softc *sc, struct iwm_vap *ivp, in iwm_time_event_send_add() 346 iwm_protect_session(struct iwm_softc *sc, struct iwm_vap *ivp, in iwm_protect_session() 409 iwm_stop_session_protection(struct iwm_softc *sc, struct iwm_vap *ivp) in iwm_stop_session_protection()
|
H A D | if_iwm_power.h | 96 struct iwm_vap *ivp);
|
H A D | if_iwm_mac_ctxt.c | 260 struct iwm_vap *ivp = IWM_VAP(vap); in iwm_mac_ctxt_cmd_common() 500 struct iwm_vap *iv = IWM_VAP(vap); in iwm_mac_ctxt_add() 519 struct iwm_vap *iv = IWM_VAP(vap); in iwm_mac_ctxt_changed()
|
H A D | if_iwm_sta.h | 219 extern int iwm_drain_sta(struct iwm_softc *sc, struct iwm_vap *ivp,
|
H A D | if_iwm_sta.c | 148 struct iwm_vap *ivp = IWM_VAP(in->in_ni.ni_vap); in iwm_sta_send_to_fw() 209 iwm_drain_sta(struct iwm_softc *sc, struct iwm_vap *ivp, boolean_t drain) in iwm_drain_sta()
|
H A D | if_iwmvar.h | 353 struct iwm_vap { argument 382 #define IWM_VAP(_vap) ((struct iwm_vap *)(_vap)) 352 struct iwm_vap { global() struct 354 is_uploadediwm_vap global() argument 355 iv_authiwm_vap global() argument 357 iv_newstateiwm_vap global() argument 381 ps_disablediwm_vap global() argument
|
H A D | if_iwm.c | 375 static int iwm_update_quotas(struct iwm_softc *, struct iwm_vap *); 1309 struct iwm_vap *iv = IWM_VAP(vap); in iwm_stop_device() 4012 iwm_update_quotas(struct iwm_softc *sc, struct iwm_vap *ivp) in iwm_update_quotas() 4095 struct iwm_vap *iv = IWM_VAP(vap); in iwm_auth() 4378 struct iwm_vap *ivp = IWM_VAP(vap); in iwm_bring_down_firmware() 4473 struct iwm_vap *ivp = IWM_VAP(vap); in iwm_newstate() 6214 struct iwm_vap *ivp = IWM_VAP(vap); in iwm_wme_update() 6350 struct iwm_vap *ivp; in iwm_vap_create() 6355 ivp = malloc(sizeof(struct iwm_vap), M_80211_VAP, M_WAITOK | M_ZERO); in iwm_vap_create() 6381 struct iwm_vap *ivp = IWM_VAP(vap); in iwm_vap_delete()
|