Home
last modified time | relevance | path

Searched refs:DOT11_MAX_SSID_LEN (Results 1 – 7 of 7) sorted by relevance

/hardware/synaptics/wlan/synadhd/wifi_hal/
Dcommon.h35 #define DOT11_MAX_SSID_LEN 32 macro
345 unsigned char ssid[DOT11_MAX_SSID_LEN];
355 u8 ssid[DOT11_MAX_SSID_LEN+1]; // null terminated
Dgscan.cpp191 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()
/hardware/broadcom/wlan/bcmdhd/wifi_hal/
Dcommon.h36 #define DOT11_MAX_SSID_LEN 32 macro
404 unsigned char ssid[DOT11_MAX_SSID_LEN];
414 u8 ssid[DOT11_MAX_SSID_LEN+1]; // null terminated
Dgscan.cpp191 memcpy(to->ssid, from->ssid, (DOT11_MAX_SSID_LEN+1)); in convert_to_hal_result()
1188 char tmp_buf[DOT11_MAX_SSID_LEN + 1]; in createSetupRequest()
/hardware/broadcom/wlan/bcmdhd/dhdutil/
Dbcmutils.c2120 #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()
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/proto/
D802.11.h67 #define DOT11_MAX_SSID_LEN 32 /* d11 max ssid length */ macro
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/
Dwlioctl.h308 uchar SSID[DOT11_MAX_SSID_LEN];