Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/staging/ks7010/
Dks_hostif.c727 union iwreq_data wrqu0; in hostif_connect_indication() local
761 wrqu0.data.length = 0; in hostif_connect_indication()
762 wrqu0.data.flags = 0; in hostif_connect_indication()
763 wrqu0.ap_addr.sa_family = ARPHRD_ETHER; in hostif_connect_indication()
766 eth_zero_addr(wrqu0.ap_addr.sa_data); in hostif_connect_indication()
769 wireless_send_event(netdev, SIOCGIWAP, &wrqu0, NULL); in hostif_connect_indication()
817 union iwreq_data wrqu0; in hostif_stop_confirm() local
829 wrqu0.data.length = 0; in hostif_stop_confirm()
830 wrqu0.data.flags = 0; in hostif_stop_confirm()
831 wrqu0.ap_addr.sa_family = ARPHRD_ETHER; in hostif_stop_confirm()
[all …]