/external/wpa_supplicant_8/src/common/ |
defs.h | 59 static inline int wpa_key_mgmt_wpa_ieee8021x(int akm) 61 return !!(akm & (WPA_KEY_MGMT_IEEE8021X | 74 static inline int wpa_key_mgmt_wpa_psk(int akm) 76 return !!(akm & (WPA_KEY_MGMT_PSK | 83 static inline int wpa_key_mgmt_ft(int akm) 85 return !!(akm & (WPA_KEY_MGMT_FT_PSK | 92 static inline int wpa_key_mgmt_ft_psk(int akm) 94 return !!(akm & WPA_KEY_MGMT_FT_PSK); 97 static inline int wpa_key_mgmt_sae(int akm) 99 return !!(akm & (WPA_KEY_MGMT_SAE [all...] |
wpa_common.c | 152 * @akmp: Negotiated AKM [all...] |
wpa_common.h | 418 u32 wpa_akm_to_suite(int akm);
|
/hardware/akm/AK8975_FS/libsensors/ |
sensors.cpp | 118 .name = "AKM Sensor module", 140 akm = 1, enumerator in enum:sensors_poll_context_t::__anon39926 173 mSensors[akm] = new AkmSensor(); 174 mPollFds[akm].fd = mSensors[akm]->getFd(); 175 mPollFds[akm].events = POLLIN; 176 mPollFds[akm].revents = 0; 204 return akm; 293 ((AkmSensor*)(mSensors[akm]))->setAccel(&data[nb-1]);
|
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/source/ |
fft.c | 280 REAL c1, c2, c3, cd, aa, aj, ak, ajm, ajp, akm, akp; local 497 akm = Re [kk] - Re [k2]; 509 akp = akm + bjm; 511 akm -= bjm; 514 akp = akm - bjm; 516 akm += bjm; 523 Re [k3] = akm; 530 Re [k3] = akm * c3 - bkm * s3; 533 Im [k3] = akm * s3 + bkm * c3; 602 akm = Re [k1] - Re [k4] [all...] |
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/util/ |
InformationElementUtil.java | 432 // | AKM Suite Count | AKM Suite List | RSN Capabilities | 464 // AKM 465 // AKM suite count 470 int akm = buf.getInt(); local 471 switch (akm) { 495 // Default AKM 568 // | AKM Suite Count | AKM Suite List | 603 // AKM 610 int akm = buf.getInt(); local [all...] |