Home
last modified time | relevance | path

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

/openbmc/linux/drivers/staging/ks7010/
H A Dks_hostif.c715 union iwreq_data wrqu0; in hostif_connect_indication() local
749 wrqu0.data.length = 0; in hostif_connect_indication()
750 wrqu0.data.flags = 0; in hostif_connect_indication()
751 wrqu0.ap_addr.sa_family = ARPHRD_ETHER; in hostif_connect_indication()
754 eth_zero_addr(wrqu0.ap_addr.sa_data); in hostif_connect_indication()
757 wireless_send_event(netdev, SIOCGIWAP, &wrqu0, NULL); in hostif_connect_indication()
805 union iwreq_data wrqu0; in hostif_stop_confirm() local
817 wrqu0.data.length = 0; in hostif_stop_confirm()
818 wrqu0.data.flags = 0; in hostif_stop_confirm()
819 wrqu0.ap_addr.sa_family = ARPHRD_ETHER; in hostif_stop_confirm()
[all …]