Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/iwp/
H A Diwp.c4093 iwp_rem_sta_t rm_sta; in iwp_config() local
4188 (void) memset(&rm_sta, 0, sizeof (rm_sta)); in iwp_config()
4189 rm_sta.num_sta = 1; in iwp_config()
4190 (void) memcpy(rm_sta.addr, bcast, 6); in iwp_config()
4192 err = iwp_cmd(sc, REPLY_REMOVE_STA, &rm_sta, sizeof (iwp_rem_sta_t), 0); in iwp_config()
/titanic_41/usr/src/uts/common/io/iwh/
H A Diwh.c4295 iwh_rem_sta_t rm_sta; in iwh_config() local
4418 (void) memset(&rm_sta, 0, sizeof (rm_sta)); in iwh_config()
4419 rm_sta.num_sta = 1; in iwh_config()
4420 bcopy(bcast, rm_sta.addr, 6); in iwh_config()
4422 err = iwh_cmd(sc, REPLY_REMOVE_STA, &rm_sta, sizeof (iwh_rem_sta_t), 0); in iwh_config()