Lines Matching refs:iw_handler

417 typedef int (*iw_handler)(struct net_device *dev, struct iw_request_info *info,  typedef
2986 static const iw_handler wl_iw_handler[] =
2988 (iw_handler) wl_iw_config_commit, /* SIOCSIWCOMMIT */
2989 (iw_handler) wl_iw_get_name, /* SIOCGIWNAME */
2990 (iw_handler) NULL, /* SIOCSIWNWID */
2991 (iw_handler) NULL, /* SIOCGIWNWID */
2992 (iw_handler) wl_iw_set_freq, /* SIOCSIWFREQ */
2993 (iw_handler) wl_iw_get_freq, /* SIOCGIWFREQ */
2994 (iw_handler) wl_iw_set_mode, /* SIOCSIWMODE */
2995 (iw_handler) wl_iw_get_mode, /* SIOCGIWMODE */
2996 (iw_handler) NULL, /* SIOCSIWSENS */
2997 (iw_handler) NULL, /* SIOCGIWSENS */
2998 (iw_handler) NULL, /* SIOCSIWRANGE */
2999 (iw_handler) wl_iw_get_range, /* SIOCGIWRANGE */
3000 (iw_handler) NULL, /* SIOCSIWPRIV */
3001 (iw_handler) NULL, /* SIOCGIWPRIV */
3002 (iw_handler) NULL, /* SIOCSIWSTATS */
3003 (iw_handler) NULL, /* SIOCGIWSTATS */
3004 (iw_handler) wl_iw_set_spy, /* SIOCSIWSPY */
3005 (iw_handler) wl_iw_get_spy, /* SIOCGIWSPY */
3006 (iw_handler) NULL, /* -- hole -- */
3007 (iw_handler) NULL, /* -- hole -- */
3008 (iw_handler) wl_iw_set_wap, /* SIOCSIWAP */
3009 (iw_handler) wl_iw_get_wap, /* SIOCGIWAP */
3011 (iw_handler) wl_iw_mlme, /* SIOCSIWMLME */
3013 (iw_handler) NULL, /* -- hole -- */
3015 (iw_handler) wl_iw_iscan_get_aplist, /* SIOCGIWAPLIST */
3017 (iw_handler) wl_iw_iscan_set_scan, /* SIOCSIWSCAN */
3018 (iw_handler) wl_iw_iscan_get_scan, /* SIOCGIWSCAN */
3020 (iw_handler) NULL, /* SIOCSIWSCAN */
3021 (iw_handler) NULL, /* SIOCGIWSCAN */
3023 (iw_handler) wl_iw_set_essid, /* SIOCSIWESSID */
3024 (iw_handler) wl_iw_get_essid, /* SIOCGIWESSID */
3025 (iw_handler) wl_iw_set_nick, /* SIOCSIWNICKN */
3026 (iw_handler) wl_iw_get_nick, /* SIOCGIWNICKN */
3027 (iw_handler) NULL, /* -- hole -- */
3028 (iw_handler) NULL, /* -- hole -- */
3029 (iw_handler) wl_iw_set_rate, /* SIOCSIWRATE */
3030 (iw_handler) wl_iw_get_rate, /* SIOCGIWRATE */
3031 (iw_handler) wl_iw_set_rts, /* SIOCSIWRTS */
3032 (iw_handler) wl_iw_get_rts, /* SIOCGIWRTS */
3033 (iw_handler) wl_iw_set_frag, /* SIOCSIWFRAG */
3034 (iw_handler) wl_iw_get_frag, /* SIOCGIWFRAG */
3035 (iw_handler) wl_iw_set_txpow, /* SIOCSIWTXPOW */
3036 (iw_handler) wl_iw_get_txpow, /* SIOCGIWTXPOW */
3038 (iw_handler) wl_iw_set_retry, /* SIOCSIWRETRY */
3039 (iw_handler) wl_iw_get_retry, /* SIOCGIWRETRY */
3041 (iw_handler) wl_iw_set_encode, /* SIOCSIWENCODE */
3042 (iw_handler) wl_iw_get_encode, /* SIOCGIWENCODE */
3043 (iw_handler) wl_iw_set_power, /* SIOCSIWPOWER */
3044 (iw_handler) wl_iw_get_power, /* SIOCGIWPOWER */
3046 (iw_handler) NULL, /* -- hole -- */
3047 (iw_handler) NULL, /* -- hole -- */
3048 (iw_handler) wl_iw_set_wpaie, /* SIOCSIWGENIE */
3049 (iw_handler) wl_iw_get_wpaie, /* SIOCGIWGENIE */
3050 (iw_handler) wl_iw_set_wpaauth, /* SIOCSIWAUTH */
3051 (iw_handler) wl_iw_get_wpaauth, /* SIOCGIWAUTH */
3052 (iw_handler) wl_iw_set_encodeext, /* SIOCSIWENCODEEXT */
3053 (iw_handler) wl_iw_get_encodeext, /* SIOCGIWENCODEEXT */
3054 (iw_handler) wl_iw_set_pmksa, /* SIOCSIWPMKSA */
3068 static iw_handler wl_iw_priv_handler[] = {
3106 .standard = (const iw_handler *) wl_iw_handler,
3124 iw_handler handler;