Lines Matching refs:capability

1315 	network->capability = le16_to_cpu(frame->capability);  in libipw_handle_assoc_resp()
1321 (network->capability & WLAN_CAPABILITY_IBSS) ? 0x3 : 0x0; in libipw_handle_assoc_resp()
1368 network->capability = le16_to_cpu(beacon->capability); in libipw_network_init()
1380 network->erp_value = (network->capability & WLAN_CAPABILITY_IBSS) ? in libipw_network_init()
1449 dst->capability = src->capability; in update_network()
1520 (beacon->capability & cpu_to_le16(1 << 0xf)) ? '1' : '0', in libipw_process_probe_response()
1521 (beacon->capability & cpu_to_le16(1 << 0xe)) ? '1' : '0', in libipw_process_probe_response()
1522 (beacon->capability & cpu_to_le16(1 << 0xd)) ? '1' : '0', in libipw_process_probe_response()
1523 (beacon->capability & cpu_to_le16(1 << 0xc)) ? '1' : '0', in libipw_process_probe_response()
1524 (beacon->capability & cpu_to_le16(1 << 0xb)) ? '1' : '0', in libipw_process_probe_response()
1525 (beacon->capability & cpu_to_le16(1 << 0xa)) ? '1' : '0', in libipw_process_probe_response()
1526 (beacon->capability & cpu_to_le16(1 << 0x9)) ? '1' : '0', in libipw_process_probe_response()
1527 (beacon->capability & cpu_to_le16(1 << 0x8)) ? '1' : '0', in libipw_process_probe_response()
1528 (beacon->capability & cpu_to_le16(1 << 0x7)) ? '1' : '0', in libipw_process_probe_response()
1529 (beacon->capability & cpu_to_le16(1 << 0x6)) ? '1' : '0', in libipw_process_probe_response()
1530 (beacon->capability & cpu_to_le16(1 << 0x5)) ? '1' : '0', in libipw_process_probe_response()
1531 (beacon->capability & cpu_to_le16(1 << 0x4)) ? '1' : '0', in libipw_process_probe_response()
1532 (beacon->capability & cpu_to_le16(1 << 0x3)) ? '1' : '0', in libipw_process_probe_response()
1533 (beacon->capability & cpu_to_le16(1 << 0x2)) ? '1' : '0', in libipw_process_probe_response()
1534 (beacon->capability & cpu_to_le16(1 << 0x1)) ? '1' : '0', in libipw_process_probe_response()
1535 (beacon->capability & cpu_to_le16(1 << 0x0)) ? '1' : '0'); in libipw_process_probe_response()