Lines Matching refs:iw_handler

454 typedef int (*iw_handler)(struct net_device *dev, struct iw_request_info *info,  typedef
3297 static const iw_handler wl_iw_handler[] =
3299 (iw_handler) wl_iw_config_commit, /* SIOCSIWCOMMIT */
3300 (iw_handler) wl_iw_get_name, /* SIOCGIWNAME */
3301 (iw_handler) NULL, /* SIOCSIWNWID */
3302 (iw_handler) NULL, /* SIOCGIWNWID */
3303 (iw_handler) wl_iw_set_freq, /* SIOCSIWFREQ */
3304 (iw_handler) wl_iw_get_freq, /* SIOCGIWFREQ */
3305 (iw_handler) wl_iw_set_mode, /* SIOCSIWMODE */
3306 (iw_handler) wl_iw_get_mode, /* SIOCGIWMODE */
3307 (iw_handler) NULL, /* SIOCSIWSENS */
3308 (iw_handler) NULL, /* SIOCGIWSENS */
3309 (iw_handler) NULL, /* SIOCSIWRANGE */
3310 (iw_handler) wl_iw_get_range, /* SIOCGIWRANGE */
3311 (iw_handler) NULL, /* SIOCSIWPRIV */
3312 (iw_handler) NULL, /* SIOCGIWPRIV */
3313 (iw_handler) NULL, /* SIOCSIWSTATS */
3314 (iw_handler) NULL, /* SIOCGIWSTATS */
3315 (iw_handler) wl_iw_set_spy, /* SIOCSIWSPY */
3316 (iw_handler) wl_iw_get_spy, /* SIOCGIWSPY */
3317 (iw_handler) NULL, /* -- hole -- */
3318 (iw_handler) NULL, /* -- hole -- */
3319 (iw_handler) wl_iw_set_wap, /* SIOCSIWAP */
3320 (iw_handler) wl_iw_get_wap, /* SIOCGIWAP */
3322 (iw_handler) wl_iw_mlme, /* SIOCSIWMLME */
3324 (iw_handler) NULL, /* -- hole -- */
3327 (iw_handler) NULL, /* SIOCGIWAPLIST */
3329 (iw_handler) wl_iw_iscan_get_aplist, /* SIOCGIWAPLIST */
3332 (iw_handler) wl_iw_iscan_set_scan, /* SIOCSIWSCAN */
3333 (iw_handler) wl_iw_iscan_get_scan, /* SIOCGIWSCAN */
3335 (iw_handler) NULL, /* SIOCSIWSCAN */
3336 (iw_handler) NULL, /* SIOCGIWSCAN */
3338 (iw_handler) wl_iw_set_essid, /* SIOCSIWESSID */
3339 (iw_handler) wl_iw_get_essid, /* SIOCGIWESSID */
3340 (iw_handler) wl_iw_set_nick, /* SIOCSIWNICKN */
3341 (iw_handler) wl_iw_get_nick, /* SIOCGIWNICKN */
3342 (iw_handler) NULL, /* -- hole -- */
3343 (iw_handler) NULL, /* -- hole -- */
3344 (iw_handler) wl_iw_set_rate, /* SIOCSIWRATE */
3345 (iw_handler) wl_iw_get_rate, /* SIOCGIWRATE */
3346 (iw_handler) wl_iw_set_rts, /* SIOCSIWRTS */
3347 (iw_handler) wl_iw_get_rts, /* SIOCGIWRTS */
3348 (iw_handler) wl_iw_set_frag, /* SIOCSIWFRAG */
3349 (iw_handler) wl_iw_get_frag, /* SIOCGIWFRAG */
3350 (iw_handler) wl_iw_set_txpow, /* SIOCSIWTXPOW */
3351 (iw_handler) wl_iw_get_txpow, /* SIOCGIWTXPOW */
3353 (iw_handler) wl_iw_set_retry, /* SIOCSIWRETRY */
3354 (iw_handler) wl_iw_get_retry, /* SIOCGIWRETRY */
3356 (iw_handler) wl_iw_set_encode, /* SIOCSIWENCODE */
3357 (iw_handler) wl_iw_get_encode, /* SIOCGIWENCODE */
3358 (iw_handler) wl_iw_set_power, /* SIOCSIWPOWER */
3359 (iw_handler) wl_iw_get_power, /* SIOCGIWPOWER */
3361 (iw_handler) NULL, /* -- hole -- */
3362 (iw_handler) NULL, /* -- hole -- */
3363 (iw_handler) wl_iw_set_wpaie, /* SIOCSIWGENIE */
3364 (iw_handler) wl_iw_get_wpaie, /* SIOCGIWGENIE */
3365 (iw_handler) wl_iw_set_wpaauth, /* SIOCSIWAUTH */
3366 (iw_handler) wl_iw_get_wpaauth, /* SIOCGIWAUTH */
3367 (iw_handler) wl_iw_set_encodeext, /* SIOCSIWENCODEEXT */
3368 (iw_handler) wl_iw_get_encodeext, /* SIOCGIWENCODEEXT */
3369 (iw_handler) wl_iw_set_pmksa, /* SIOCSIWPMKSA */
3382 static iw_handler wl_iw_priv_handler[] = {
3415 .standard = (const iw_handler *) wl_iw_handler,
3437 iw_handler handler; in wl_iw_ioctl()