Lines Matching refs:ssid_length
3320 u8 ssid_length;
3330 u8 channel, rates_length, ssid_length;
3335 ssid_length = beacon->ssid_length;
3337 if (frame_len < 14 || frame_len < ssid_length + 15)
3339 rates_length = beaconp[beacon->ssid_length + 15];
3340 if (frame_len < ssid_length + rates_length + 18)
3342 if (ssid_length > MAX_SSID_LENGTH)
3344 channel = beaconp[ssid_length + rates_length + 18];
3366 ssid_length,