Home
last modified time | relevance | path

Searched refs:rm_sta (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/iwp/
H A Diwp.c4097 iwp_rem_sta_t rm_sta; in iwp_config() local
4192 (void) memset(&rm_sta, 0, sizeof (rm_sta)); in iwp_config()
4193 rm_sta.num_sta = 1; in iwp_config()
4194 (void) memcpy(rm_sta.addr, bcast, 6); in iwp_config()
4196 err = iwp_cmd(sc, REPLY_REMOVE_STA, &rm_sta, sizeof (iwp_rem_sta_t), 0); in iwp_config()
/illumos-gate/usr/src/uts/common/io/iwh/
H A Diwh.c4296 iwh_rem_sta_t rm_sta; in iwh_config() local
4419 (void) memset(&rm_sta, 0, sizeof (rm_sta)); in iwh_config()
4420 rm_sta.num_sta = 1; in iwh_config()
4421 bcopy(bcast, rm_sta.addr, 6); in iwh_config()
4423 err = iwh_cmd(sc, REPLY_REMOVE_STA, &rm_sta, sizeof (iwh_rem_sta_t), 0); in iwh_config()