Searched refs:we_event (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/vt6655/
H A Dwmgr.c1082 int we_event; local
1091 we_event = IWEVASSOCREQIE;
1092 wireless_send_event(pDevice->dev, we_event, &wrqu, buf);
1102 we_event = IWEVASSOCRESPIE;
1103 wireless_send_event(pDevice->dev, we_event, &wrqu, buf);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/vt6656/
H A Dwmgr.c1007 int we_event; local
1016 we_event = IWEVASSOCREQIE;
1018 wireless_send_event(pDevice->dev, we_event, &wrqu, buf);
1028 we_event = IWEVASSOCRESPIE;
1030 wireless_send_event(pDevice->dev, we_event, &wrqu, buf);

Completed in 206 milliseconds