Home | History | Annotate | Download | only in linux

Lines Matching refs:essid

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