Searched refs:DOT11_MAX_SSID_LEN (Results 1 - 5 of 5) sorted by relevance

/hardware/broadcom/wlan/bcmdhd/wifi_hal/
H A Dcommon.h18 #define DOT11_MAX_SSID_LEN 32 macro
195 unsigned char ssid[DOT11_MAX_SSID_LEN];
205 u8 ssid[DOT11_MAX_SSID_LEN+1]; // null terminated
H A Dgscan.cpp167 memcpy(to->ssid, from->ssid, (DOT11_MAX_SSID_LEN+1));
1234 result = request.put(GSCAN_ATTRIBUTE_EPNO_SSID, ssid_list[i].ssid, DOT11_MAX_SSID_LEN);
/hardware/broadcom/wlan/bcmdhd/dhdutil/
H A 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;
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/proto/
H A D802.11.h67 #define DOT11_MAX_SSID_LEN 32 /* d11 max ssid length */ macro
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/
H A Dwlioctl.h308 uchar SSID[DOT11_MAX_SSID_LEN];

Completed in 139 milliseconds