Home
last modified time | relevance | path

Searched refs:AN_RID_WEP_PERMANENT (Results 1 – 3 of 3) sorted by relevance

/mirbsd/src/sbin/ancontrol/
Dancontrol.c1175 ? AN_RID_WEP_VOLATILE : AN_RID_WEP_PERMANENT; in an_setkeys()
1214 areq.an_type = AN_RID_WEP_PERMANENT; /* read next key */ in an_readkeyinfo()
1248 areq.an_type = AN_RID_WEP_PERMANENT; in an_enable_tx_key()
/mirbsd/src/sys/dev/ic/
Dan.c686 case AN_RID_WEP_PERMANENT:
748 case AN_RID_WEP_PERMANENT:
928 case AN_RID_WEP_PERMANENT:
Danvar.h610 #define AN_RID_WEP_PERMANENT 0xFF16 /* Permanent WEP key configuration */ macro