Searched refs:stored_settings (Results 1 – 1 of 1) sorted by relevance
2902 struct termios stored_settings; in get_valid_wepkey() local2913 (void) tcgetattr(0, &stored_settings); in get_valid_wepkey()2914 new_settings = stored_settings; in get_valid_wepkey()2926 (void) tcsetattr(0, TCSANOW, &stored_settings); in get_valid_wepkey()