Searched refs:s8 (Results 1 – 14 of 14) sorted by relevance
/hostap-latest/src/utils/ |
D | const_time.h | 142 static inline s8 const_time_select_s8(u8 mask, s8 true_val, s8 false_val) in const_time_select_s8() 144 return (s8) const_time_select(mask, (unsigned int) true_val, in const_time_select_s8()
|
D | common.h | 96 typedef INT8 s8; typedef 108 typedef INT8 s8; typedef 125 typedef int8_t s8; typedef
|
D | utils_module_tests.c | 1027 s8 true_val; in const_time_tests() 1028 s8 false_val; in const_time_tests() 1029 s8 expected; in const_time_tests()
|
/hostap-latest/src/drivers/ |
D | driver.h | 149 s8 min_nf; 650 s8 relative_rssi; 667 s8 relative_adjust_rssi; 710 s8 link_id; 2512 s8 last_ack_rssi; 2531 s8 avg_signal; /* dBm */ 2532 s8 avg_beacon_signal; /* dBm */ 2533 s8 avg_ack_signal; /* dBm */ 2571 s8 mld_link_id; 5898 s8 nf;
|
D | driver_nl80211.h | 355 struct i802_link * nl80211_get_link(struct i802_bss *bss, s8 link_id); 357 static inline bool nl80211_link_valid(u16 links, s8 link_id) in nl80211_link_valid()
|
D | driver_nl80211_monitor.c | 154 ssi_signal = (s8) *iter.this_arg; in handle_monitor_read()
|
D | driver_nl80211_scan.c | 28 s8 noise[MAX_NL80211_NOISE_FREQS]; 71 (s8) nla_get_u8(sinfo[NL80211_SURVEY_INFO_NOISE]); in get_noise_for_scan_results()
|
D | driver_nl80211.c | 1758 (s8) nla_get_u8(sinfo[NL80211_SURVEY_INFO_NOISE]); in get_link_noise() 4198 struct i802_link * nl80211_get_link(struct i802_bss *bss, s8 link_id) in nl80211_get_link() 4210 static void nl80211_link_set_freq(struct i802_bss *bss, s8 link_id, int freq) in nl80211_link_set_freq() 7944 data->signal = (s8) nla_get_u8(stats[NL80211_STA_INFO_SIGNAL]); in get_sta_handler() 7959 (s8) nla_get_u8(stats[NL80211_STA_INFO_SIGNAL_AVG]); in get_sta_handler() 7979 (s8) nla_get_u8(stats[NL80211_STA_INFO_BEACON_SIGNAL_AVG]); in get_sta_handler() 9779 (s8) nla_get_u8(sinfo[NL80211_SURVEY_INFO_NOISE]); in get_links_noise()
|
D | driver_nl80211_event.c | 1630 static s8
|
/hostap-latest/src/ap/ |
D | sta_info.h | 271 s8 min_tx_power; 272 s8 max_tx_power;
|
D | wpa_auth_i.h | 181 s8 mld_assoc_link_id;
|
D | hostapd.h | 669 s8 lowest_nf;
|
D | acs.c | 379 acs_survey_interference_factor(struct freq_survey *survey, s8 min_nf) in acs_survey_interference_factor()
|
/hostap-latest/src/common/ |
D | ieee802_11_defs.h | 2137 s8 tx_power; 2138 s8 max_tp;
|