Home | History | Annotate | Download | only in wpa_supplicant

Lines Matching defs:bit

599 		if (wpa_s->keys_cleared & BIT(i))
604 if (!(wpa_s->keys_cleared & BIT(0)) && addr &&
1221 "WPA: using KEY_MGMT 802.1X with Suite B (192-bit)");
1424 *pos |= 0x02; /* Bit 17 - WNM-Sleep Mode */
1425 *pos |= 0x08; /* Bit 19 - BSS Transition */
1430 *pos |= 0x02; /* Bit 25 - SSID List */
1434 *pos |= 0x80; /* Bit 31 - Interworking */
1440 *pos |= 0x01; /* Bit 32 - QoS Map */
1446 *pos |= 0x40; /* Bit 46 - WNM-Notification */
1449 *pos |= 0x40; /* Bit 46 - WNM-Notification */
2590 /* give IBSS a bit more time */
2593 /* give IBSS a bit more time */
3753 le16 bit = host_to_le16(HT_CAP_INFO_40MHZ_INTOLERANT);
3754 htcaps->ht_capabilities_info |= bit;
3755 htcaps_mask->ht_capabilities_info |= bit;