Searched refs:resp_hdr (Results 1 – 1 of 1) sorted by relevance
218 struct wi_80211_hdr *resp_hdr; in wihap_sta_disassoc() local225 resp_hdr = (struct wi_80211_hdr *)sc->wi_txbuf; in wihap_sta_disassoc()226 bzero(resp_hdr, sizeof(struct wi_80211_hdr)); in wihap_sta_disassoc()227 resp_hdr->frame_ctl = WI_FTYPE_MGMT | WI_STYPE_MGMT_DISAS; in wihap_sta_disassoc()230 bcopy(sta_addr, resp_hdr->addr1, ETHER_ADDR_LEN); in wihap_sta_disassoc()231 bcopy(sc->sc_arpcom.ac_enaddr, resp_hdr->addr2, ETHER_ADDR_LEN); in wihap_sta_disassoc()232 bcopy(sc->sc_arpcom.ac_enaddr, resp_hdr->addr3, ETHER_ADDR_LEN); in wihap_sta_disassoc()247 struct wi_80211_hdr *resp_hdr; in wihap_sta_deauth() local254 resp_hdr = (struct wi_80211_hdr *)sc->wi_txbuf; in wihap_sta_deauth()255 bzero(resp_hdr, sizeof(struct wi_80211_hdr)); in wihap_sta_deauth()[all …]