Searched refs:DOT11_MAX_SSID_LEN (Results 1 – 3 of 3) sorted by relevance
35 #define DOT11_MAX_SSID_LEN 32 macro341 unsigned char ssid[DOT11_MAX_SSID_LEN];351 u8 ssid[DOT11_MAX_SSID_LEN+1]; // null terminated
191 memcpy(to->ssid, from->ssid, (DOT11_MAX_SSID_LEN+1)); in convert_to_hal_result()1183 char tmp_buf[DOT11_MAX_SSID_LEN + 1]; in createSetupRequest()
2120 #define SSID_FMT_BUF_LEN ((4 * DOT11_MAX_SSID_LEN) + 1)2129 if (ssid_len > DOT11_MAX_SSID_LEN) ssid_len = DOT11_MAX_SSID_LEN; in bcm_format_ssid()