Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/wpad/
H A Ddriver.h21 typedef enum { WPA_ALG_NONE, WPA_ALG_WEP, WPA_ALG_TKIP, WPA_ALG_CCMP } wpa_alg; typedef
30 int (*set_key)(dladm_handle_t, datalink_id_t, wpa_alg, uint8_t *,
H A Ddriver_wifi.c192 wpa_alg alg, unsigned char *addr, int key_idx, boolean_t set_tx, in wpa_driver_wifi_set_key()