Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/staging/ks7010/
Dks_hostif.c660 union iwreq_data wrqu0; in hostif_connect_indication() local
694 wrqu0.data.length = 0; in hostif_connect_indication()
695 wrqu0.data.flags = 0; in hostif_connect_indication()
696 wrqu0.ap_addr.sa_family = ARPHRD_ETHER; in hostif_connect_indication()
699 eth_zero_addr(wrqu0.ap_addr.sa_data); in hostif_connect_indication()
702 wireless_send_event(netdev, SIOCGIWAP, &wrqu0, NULL); in hostif_connect_indication()
750 union iwreq_data wrqu0; in hostif_stop_confirm() local
762 wrqu0.data.length = 0; in hostif_stop_confirm()
763 wrqu0.data.flags = 0; in hostif_stop_confirm()
764 wrqu0.ap_addr.sa_family = ARPHRD_ETHER; in hostif_stop_confirm()
[all …]