Searched refs:iwx_mac_ctxt_cmd (Results 1 – 1 of 1) sorted by relevance
| /src/sys/dev/iwx/ |
| H A D | if_iwx.c | 519 static int iwx_mac_ctxt_cmd(struct iwx_softc *, struct iwx_node *, 6967 iwx_mac_ctxt_cmd(struct iwx_softc *sc, struct iwx_node *in, uint32_t action, in iwx_mac_ctxt_cmd() function 7589 err = iwx_mac_ctxt_cmd(sc, in, IWX_FW_CTXT_ACTION_ADD, 0); in iwx_auth() 7655 iwx_mac_ctxt_cmd(sc, in, IWX_FW_CTXT_ACTION_REMOVE, 0); in iwx_auth() 7693 err = iwx_mac_ctxt_cmd(sc, in, IWX_FW_CTXT_ACTION_REMOVE, 0); in iwx_deauth() 7751 err = iwx_mac_ctxt_cmd(sc, in, IWX_FW_CTXT_ACTION_MODIFY, 1); in iwx_run() 7857 err = iwx_mac_ctxt_cmd(sc, in, IWX_FW_CTXT_ACTION_MODIFY, 0); in iwx_run_stop()
|