Searched refs:capab (Results 1 – 7 of 7) sorted by relevance
| /trueos/contrib/tcsh/ |
| HD | vms.termcap.c | 34 char *capab; /* the capability itself */ 51 capab = bp; in tgetent() 77 capab = bp; in tgetent() 154 if ((cp = capab) == NULL || id == NULL) in tgetnum() 186 if ((cp = capab) == NULL || id == NULL) in tgetflag() 213 if ((cp = capab) == NULL || id == NULL) in tgetstr()
|
| /trueos/contrib/wpa/hostapd/ |
| HD | config_file.c | 1017 const char *capab) in hostapd_config_ht_capab() argument 1019 if (os_strstr(capab, "[LDPC]")) in hostapd_config_ht_capab() 1021 if (os_strstr(capab, "[HT40-]")) { in hostapd_config_ht_capab() 1025 if (os_strstr(capab, "[HT40+]")) { in hostapd_config_ht_capab() 1029 if (os_strstr(capab, "[SMPS-STATIC]")) { in hostapd_config_ht_capab() 1033 if (os_strstr(capab, "[SMPS-DYNAMIC]")) { in hostapd_config_ht_capab() 1037 if (os_strstr(capab, "[GF]")) in hostapd_config_ht_capab() 1039 if (os_strstr(capab, "[SHORT-GI-20]")) in hostapd_config_ht_capab() 1041 if (os_strstr(capab, "[SHORT-GI-40]")) in hostapd_config_ht_capab() 1043 if (os_strstr(capab, "[TX-STBC]")) in hostapd_config_ht_capab() [all …]
|
| /trueos/contrib/wpa/src/ap/ |
| HD | wpa_auth_ie.c | 97 u16 capab; in wpa_write_rsn_ie() local 220 capab = 0; in wpa_write_rsn_ie() 222 capab |= WPA_CAPABILITY_PREAUTH; in wpa_write_rsn_ie() 224 capab |= WPA_CAPABILITY_PEERKEY_ENABLED; in wpa_write_rsn_ie() 227 capab |= (RSN_NUM_REPLAY_COUNTERS_16 << 2); in wpa_write_rsn_ie() 231 capab |= WPA_CAPABILITY_MFPC; in wpa_write_rsn_ie() 233 capab |= WPA_CAPABILITY_MFPR; in wpa_write_rsn_ie() 238 capab |= BIT(8) | BIT(14) | BIT(15); in wpa_write_rsn_ie() 240 WPA_PUT_LE16(pos, capab); in wpa_write_rsn_ie()
|
| HD | ieee802_11.c | 136 int capab = WLAN_CAPABILITY_ESS; in hostapd_own_capab_info() local 141 capab |= WLAN_CAPABILITY_SHORT_PREAMBLE; in hostapd_own_capab_info() 168 capab |= WLAN_CAPABILITY_PRIVACY; in hostapd_own_capab_info() 173 capab |= WLAN_CAPABILITY_SHORT_SLOT_TIME; in hostapd_own_capab_info() 175 return capab; in hostapd_own_capab_info()
|
| HD | wpa_auth_ft.c | 71 u8 capab; in wpa_write_mdie() local 79 capab = 0; in wpa_write_mdie() 81 capab |= RSN_FT_CAPAB_FT_OVER_DS; in wpa_write_mdie() 82 *pos++ = capab; in wpa_write_mdie()
|
| /trueos/contrib/wpa/src/rsn_supp/ |
| HD | wpa_ie.c | 113 u16 capab; in wpa_gen_wpa_ie_rsn() local 185 capab = 0; in wpa_gen_wpa_ie_rsn() 188 capab |= WPA_CAPABILITY_MFPC; in wpa_gen_wpa_ie_rsn() 190 capab |= WPA_CAPABILITY_MFPR; in wpa_gen_wpa_ie_rsn() 192 WPA_PUT_LE16(pos, capab); in wpa_gen_wpa_ie_rsn()
|
| HD | wpa_ft.c | 156 u16 capab; in wpa_ft_gen_req_ies() local 219 capab = 0; in wpa_ft_gen_req_ies() 222 capab |= WPA_CAPABILITY_MFPC; in wpa_ft_gen_req_ies() 224 WPA_PUT_LE16(pos, capab); in wpa_ft_gen_req_ies()
|