Home
last modified time | relevance | path

Searched refs:stored_settings (Results 1 – 1 of 1) sorted by relevance

/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/wificonfig/
H A Dwificonfig.c2899 struct termios stored_settings; in get_valid_wepkey() local
2910 (void) tcgetattr(0, &stored_settings); in get_valid_wepkey()
2911 new_settings = stored_settings; in get_valid_wepkey()
2923 (void) tcsetattr(0, TCSANOW, &stored_settings); in get_valid_wepkey()