Searched defs:iwp_softc (Results 1 – 1 of 1) sorted by relevance
132 typedef struct iwp_softc { struct133 struct ieee80211com sc_ic;134 dev_info_t *sc_dip;135 int (*sc_newstate)(struct ieee80211com *,137 void (*sc_recv_action)(ieee80211_node_t *,139 int (*sc_send_action)(ieee80211_node_t *,141 volatile uint32_t sc_cmd_flag;142 volatile uint32_t sc_cmd_accum;144 enum ieee80211_state sc_ostate;145 kmutex_t sc_glock;[all …]