Home
last modified time | relevance | path

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

/linux-6.1.9/include/uapi/linux/
Dwireless.h496 #define IW_ENCODE_TEMP 0x0400 /* Temporary key */ macro
/linux-6.1.9/drivers/net/wireless/cisco/
Dairo.c6355 int perm = (dwrq->flags & IW_ENCODE_TEMP ? 0 : 1); in airo_set_encode()
6512 int perm = (encoding->flags & IW_ENCODE_TEMP ? 0 : 1); in airo_set_encodeext()