• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/net/wireless/

Lines Matching refs:iw_handler

56 #include <net/iw_handler.h>
1527 static const iw_handler ray_handler[] = {
1528 [SIOCSIWCOMMIT-SIOCIWFIRST] = (iw_handler) ray_commit,
1529 [SIOCGIWNAME -SIOCIWFIRST] = (iw_handler) ray_get_name,
1530 [SIOCSIWFREQ -SIOCIWFIRST] = (iw_handler) ray_set_freq,
1531 [SIOCGIWFREQ -SIOCIWFIRST] = (iw_handler) ray_get_freq,
1532 [SIOCSIWMODE -SIOCIWFIRST] = (iw_handler) ray_set_mode,
1533 [SIOCGIWMODE -SIOCIWFIRST] = (iw_handler) ray_get_mode,
1534 [SIOCGIWRANGE -SIOCIWFIRST] = (iw_handler) ray_get_range,
1536 [SIOCSIWSPY -SIOCIWFIRST] = (iw_handler) iw_handler_set_spy,
1537 [SIOCGIWSPY -SIOCIWFIRST] = (iw_handler) iw_handler_get_spy,
1538 [SIOCSIWTHRSPY-SIOCIWFIRST] = (iw_handler) iw_handler_set_thrspy,
1539 [SIOCGIWTHRSPY-SIOCIWFIRST] = (iw_handler) iw_handler_get_thrspy,
1541 [SIOCGIWAP -SIOCIWFIRST] = (iw_handler) ray_get_wap,
1542 [SIOCSIWESSID -SIOCIWFIRST] = (iw_handler) ray_set_essid,
1543 [SIOCGIWESSID -SIOCIWFIRST] = (iw_handler) ray_get_essid,
1544 [SIOCSIWRATE -SIOCIWFIRST] = (iw_handler) ray_set_rate,
1545 [SIOCGIWRATE -SIOCIWFIRST] = (iw_handler) ray_get_rate,
1546 [SIOCSIWRTS -SIOCIWFIRST] = (iw_handler) ray_set_rts,
1547 [SIOCGIWRTS -SIOCIWFIRST] = (iw_handler) ray_get_rts,
1548 [SIOCSIWFRAG -SIOCIWFIRST] = (iw_handler) ray_set_frag,
1549 [SIOCGIWFRAG -SIOCIWFIRST] = (iw_handler) ray_get_frag,
1556 static const iw_handler ray_private_handler[] = {
1557 [0] = (iw_handler) ray_set_framing,
1558 [1] = (iw_handler) ray_get_framing,
1559 [3] = (iw_handler) ray_get_country,
1571 .num_standard = sizeof(ray_handler)/sizeof(iw_handler),
1572 .num_private = sizeof(ray_private_handler)/sizeof(iw_handler),