Home | History | Annotate | Download | only in wpa_supplicant

Lines Matching defs:bit

534 		if (wpa_s->keys_cleared & BIT(i))
539 if (!(wpa_s->keys_cleared & BIT(0)) && addr &&
1257 *pos |= 0x02; /* Bit 17 - WNM-Sleep Mode */
1258 *pos |= 0x08; /* Bit 19 - BSS Transition */
1263 *pos |= 0x02; /* Bit 25 - SSID List */
1267 *pos |= 0x80; /* Bit 31 - Interworking */
1273 *pos |= 0x01; /* Bit 32 - QoS Map */
1279 *pos |= 0x40; /* Bit 46 - WNM-Notification */
1911 /* give IBSS a bit more time */
1914 /* give IBSS a bit more time */
3006 le16 bit = host_to_le16(HT_CAP_INFO_40MHZ_INTOLERANT);
3007 htcaps->ht_capabilities_info |= bit;
3008 htcaps_mask->ht_capabilities_info |= bit;