Searched refs:rm_sta (Results 1 – 2 of 2) sorted by relevance
| /illumos-gate/usr/src/uts/common/io/iwp/ |
| H A D | iwp.c | 4096 iwp_rem_sta_t rm_sta; in iwp_config() local 4191 (void) memset(&rm_sta, 0, sizeof (rm_sta)); in iwp_config() 4192 rm_sta.num_sta = 1; in iwp_config() 4193 (void) memcpy(rm_sta.addr, bcast, 6); in iwp_config() 4195 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 D | iwh.c | 4295 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()
|