Home | History | Annotate | Download | only in linux

Lines Matching defs:essid

105  *	- 802.11 support (ESSID ioctls)
215 * - Change length in ESSID and NICK to strlen() instead of strlen()+1
270 #define SIOCSIWESSID 0x8B1A /* set ESSID (network name) */
271 #define SIOCGIWESSID 0x8B1B /* get ESSID */
274 /* As the ESSID and NICKN are strings up to 32 bytes long, it doesn't fit
444 /* Maximum size of the ESSID and NICKN strings */
529 #define IW_SCAN_THIS_ESSID 0x0002 /* Scan only this ESSID */
725 __u32 nwid; /* Rx : Wrong nwid/essid */
773 * Use this ESSID if IW_SCAN_THIS_ESSID flag is used instead of using
774 * the current ESSID. This allows scan requests for specific ESSID
775 * without having to change the current ESSID and potentially breaking
778 __u8 essid[IW_ESSID_MAX_SIZE];
901 struct iw_point essid; /* Extended network name */